-
Notifications
You must be signed in to change notification settings - Fork 323
Decouple Gradle JDK from JDK8 #9514
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
c3b84a8
Set default java toolchain to 8
smola a1ac2bb
Set toolchain early
smola 1dfab6e
Set JAVA_HOME for smoke test builds
smola 79bc62d
Do not set compiler release by default (remove skipSettingCompilerRel…
smola 994187b
build: Run instrument plugin with toolchain
smola 578e1f3
build: Check version in CI
bric3 4c849fc
fix: call-instrumentation-site test due to the appearance of Sequence…
bric3 592393c
chore: Explicit setup of the compiler
bric3 53e0c2f
refactor: setJavaVersion becomes configureCompiler, handles release/s…
bric3 f8bb374
fix: project.afterEvaluate messing with setting up "testJvm"
bric3 951ead6
fix: duplicated task config
bric3 3de0687
fix: Failing :dd-java-agent:agent-tooling tests
bric3 243fb66
fix: Failing :dd-java-agent:agent-ci-visibility
bric3 6189e6d
fix: Fix Groovy delegation that was adding interfaces to object deleg…
bric3 11f3a9e
fix: Fix muzzle detected that compiler generated an invokeinterface f…
bric3 1662e97
fix: Fix jdbc tests because `java.sql.Connection` introduced methods …
bric3 44c80c1
fix: dd-smoke-tests needs to use Java 8
bric3 a42c443
chore: Make spotless happy
bric3 5a58934
fix: iast-agent was not using configureCompiler
bric3 7978d03
fix: Make resilience4j modules use configureCompiler
bric3 710175a
fix: Replace Groovy's getProperty by Project.findProperty
bric3 30b5e53
fix: vertx-web-5.0 now uses configureCompiler
bric3 6c7855e
fix: smoke appsec/springboot-graphql needs to compile to Java 1.8
bric3 6560061
chore: fail early when testJvm is blank
bric3 ad863dc
fix: Enforce ByteCode 1.8 on some jetty projects
bric3 2bc40c3
style: Typo
bric3 e8ab4c6
Revert "fix: Fix muzzle detected that compiler generated an invokeint…
bric3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.