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

Fix failure of tests caused by change in org.eclipse.jdt.core 3.39.0 #60

Merged

Conversation

Godin
Copy link
Member

@Godin Godin commented Sep 10, 2024

Prior to this change execution of

mvn verify -Pe4.33 -DskipUITests=false

leads to

java.lang.AssertionError: Compiling for Java version '1.5' is no longer supported. Minimal supported version is '1.8'
        at org.eclipse.eclemma.internal.core.analysis.SourceSignatureResolverTest.setup(SourceSignatureResolverTest.java:41)

which is caused by change in
eclipse-jdt/eclipse.jdt.core@08978b8

Prior to this change execution of

    mvn verify -Pe4.33 -DskipUITests=false

leads to

    java.lang.AssertionError: Compiling for Java version '1.5' is no longer supported. Minimal supported version is '1.8'
            at org.eclipse.eclemma.internal.core.analysis.SourceSignatureResolverTest.setup(SourceSignatureResolverTest.java:41)

which is caused by change in
eclipse-jdt/eclipse.jdt.core@08978b8
@Godin Godin self-assigned this Sep 10, 2024
@Godin Godin marked this pull request as ready for review September 10, 2024 12:14
@Godin Godin merged commit 30eba40 into eclipse-eclemma:master Sep 10, 2024
4 checks passed
@Godin Godin deleted the jdt_removed_support_for_Java_below_8 branch September 10, 2024 12:54
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.

1 participant