Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Hibernate ORM dependency version #16

Merged

Conversation

NathanQingyangXu
Copy link
Contributor

from v6.6.1.Final to v6.6.2.Final with more than 50 bugfix related commits (https://hibernate.atlassian.net/issues/?jql=project%20%3D%20HHH%20AND%20fixVersion%20in%20%286.6.2%29%20ORDER%20BY%20updated)

also renamed the spotless license file to avoid confusion (original copyright.txt would make people assume it is the generic stuff, but it is spotless-specific; the naming is copied from Hibernate ORM (https://github.com/hibernate/hibernate-orm/blob/main/spotless.license.java).

Better naming suggesiton is welcome!

@NathanQingyangXu NathanQingyangXu changed the title Bump Hibernate ORM dependency Bump Hibernate ORM dependency version Nov 15, 2024
@jyemin jyemin requested review from stIncMale and removed request for jyemin November 15, 2024 18:13
README.md Outdated Show resolved Hide resolved
Co-authored-by: Valentin Kovalenko <valentin.male.kovalenko@gmail.com>
@@ -149,7 +149,7 @@ ij_java_method_parameters_right_paren_on_new_line = false
ij_java_method_parameters_wrap = off
ij_java_modifier_list_wrap = false
ij_java_multi_catch_types_wrap = normal
ij_java_names_count_to_use_import_on_demand = 3
ij_java_names_count_to_use_import_on_demand = 30
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the above changes will end up with solving the annoying import static wildcard issue which troubled me all the time.
Spotless decides to ignore such common issue due to backward compatibility: diffplug/spotless#649, unfortunately

README.md Outdated Show resolved Hide resolved
Co-authored-by: Valentin Kovalenko <valentin.male.kovalenko@gmail.com>
@NathanQingyangXu NathanQingyangXu merged commit 4c88b28 into mongodb:main Nov 18, 2024
2 checks passed
@NathanQingyangXu NathanQingyangXu deleted the bump-hibernate-orm-dependency branch November 18, 2024 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants