-
Notifications
You must be signed in to change notification settings - Fork 481
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
added jakarta support #859
Conversation
@@ -277,52 +284,10 @@ | |||
|
|||
<profiles> | |||
<profile> | |||
<id>jdk8-build</id> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now minimum supported version of jdk is 11 because of jakarta dependencies
@@ -88,4 +81,16 @@ public List<Class<RuntimeException>> build(BeanContainer beanContainer) { | |||
public ConfigurationDefinition end() { | |||
return parent; | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately, lombok has stopped working with the new version of jaxb2-maven-plugin. The reason is unclear.
may be related to mojohaus/jaxb2-maven-plugin#181
@@ -37,8 +37,8 @@ | |||
<!-- | |||
<module>dozer-osgi-tests-model</module> | |||
<module>dozer-osgi-tests</module> | |||
--> | |||
<module>dozer-wildfly-tests</module> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
excluded this module because it is straightforward to migrate to new version of wildfly to support jdk 11 and Java EE 9
@RuslanHryn ; any more changes? |
no, that's all |
Issue link
No issue
Purpose
Support Jakarta to use Dozer in the latest version of Spring Boot and Java EE
Approach
Migrated dependencies and packages
Notes
dozer-wildfly-tests
module because it is not straightforward to migrate to a new version of wildly with support of Java EE 9 and JDK 11Open Questions and Pre-Merge TODOs