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

Update djl, boot and java versions #35

Merged
merged 3 commits into from
Jan 19, 2024

Conversation

tzolov
Copy link
Contributor

@tzolov tzolov commented Jan 18, 2024

  • Update djl from 0.23.0 to 0.26.0
  • Update Java from 11 to 17
  • Update Spring Boot from 2.7.x to latest 3.2.1 (fix @resource package issue)
  • Update all ai.djl.spring version from 0.23-SN to 0.26-SN to make the version in pair with the ajl version.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

 - Update djl from 0.23.0 to 0.26.0
 - Update Java from 11 to 17
 - Update Spring Boot from 2.7.x to latest 3.2.1 (fix @resource package issue)
 - Update all ai.djl.spring version from 0.23-SN to 0.26-SN to make the version in pair with the ajl version.
@tzolov tzolov requested review from zachgk, frankfliu and a team as code owners January 18, 2024 11:42
<djl.version>0.23.0</djl.version>
<java.version>11</java.version>
<djl.version>0.26.0</djl.version>
<java.version>17</java.version>
Copy link
Contributor

Choose a reason for hiding this comment

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

We are not using any JDK 17 APIs, JDK 11 is EOL, but we should keep our API level to 11 to maximize compatability.
User can always use JDK 17 in their production.

@frankfliu frankfliu merged commit dc8f99a into deepjavalibrary:master Jan 19, 2024
1 check passed
@tzolov
Copy link
Contributor Author

tzolov commented Jan 19, 2024

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.

2 participants