JAVA-18167 Upgrade persistence-modules to JDK 11#13714
Conversation
| <module>messaging-modules</module> | ||
|
|
||
| <module>persistence-modules/questdb</module> | ||
| <module>vaadin</module> |
There was a problem hiding this comment.
why removing vaadin as part of this PR?
There was a problem hiding this comment.
I added it back. In my commit wasn't show me that was deleted.
This reverts commit 874b4ba
|
Hi @timis1 , I'm adding changes in You also upgraded Spring Boot to 3+, which requires at least JDK 17 https://spring.io/blog/2022/05/24/preparing-for-spring-boot-3-0#upgrade-to-java-17 so java version 17 should be explicitly set in the pom. I don't have access to the JIRA issues you're working on, so I don't know the big picture of these changes. Letting you know and sending an email to support in hope of getting my tests to run in the CI 😅 . |
Hi @mariudotsh, |
|
@timis1 Thanks for the reply. I just found in the docs that "- that’s because unit tests run in the standard build; integration and live tests do not" so I'm assuming this is intended. Sorry for the trouble. |
* JAVA-18167 Upgrade persistence-modules to JDK 11 (activejdbc and core-java-persistence) * JAVA-16167 Update pom.xml to include just the updated modules * JAVA-18167 Added vaadin because it looks that I removed * JAVA-18167 Migration deltaspike * JAVA-18167 Migration hbase module * JAVA-18167 Migration hibernate-mapping-2 * JAVA-18167 Migration hibernate-exceptions * JAVA-18167 Migration hibernate-jpa module * JAVA-18167 Migration hibernate-jpa change the name of User entity * JAVA-18167 Overwriting the version of slf4j and logback for hibernate-jpa * JAVA-18167 Migrate deltaspike back to jdk8 * JAVA-18167 Remove some modules that was added elsewhere * Revert "JAVA-18167 Migration deltaspike" This reverts commit 874b4ba * JAVA-18167 Comment failed module (it will be migrated later) --------- Co-authored-by: timis1 <noreplay@yahoo.com>
Migrate the persistence-modules to the jdk9 and above profile