-
-
Notifications
You must be signed in to change notification settings - Fork 424
Comparing changes
Open a pull request
base repository: GradleUp/shadow
base: 9.4.0
head repository: GradleUp/shadow
compare: 9.4.1
- 20 commits
- 21 files changed
- 4 contributors
Commits on Mar 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a603f7e - Browse repository at this point
Copy the full SHA a603f7eView commit details
Commits on Mar 16, 2026
-
Update kotlin monorepo to v2.3.20 (#1978)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 683b5d1 - Browse repository at this point
Copy the full SHA 683b5d1View commit details
Commits on Mar 17, 2026
-
Add tests for remapClass (#1974)
* Configure compileKotlin and compileJava * Add RelocatorRemapperTest * Cleanups * Add more cases
Configuration menu - View commit details
-
Copy full SHA for 2f1d607 - Browse repository at this point
Copy the full SHA 2f1d607View commit details -
Migrate BytecodeRemappingTest to using ASM (#1980)
`BytecodeRemappingTest` used `java.lang.classfile` (Java 24+ API) for parsing remapped class bytes, making the tests fail to compile on JDK < 24. Replaces all usages with ASM (`org.vafer.jdeb.shaded.objectweb.asm`), which is already on the classpath via `jdependency`. **Changes:** - Removes `java.lang.classfile.*` imports; adds ASM visitor imports (`ClassReader`, `ClassVisitor`, `FieldVisitor`, `MethodVisitor`, `AnnotationVisitor`, `Label`, `Opcodes`) - Adds `ClassBytecodeInfo` / `MethodBytecodeInfo` data classes to hold visitor-collected results - Adds `ByteArray.classInfo()` private extension that drives a `ClassReader.accept` pass to collect annotations, field descriptors, method descriptors, signatures, local variable descriptors, LDC string constants, CHECKCAST targets, and invoke owners - Simplifies assertions: class name / superclass / interfaces read directly from `ClassReader`; everything else via `classInfo()` - Reverts f88e184 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Goooler <10363352+Goooler@users.noreply.github.com> Co-authored-by: Goooler <wangzongler@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 13566db - Browse repository at this point
Copy the full SHA 13566dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9919006 - Browse repository at this point
Copy the full SHA 9919006View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4453e9b - Browse repository at this point
Copy the full SHA 4453e9bView commit details
Commits on Mar 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 296c119 - Browse repository at this point
Copy the full SHA 296c119View commit details -
Update dependency com.facebook:ktfmt to v0.62 (#1982)
* Update dependency com.facebook:ktfmt to v0.62 * Fix style --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Goooler <wangzongler@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a11a939 - Browse repository at this point
Copy the full SHA a11a939View commit details -
Enable Isolated Projects for the project self (#1984)
* Initial plan * Enable Isolated Projects for the shadow plugin project's own build Co-authored-by: Goooler <10363352+Goooler@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Goooler <10363352+Goooler@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1d40fd2 - Browse repository at this point
Copy the full SHA 1d40fd2View commit details -
Update plugin spotless to v8.4.0 (#1985)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e18c962 - Browse repository at this point
Copy the full SHA e18c962View commit details
Commits on Mar 19, 2026
-
Document excluding non-JAR transitive dependencies (#1986)
* Initial plan * docs: add exclude approach for non-JAR transitive dependencies Co-authored-by: Goooler <10363352+Goooler@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Goooler <10363352+Goooler@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1395087 - Browse repository at this point
Copy the full SHA 1395087View commit details -
Improve file type check for AAR (#1987)
* Initial plan * Update AAR detection to check actual file content instead of extension Co-authored-by: Goooler <10363352+Goooler@users.noreply.github.com> * Update JavaPluginsTest.kt * Reformat * Check extension as well --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Goooler <10363352+Goooler@users.noreply.github.com> Co-authored-by: Zongle Wang <wangzongler@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 69dfdfc - Browse repository at this point
Copy the full SHA 69dfdfcView commit details -
Update Gradle to v9.4.1 (#1988)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5a1ab58 - Browse repository at this point
Copy the full SHA 5a1ab58View commit details -
Update pluginPublish to v2.1.1 (#1989)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ca0dd71 - Browse repository at this point
Copy the full SHA ca0dd71View commit details
Commits on Mar 24, 2026
-
Update gradle/actions action to v6 (#1990)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e519072 - Browse repository at this point
Copy the full SHA e519072View commit details
Commits on Mar 25, 2026
-
Update Develocity to v4.4.0 (#1992)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 38ec3e2 - Browse repository at this point
Copy the full SHA 38ec3e2View commit details -
Update actions/deploy-pages action to v5 (#1993)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0fb99ca - Browse repository at this point
Copy the full SHA 0fb99caView commit details
Commits on Mar 26, 2026
-
Update plugin jetbrains-dokka to v2.2.0 (#1994)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 539d532 - Browse repository at this point
Copy the full SHA 539d532View commit details
Commits on Mar 27, 2026
-
Agent-Logs-Url: https://github.com/GradleUp/shadow/sessions/277159d5-79fb-4340-90e0-20d42d14a1eb Co-authored-by: Goooler <10363352+Goooler@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7cf1ac5 - Browse repository at this point
Copy the full SHA 7cf1ac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f98d8f2 - Browse repository at this point
Copy the full SHA f98d8f2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 9.4.0...9.4.1