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

Recent dependency bump made it incompatible with java 8 #39

Open
StrongestNumber9 opened this issue Mar 26, 2024 · 1 comment · May be fixed by #45
Open

Recent dependency bump made it incompatible with java 8 #39

StrongestNumber9 opened this issue Mar 26, 2024 · 1 comment · May be fixed by #45
Assignees
Labels
bug Something isn't working

Comments

@StrongestNumber9
Copy link
Contributor

Describe the bug

JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk mvn clean package causes

repository/org/springframework/spring-context/6.1.2/spring-context-6.1.2.jar(org/springframework/stereotype/Component.class)
    class file has wrong version 61.0, should be 52.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.

Expected behavior

Package is successful

How to reproduce

JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk mvn clean package

Screenshots

Software version

At least commit 5376677

Desktop (please complete the following information if relevant):

  • OS:
  • Browser:
  • Version:

Additional context

@StrongestNumber9 StrongestNumber9 added the bug Something isn't working label Mar 26, 2024
@StrongestNumber9 StrongestNumber9 self-assigned this Mar 26, 2024
@StrongestNumber9
Copy link
Contributor Author

@kortemik Do we ditch java 8 support or revert some of the dependencies?

@StrongestNumber9 StrongestNumber9 linked a pull request Jun 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant