ApplicationInsights-Java
ApplicationInsights-Java copied to clipboard
Bump com.gradleup.shadow:shadow-gradle-plugin from 8.3.9 to 9.3.0
Bumps com.gradleup.shadow:shadow-gradle-plugin from 8.3.9 to 9.3.0.
Release notes
Sourced from com.gradleup.shadow:shadow-gradle-plugin's releases.
9.3.0
Added
- Add
PatternFilterableResourceTransformerto simplify pattern basedResourceTransformers. (#1849)- Expose
patternSetofServiceFileTransformeraspublic. (#1849)- Expose
patternSetofApacheLicenseResourceTransformeraspublic. (#1850)- Expose
patternSetofApacheNoticeResourceTransformeraspublic. (#1850)- Expose
patternSetofPreserveFirstFoundResourceTransformeraspublic. (#1855)- Support overriding output path of
ApacheNoticeResourceTransformer. (#1851)- Add new merge strategy
FailtoPropertiesFileTransformer. (#1856)- Add
FindResourceInClasspathtask to help with debugging issues with merged duplicate resources. (#1860)- Add
MergeLicenseResourceTransformer. (#1858)- Add
DeduplicatingResourceTransformerto deduplicate on path and content. (#1859)- Support disabling Kotlin module metadata remapping. (#1875)
tasks.shadowJar { // Disable remapping of Kotlin module metadata (`.kotlin_module`) files. This is enabled by default. enableKotlinModuleRemapping = false }Changed
- Change the group of
startShadowScriptsfromapplicationtoother. (#1797)- Update ASM and jdependency to support Java 26. (#1799)
- Bump min Gradle requirement to 9.0.0. (#1801)
- Deprecate
PreserveFirstFoundResourceTransformer.resources. (#1855)- Make the output of
PropertiesFileTransformerreproducible. (#1861)- Deprecate
ShadowCopyAction. (#1876)
It should not be used as a public API. Will be made internal in a future release.Fixed
- Fix Develocity integration when Isolated Projects enabled. (#1836)
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.
... (truncated)
Commits
bfc351ePrepare version 9.3.0ba40578Fix changelog linksd2227b2Remove reproducible-builds link47a1e7bEnhance docs about reproducible builds (#1882)99e3991Add DeduplicatingResourceTransformer to deduplicate on path and content (#1859)b6f1f59Update kotlin monorepo to v2.3.0-RC2 (#1881)b3fbe09Add edit buttons to doc pages (#1880)30f314cUpdate ffurrer2/extract-release-notes action to v3 (#1878)1994b96Use checkNotNull0e1538bRead optional properties from ExtraPropertiesExtension (#1877)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)