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

Generate JRE enum and dependent tests and add JAVA_24 #3855

Merged
merged 27 commits into from
Jun 12, 2024

Conversation

marcphilipp
Copy link
Member

  • Generate code based on YaML file
  • Simplify task dependencies
  • Add JTE dependency
  • Generate JRE enum
  • Extract JavaVersionPredicates
  • Generate JavaVersionPredicates
  • Simplify tests
  • Introduce project sub dir
  • Generate DisabledOnJreIntegrationTests
  • Generate EnabledOnJreIntegrationTests
  • Move generated sources to conventional target dir
  • Generate EnabledOnJreConditionTests
  • Generate DisabledOnJreConditionTests
  • Add license header to generated sources
  • Move template model and data to separate project
  • Move templates to subprojects
  • Clean up dependencies
  • Add JRE.JAVA_24

@marcphilipp marcphilipp self-assigned this Jun 11, 2024
@marcphilipp marcphilipp modified the milestone: 5.11 M3 Jun 11, 2024
Comment on lines +29 to +30
- version: 24
since: '5.11'
Copy link
Member Author

Choose a reason for hiding this comment

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

💬 New JDK versions can now be added with two lines. 🎉

Copy link
Member

Choose a reason for hiding this comment

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

😱

Copy link
Member

Choose a reason for hiding this comment

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

I recognize a code wizard when I see one. Well done, Marc! 🧙

@marcphilipp marcphilipp marked this pull request as ready for review June 11, 2024 15:49
@marcphilipp marcphilipp merged commit 4c0fa63 into main Jun 12, 2024
15 checks passed
@marcphilipp marcphilipp deleted the marc/jre-enum-code-generation branch June 12, 2024 06:59
@marcphilipp marcphilipp linked an issue Jun 28, 2024 that may be closed by this pull request
4 tasks
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.

Extend JRE enum to support Java 24
3 participants