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

Bump required JDK #900

Merged
merged 1 commit into from
Oct 3, 2023
Merged

Bump required JDK #900

merged 1 commit into from
Oct 3, 2023

Conversation

pzygielo
Copy link
Contributor

@pzygielo pzygielo commented Oct 3, 2023

17 needed due to

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project spring-bridge: Compilation failure: Compilation failure: [ERROR] spring-bridge/src/main/java/org/jvnet/hk2/spring/bridge/api/SpringScopeImpl.java:[24,41] cannot access org.springframework.beans.factory.ObjectFactory
[ERROR]   bad class file: org/springframework/spring-beans/6.0.11/spring-beans-6.0.11.jar(/org/springframework/beans/factory/ObjectFactory.class)
[ERROR]     class file has wrong version 61.0, should be 55.0
[ERROR]     Please remove or make sure it appears in the correct subdirectory of the classpath.

17 needed due to
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project spring-bridge: Compilation failure: Compilation failure:
[ERROR] spring-bridge/src/main/java/org/jvnet/hk2/spring/bridge/api/SpringScopeImpl.java:[24,41] cannot access org.springframework.beans.factory.ObjectFactory
[ERROR]   bad class file: org/springframework/spring-beans/6.0.11/spring-beans-6.0.11.jar(/org/springframework/beans/factory/ObjectFactory.class)
[ERROR]     class file has wrong version 61.0, should be 55.0
[ERROR]     Please remove or make sure it appears in the correct subdirectory of the classpath.
@arjantijms arjantijms added the build CI/CD pipelines related tasks. label Oct 3, 2023
@arjantijms arjantijms added this to the 3.0.5 milestone Oct 3, 2023
@arjantijms arjantijms merged commit 372e71b into eclipse-ee4j:master Oct 3, 2023
2 checks passed
@pzygielo pzygielo deleted the jdk branch October 4, 2023 04:03
@Pandrex247 Pandrex247 mentioned this pull request Dec 7, 2023
@dmatej
Copy link
Contributor

dmatej commented Jan 21, 2024

Then the next version should be at least 3.1.0, not 3.0.5, right?

@pzygielo
Copy link
Contributor Author

Then the next version should be at least 3.1.0, not 3.0.5, right?

Perhaps, but not due to THIS change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build CI/CD pipelines related tasks.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants