-
Notifications
You must be signed in to change notification settings - Fork 407
Comparing changes
Open a pull request
base repository: GradleUp/shadow
base: 8.3.1
head repository: GradleUp/shadow
compare: main
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for df7f61c - Browse repository at this point
Copy the full SHA df7f61cView commit details
Commits on Sep 11, 2024
-
chore(deps): update plugin com.gradle.develocity to v3.18.1 (#963)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c2bdd50 - Browse repository at this point
Copy the full SHA c2bdd50View commit details -
chore(deps): update plugin com.gradle.plugin-publish to v1.3.0 (#966)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 54d4c95 - Browse repository at this point
Copy the full SHA 54d4c95View commit details -
Get rid of applying Shadow plugin for itself (#967)
```sh dua .m2/repository/com/gradleup/shadow/shadow-gradle-plugin/8.3.1-SNAPSHOT/ 4.10 KB maven-metadata-local.xml 4.10 KB shadow-gradle-plugin-8.3.1-SNAPSHOT-all.jar.asc 4.10 KB shadow-gradle-plugin-8.3.1-SNAPSHOT-javadoc.jar.asc 4.10 KB shadow-gradle-plugin-8.3.1-SNAPSHOT-sources.jar.asc 4.10 KB shadow-gradle-plugin-8.3.1-SNAPSHOT.jar.asc 4.10 KB shadow-gradle-plugin-8.3.1-SNAPSHOT.module.asc 4.10 KB shadow-gradle-plugin-8.3.1-SNAPSHOT.pom 4.10 KB shadow-gradle-plugin-8.3.1-SNAPSHOT.pom.asc 8.19 KB shadow-gradle-plugin-8.3.1-SNAPSHOT.module 65.54 KB shadow-gradle-plugin-8.3.1-SNAPSHOT-sources.jar 90.11 KB shadow-gradle-plugin-8.3.1-SNAPSHOT-javadoc.jar 368.64 KB shadow-gradle-plugin-8.3.1-SNAPSHOT.jar 8.49 MB shadow-gradle-plugin-8.3.1-SNAPSHOT-all.jar 9.06 MB total dua .m2/repository/com/gradleup/shadow/shadow-gradle-plugin/8.3.2-SNAPSHOT/ 4.10 KB maven-metadata-local.xml 4.10 KB shadow-gradle-plugin-8.3.2-SNAPSHOT-javadoc.jar.asc 4.10 KB shadow-gradle-plugin-8.3.2-SNAPSHOT-sources.jar.asc 4.10 KB shadow-gradle-plugin-8.3.2-SNAPSHOT.jar.asc 4.10 KB shadow-gradle-plugin-8.3.2-SNAPSHOT.module.asc 4.10 KB shadow-gradle-plugin-8.3.2-SNAPSHOT.pom 4.10 KB shadow-gradle-plugin-8.3.2-SNAPSHOT.pom.asc 8.19 KB shadow-gradle-plugin-8.3.2-SNAPSHOT.module 65.54 KB shadow-gradle-plugin-8.3.2-SNAPSHOT-sources.jar 90.11 KB shadow-gradle-plugin-8.3.2-SNAPSHOT-javadoc.jar 368.64 KB shadow-gradle-plugin-8.3.2-SNAPSHOT.jar 561.15 KB total ``` ```diff diff shadow-gradle-plugin-8.3.1-SNAPSHOT.pom shadow-gradle-plugin-8.3.2-SNAPSHOT.pom 12c12 < <version>8.3.1-SNAPSHOT</version> --- > <version>8.3.2-SNAPSHOT</version> 97,103d96 < <dependency> < <groupId>org.codehaus.groovy</groupId> < <artifactId>groovy-backports-compat23</artifactId> < <version>3.0.8</version> < <scope>compile</scope> < <optional>true</optional> < </dependency> ``` ```diff diffuse diff --jar shadow-gradle-plugin-8.3.1-SNAPSHOT.jar shadow-gradle-plugin-8.3.2-SNAPSHOT.jar OLD: shadow-gradle-plugin-8.3.1-SNAPSHOT.jar NEW: shadow-gradle-plugin-8.3.2-SNAPSHOT.jar JAR │ old │ new │ diff ───────┼───────────┼───────────┼────────── class │ 737.7 KiB │ 740.3 KiB │ +2.5 KiB other │ 10.6 KiB │ 10.7 KiB │ +89 B ───────┼───────────┼───────────┼────────── total │ 748.3 KiB │ 750.9 KiB │ +2.6 KiB CLASSES │ old │ new │ diff ─────────┼──────┼──────┼──────────── classes │ 154 │ 155 │ +1 (+1 -0) methods │ 1909 │ 1917 │ +8 (+8 -0) fields │ 796 │ 801 │ +5 (+5 -0) ================= ==== JAR ==== ================= size │ diff │ path ─────────┼──────────┼───────────────────────────────────────────────────────────────────────────────── 2.4 KiB │ +2.4 KiB │ + com/github/jengelman/gradle/plugins/shadow/legacy/LegacyShadowPlugin.class 89 B │ +89 B │ + META-INF/gradle-plugins/com.github.johnrengelman.shadow.properties 0 B │ 0 B │ + com/github/jengelman/gradle/plugins/shadow/legacy/ 3.7 KiB │ +122 B │ ∆ com/github/jengelman/gradle/plugins/shadow/ShadowPlugin$_apply_closure1.class ─────────┼──────────┼───────────────────────────────────────────────────────────────────────────────── 6.2 KiB │ +2.6 KiB │ (total) ===================== ==== CLASSES ==== ===================== CLASSES: old │ new │ diff ─────┼─────┼──────────── 154 │ 155 │ +1 (+1 -0) + com.github.jengelman.gradle.plugins.shadow.legacy.LegacyShadowPlugin METHODS: old │ new │ diff ──────┼──────┼──────────── 1909 │ 1917 │ +8 (+8 -0) + com.github.jengelman.gradle.plugins.shadow.legacy.LegacyShadowPlugin $createCallSiteArray() → CallSiteArray + com.github.jengelman.gradle.plugins.shadow.legacy.LegacyShadowPlugin $getCallSiteArray() → CallSite[] + com.github.jengelman.gradle.plugins.shadow.legacy.LegacyShadowPlugin $getStaticMetaClass() → MetaClass + com.github.jengelman.gradle.plugins.shadow.legacy.LegacyShadowPlugin <init>() + com.github.jengelman.gradle.plugins.shadow.legacy.LegacyShadowPlugin apply(Object) + com.github.jengelman.gradle.plugins.shadow.legacy.LegacyShadowPlugin apply(Project) + com.github.jengelman.gradle.plugins.shadow.legacy.LegacyShadowPlugin getMetaClass() → MetaClass + com.github.jengelman.gradle.plugins.shadow.legacy.LegacyShadowPlugin setMetaClass(MetaClass) FIELDS: old │ new │ diff ─────┼─────┼──────────── 796 │ 801 │ +5 (+5 -0) + com.github.jengelman.gradle.plugins.shadow.legacy.LegacyShadowPlugin $callSiteArray: SoftReference + com.github.jengelman.gradle.plugins.shadow.legacy.LegacyShadowPlugin $staticClassInfo: ClassInfo + com.github.jengelman.gradle.plugins.shadow.legacy.LegacyShadowPlugin $staticClassInfo$: ClassInfo + com.github.jengelman.gradle.plugins.shadow.legacy.LegacyShadowPlugin __$stMC: boolean + com.github.jengelman.gradle.plugins.shadow.legacy.LegacyShadowPlugin metaClass: MetaClass ```
Configuration menu - View commit details
-
Copy full SHA for 0967c74 - Browse repository at this point
Copy the full SHA 0967c74View commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b31d9ec - Browse repository at this point
Copy the full SHA b31d9ecView commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7623448 - Browse repository at this point
Copy the full SHA 7623448View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e9b1cd - Browse repository at this point
Copy the full SHA 3e9b1cdView commit details -
Co-authored-by: Zongle Wang <wangzongler@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fb6fd06 - Browse repository at this point
Copy the full SHA fb6fd06View commit details
Commits on Sep 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 19ed889 - Browse repository at this point
Copy the full SHA 19ed889View commit details
Commits on Sep 17, 2024
-
Deprecate ShadowExtension.component (#956)
Co-authored-by: John Engelman <john.engelman@target.com> Co-authored-by: John Engelman <john.r.engelman@gmail.com> Co-authored-by: Greg Harris <greg.harris@aiven.io>
Configuration menu - View commit details
-
Copy full SHA for fa21300 - Browse repository at this point
Copy the full SHA fa21300View commit details
Commits on Sep 18, 2024
-
Stop excluding ASM from jdependency (#975)
Now it's shadowed. ``` runtimeClasspath - Runtime classpath of source set 'main'. +--- org.jdom:jdom2:2.0.6.1 +--- org.ow2.asm:asm:9.7 +--- org.ow2.asm:asm-commons:9.7 | +--- org.ow2.asm:asm:9.7 | \--- org.ow2.asm:asm-tree:9.7 | \--- org.ow2.asm:asm:9.7 +--- commons-io:commons-io:2.16.1 +--- org.apache.ant:ant:1.10.15 | \--- org.apache.ant:ant-launcher:1.10.15 +--- org.codehaus.plexus:plexus-utils:4.0.1 +--- org.codehaus.plexus:plexus-xml:4.0.4 | \--- org.apache.maven:maven-xml-impl:4.0.0-alpha-9 | +--- org.apache.maven:maven-api-xml:4.0.0-alpha-9 | | \--- org.apache.maven:maven-api-meta:4.0.0-alpha-9 | \--- com.fasterxml.woodstox:woodstox-core:6.5.1 | \--- org.codehaus.woodstox:stax2-api:4.2.1 +--- org.apache.logging.log4j:log4j-core:2.24.0 | \--- org.apache.logging.log4j:log4j-api:2.24.0 \--- org.vafer:jdependency:2.10 ```
Configuration menu - View commit details
-
Copy full SHA for 0dd130d - Browse repository at this point
Copy the full SHA 0dd130dView commit details -
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ceb119e - Browse repository at this point
Copy the full SHA ceb119eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c0eaac - Browse repository at this point
Copy the full SHA 0c0eaacView commit details -
Configuration menu - View commit details
-
Copy full SHA for b88cab6 - Browse repository at this point
Copy the full SHA b88cab6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb33c1b - Browse repository at this point
Copy the full SHA fb33c1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8898f7 - Browse repository at this point
Copy the full SHA e8898f7View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 16446d8 - Browse repository at this point
Copy the full SHA 16446d8View commit details -
fix(deps): update dependency commons-io:commons-io to v2.17.0 (#978)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bf1fb10 - Browse repository at this point
Copy the full SHA bf1fb10View commit details -
Configuration menu - View commit details
-
Copy full SHA for da6c057 - Browse repository at this point
Copy the full SHA da6c057View commit details -
Configuration menu - View commit details
-
Copy full SHA for f54eb0f - Browse repository at this point
Copy the full SHA f54eb0fView commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c800ddd - Browse repository at this point
Copy the full SHA c800dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c8000a - Browse repository at this point
Copy the full SHA 9c8000aView commit details
Commits on Sep 24, 2024
-
chore(deps): update dependency gradle to v8.10.2 (#984)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6a2ac12 - Browse repository at this point
Copy the full SHA 6a2ac12View commit details -
fix(deps): update dependency org.codehaus.plexus:plexus-utils to v4.0…
….2 (#985) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5c71209 - Browse repository at this point
Copy the full SHA 5c71209View commit details
Commits on Sep 25, 2024
-
fix(deps): update junit5 monorepo to v5.11.1 (#987)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d32b6b4 - Browse repository at this point
Copy the full SHA d32b6b4View commit details
Commits on Sep 27, 2024
-
fix(deps): update dependency com.github.node-gradle:gradle-node-plugi…
…n to v7.1.0 (#989) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 15a5d53 - Browse repository at this point
Copy the full SHA 15a5d53View commit details
Commits on Sep 29, 2024
-
chore(deps): update goooler/extract-release-notes digest to 5b05257 (#…
…988) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 63f6788 - Browse repository at this point
Copy the full SHA 63f6788View commit details -
fix(deps): update dependency org.apache.logging.log4j:log4j-core to v…
…2.24.1 (#992) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 196fd6c - Browse repository at this point
Copy the full SHA 196fd6cView commit details
Commits on Oct 2, 2024
-
Disable Develocity integration by default (#993)
Configuring Develocity build scan to publish additional details breaks Gradle project isolation. This change introduces a new property, `com.gradleup.shadow.enableDevelocityIntegration`, which defaults to false. However, it allows users to set it to true to continue using Develocity integration. --------- Co-authored-by: Goooler <wangzongler@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1888cb6 - Browse repository at this point
Copy the full SHA 1888cb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88ca619 - Browse repository at this point
Copy the full SHA 88ca619View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfa33fb - Browse repository at this point
Copy the full SHA cfa33fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05baf2e - Browse repository at this point
Copy the full SHA 05baf2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e022498 - Browse repository at this point
Copy the full SHA e022498View commit details
Commits on Oct 3, 2024
-
chore(deps): update goooler/extract-release-notes digest to 6e686e7 (#…
…995) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1cbe808 - Browse repository at this point
Copy the full SHA 1cbe808View commit details
Commits on Oct 5, 2024
-
fix(deps): update junit5 monorepo to v5.11.2 (#996)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d497ffd - Browse repository at this point
Copy the full SHA d497ffdView commit details
Commits on Oct 6, 2024
-
fix(deps): update dependency org.ow2.asm:asm-commons to v9.7.1 (#997)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 501f084 - Browse repository at this point
Copy the full SHA 501f084View commit details
Commits on Oct 13, 2024
-
fix(deps): update dependency com.vanniktech:gradle-maven-publish-plug…
…in to v0.30.0 (#1000) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d8f47af - Browse repository at this point
Copy the full SHA d8f47afView commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d44665c - Browse repository at this point
Copy the full SHA d44665cView commit details -
Use resolvable configuration testRuntimeClasspath instead of non-reso…
…lvable testImplementation (#1001)
Configuration menu - View commit details
-
Copy full SHA for c1b5ef3 - Browse repository at this point
Copy the full SHA c1b5ef3View commit details
Commits on Oct 16, 2024
-
chore(deps): update plugin com.diffplug.spotless to v7.0.0.beta3 (#1003)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0465d01 - Browse repository at this point
Copy the full SHA 0465d01View commit details
Commits on Oct 22, 2024
-
fix(deps): update junit5 monorepo to v5.11.3 (#1006)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b0842f2 - Browse repository at this point
Copy the full SHA b0842f2View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8aad9ad - Browse repository at this point
Copy the full SHA 8aad9adView commit details -
chore(deps): update plugin com.diffplug.spotless to v7.0.0.beta4 (#1007)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1bb88d1 - Browse repository at this point
Copy the full SHA 1bb88d1View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 85cb991 - Browse repository at this point
Copy the full SHA 85cb991View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d40a9e - Browse repository at this point
Copy the full SHA 6d40a9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c30155 - Browse repository at this point
Copy the full SHA 2c30155View commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9aa551 - Browse repository at this point
Copy the full SHA e9aa551View commit details
Commits on Nov 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f991608 - Browse repository at this point
Copy the full SHA f991608View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09be106 - Browse repository at this point
Copy the full SHA 09be106View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b1ce8d - Browse repository at this point
Copy the full SHA 2b1ce8dView commit details
There are no files selected for viewing