Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 054aeff78b947e5b1cee6283e7a09ae4fa1a7121
https://github.com/hibernate/hibernate-orm/commit/054aeff78b947e5b1cee628...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M .github/workflows/atlas.yml
M .github/workflows/contributor-build.yml
M .idea/inspectionProfiles/Project_Default.xml
M CONTRIBUTING.md
M ci/build.sh
M gradle/java-module.gradle
M
hibernate-integrationtest-java-modules/hibernate-integrationtest-java-modules.gradle
M hibernate-testing/hibernate-testing.gradle
M release/jenkins-release-process.adoc
R shared/config/checkstyle/checkstyle-non-fatal.xml
R shared/config/checkstyle/checkstyle.xml
M tooling/hibernate-gradle-plugin/hibernate-gradle-plugin.gradle
Log Message:
-----------
completely remove checkstyle and replace it with a simple regex check
This is ~ 2 orders of magnitude faster on my machine, so it can be
executed as part of the compileJava task. Also, it actually logs the
failures, instead of making me go hunt for them in some generated
HTML-based report.
Commit: 40591ada20771784292381fd01f29a9589b22a6c
https://github.com/hibernate/hibernate-orm/commit/40591ada20771784292381f...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M gradle/java-module.gradle
Log Message:
-----------
add a fairly lame implementation of equals()/hashCode() checking
Compare:
https://github.com/hibernate/hibernate-orm/compare/4f9035e9f822...40591ad...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications