aws-otel-java-instrumentation
aws-otel-java-instrumentation copied to clipboard
Bump com.gradleup.shadow from 8.3.5 to 9.2.2
Bumps com.gradleup.shadow from 8.3.5 to 9.2.2.
Release notes
Sourced from com.gradleup.shadow's releases.
9.2.2
Fixed
- Fix the regression of registering
ShadowJartasks withoutShadowPluginapplied. (#1787)9.2.1
Added
- Support relocating Groovy extensions in Module descriptors. (#1705)
- Add extensions for
Iterable<Relocator>. (#1710)- Support relocating list of types in
RelocatorRemapper. (#1714)- Add
mainClassproperty intoShadowJar. (#1722)tasks.shadowJar { // This property will be used as a fallback if there is no explicit `Main-Class` attribute set. mainClass = "my.Main" }- Honor
executableDirandapplicationNameinapplicationextension. (#1740)
This is useful when you want to customize the output directory of the start scripts and the application distribution.- Provide more task accessors in
ShadowApplicationPlugin.Companion. (#1771)- Support relocating Kotlin module files. (#1539)
The current implementation relocates all properties inKotlinModuleMetadatabutKmModule.optionalAnnotationClassesdue to very limited usage of it. See more discussion here.- Allow overriding
BUNDLING_ATTRIBUTEin GMM. (#1773)
Theorg.gradle.dependency.bundlingin shadowed JAR's Gradle Module Metadata is set toshadowedby default. You can override it for now by:shadow { bundlingAttribute = Bundling.EMBEDDED }Changed
- Merge Gradle Module descriptors into the modern
META-INFpath. (#1706)
The Gradle Module descriptors (org.codehaus.groovy.runtime.ExtensionModulefiles) defined underMETA-INF/services/andMETA-INF/groovywill be merged intoMETA-INF/groovy/org.codehaus.groovy.runtime.ExtensionModule.- Move injecting
Class-Pathmanifest attr logic fromdoFirstintocopy. (#1720)- Move injecting
Main-Classmanifest attr logic fromdoFirstintocopy. (#1724)- Deprecate
InheritManifestandinheritFrom. (#1722)tasks.shadowJar { // Before (deprecated): manifest.inheritFrom(tasks.jar.get().manifest) // After (recommended): manifest.from(tasks.jar.get().manifest)// Note: You don't need to inherit the manifest from
jartask as it's done by default for theshadowJartask.
// But if you want to inherit the manifest for your customShadowJartask, you still need to do it explicitly.
... (truncated)
Commits
1245cdaPrepare version 9.2.2a9bf7b5Fix the link for 9.2.1722b9b8Fix the regression of registering ShadowJar tasks without ShadowPlugin applie...f36fadfTweak manifest attribute tests (#1786)21f2613Document more about deprecated inheritFrom (#1783)bd7f137Inline suppressions for InternalGradleApiUsage (#1780)3474beaUpdate plugin spotless to v8 (#1778)8f3a5e7Prepare next development version75e4e0fPrepare version 9.2.1698ff03Prepare next development version- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.