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

#133 upgrade java17 foundation core modules #349

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

csun-cpointe
Copy link
Contributor

No description provided.

@csun-cpointe csun-cpointe linked an issue Sep 19, 2024 that may be closed by this pull request
26 tasks
@csun-cpointe csun-cpointe changed the base branch from dev to feature-java17 September 19, 2024 16:41
@csun-cpointe csun-cpointe force-pushed the 133-upgrade-java17-foundation-modules branch from c711e6e to c3613b6 Compare September 19, 2024 17:00
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Copy link
Contributor

Choose a reason for hiding this comment

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

S: Should just inherit these from aissemble-parent

@@ -70,7 +70,6 @@
<version.slf4j>2.0.7</version.slf4j>
<version.log4j>2.20.0</version.log4j>
<version.cucumber.reporting.plugin>5.7.5</version.cucumber.reporting.plugin>
<!-- NB: After Java 17 upgrade, we may not need this -->
Copy link
Contributor

Choose a reason for hiding this comment

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

I: Maven plugins still need to use Javax as that ecosystem hasn't made the shift to Jakarta

@csun-cpointe csun-cpointe force-pushed the 133-upgrade-java17-foundation-modules branch from c3613b6 to b131b1b Compare September 19, 2024 18:16
@csun-cpointe csun-cpointe merged commit a490325 into feature-java17 Sep 19, 2024
@csun-cpointe csun-cpointe deleted the 133-upgrade-java17-foundation-modules branch September 19, 2024 18:16
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.

Feature: Add support for JDK 17 - Core library
2 participants