forked from jacoco/jacoco
-
Notifications
You must be signed in to change notification settings - Fork 3
Merge upstream master #1
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
Open
sarn0ld
wants to merge
68
commits into
lsuski:master
Choose a base branch
from
sarn0ld:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
…sing JDK >= 9 for Maven
Version `4.6.1` of previously used artifact `org.eclipse.jdt:ecj` was actually version of Eclipse IDE. This version supports source/target from Java 1.1 up to 19. Also note that starting from version `3.27.0` ECJ requires Java 11 for execution.
…4.27 (jacoco#1414) This allows format checking of the integration test targets up to Java 20.
…plication class loader (jacoco#1334) Co-authored-by: Evgeny Mandrikov <mandrikov@gmail.com> Co-authored-by: Marc R. Hoffmann <hoffmann@mountainminds.com>
Update branch with master
…acoco#1454) This change fixes flaws of 4dc8b38 and 740c51f i.e. `build.commitId` is correctly computed and tests can be executed in IntelliJ IDEA.
Quoting https://openjdk.org/jeps/440 > Apart from some minor editorial changes, the main change since the > second preview is to remove support for record patterns appearing in > the header of an enhanced for statement.
It requires Maven 3.5.4 and thus transitively our build should require it too.
…co#1468) Note that `org.apache.maven.shared:file-management` version `3.1.0` requires Java 8.
Record patterns and pattern matching for switch are finalized in Java 21, so no need to test them as preview features in earlier versions.
* Nowadays AppVeyor sets `M2_HOME` pointing on preinstalled Maven, so the execution of downloaded `apache-maven-3.3.9\bin\mvn` actually leads to the execution of preinstalled. * Also `mvn` uses `JAVA_HOME`, so its addition to `PATH` is not needed.
It requires Java 17 and thus transitively our build should require it too.
Merge upstream master
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.