-
Notifications
You must be signed in to change notification settings - Fork 16
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
gen-ddl fails after upgrade to 2.4.0 #37
Comments
I've prepared a PR in #38 that upgrades the reflections dependency, that solves my problem when using "hibernate54-ddl-maven-plugin:2.5.0-SNAPSHOT", but the problem persists when using "hibernate55-ddl-maven-plugin:2.5.0-SNAPSHOT" |
depends on a release that has jpdigital/hibernate5-ddl-maven-plugin#37 merged.
depends on a release that has jpdigital/hibernate5-ddl-maven-plugin#37 merged.
depends on a release that has jpdigital/hibernate5-ddl-maven-plugin#37 merged.
Thanks for the update. The updated dependency will be part of version 2.5.0, which will hopefully be released in the next two weeks. I will look into the problem with Hibernate 5.5. |
Which Java version are you using? Would be good to know because with Java 11 at least the tests for the hibernate-55 variant work. But maybe some of the changes in Java in recent versions might cause problems here. It would also be very helpful if you could provide a simple demo project that helps me to reproduce the problem. |
I was convinced I was using Java 11, but am confused now as |
Would it be possible for you to try it with a snapshot from the master branch? At least the integration tests all pass, for all Hibernate versions supported. Otherwise I would properly clone your repo to investigate the issue further. |
Could be that you forget to update the artifact ID for the hibernate5 plugin in the Would be kind if you could check this, because I'm planning to release version 2.5.0 with the updated dependency for Reflections - thanks for preparing this - this Saturday. But I don't want to release it if there might be a problem. |
I'll give it a try later today |
depends on a release that has jpdigital/hibernate5-ddl-maven-plugin#37 merged.
I've pushed a snapshot build of your master branch to https://repo.b3p.nl/nexus/service/rest/repository/browse/public/de/jpdigital/ and updated my branch in B3Partners/tailormap-legacy#2940 to use |
Release 2.5.0 is out. I think the problem should be gone with it. Otherwise, please create a new bug. |
depends on a release that has jpdigital/hibernate5-ddl-maven-plugin#37 merged.
depends on a release that has jpdigital/hibernate5-ddl-maven-plugin#37 merged.
After upgrading
hibernate54-ddl-maven-plugin
(and hibernate55-ddl-maven-plugin) from 2.3.0 to 2.40 I get the following error when running thegen-ddl
goal.apparently this originates in ronmamo/reflections#273 which was reported fixed with version 0.10. I tried forcing this newer version (both 0.10.0 as well as 0.10.1) as a plugin dependency, however there are API incompatibilities so it ends up in a runtime error. Downgrading to something before 0.9.12 (
hibernate5-ddl-maven-plugin/pom.xml
Line 140 in 7fc0466
Any chance you can release a version with a fix version of
org.reflections:reflections
?reproducer is available in B3Partners/tailormap-legacy#2905
The text was updated successfully, but these errors were encountered: