Skip to content

Commit

Permalink
Update release notes and internal Byte Buddy.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Sep 12, 2022
1 parent 9c12e71 commit 2419897
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 19 deletions.
16 changes: 8 additions & 8 deletions .mvn/checksums.sha256
Expand Up @@ -542,14 +542,14 @@ log4j:log4j:jar:1.2.14 e3bff9ab64a09b1ac2800f3b5fb1e3d99728064acb6dd392493850763
log4j:log4j:pom:1.2.12 cb54dedc5d8c4510148dfa792701cbac1a84c383a84f48f5a32e6d7e460bbb72
log4j:log4j:pom:1.2.14 6c243babab94ee5fdc1b31d0c4fbb7ffeadf8373823532e0d03adb29f21406e3
logkit:logkit:pom:1.0.1 3de328dfa1b563ba6dfc5829774cf2f8dab0dc9528ed2731c35251ab7fd6c4c6
net.bytebuddy:byte-buddy-agent:jar:1.12.14 1819351a0c2e9719aafdb501c5399978bcb6c2817c9bae8227827771fa13dc97
net.bytebuddy:byte-buddy-android:jar:1.12.14 3b8653a064678090a2fafda8e1b251009dbd219533b3a5df3888197b49364b73
net.bytebuddy:byte-buddy-dep:jar:1.12.14 1c6949362e24b7ef2198452f16b4bceb8992d34c0573f929c4e5ef4ff1fa52d7
net.bytebuddy:byte-buddy-maven-plugin:jar:1.12.14 42075cf95e84dfabf7fd4cd268400fe7a4579ecec65bad6dc3f1abd7b8939ce2
net.bytebuddy:byte-buddy-maven-plugin:pom:1.12.14 8cf50aa648abbdb4ba17b7d307ea04ca35f6fa39e58cf81f6644896b25b7f944
net.bytebuddy:byte-buddy-parent:pom:1.12.14 3c1a71bd77df0ca4777955a0e8d24b389dcc8a33762482fb447f7b44f6fccb68
net.bytebuddy:byte-buddy:jar:1.12.14 6a1a1ffdf578f54c033f3b139b368be3eb75146bafcd58ee27c2ac090f288001
net.bytebuddy:byte-buddy:pom:1.12.14 855ffdac3e7a79b783953a5a4443abb9de04b1f5319e1af320a1bd3776f75ec4
net.bytebuddy:byte-buddy-agent:jar:1.12.16 38e258787665ac95e4f42ff1ca5b7550093762d289a61d436a26b6a25386358e
net.bytebuddy:byte-buddy-android:jar:1.12.16 0ee35e2ed2a78c034a6c19f498b80a2368dd6b975a2e9cdb196d2a7ed46c651b
net.bytebuddy:byte-buddy-dep:jar:1.12.16 a280c274f035338db70ab47adc672db35f3c172a9ce1394757a5b3849446deba
net.bytebuddy:byte-buddy-maven-plugin:jar:1.12.16 35edaff13e93d56991740945df9c67ca85902f86a85275faff994e016a314126
net.bytebuddy:byte-buddy-maven-plugin:pom:1.12.16 f6d1f65911d274b2047f8e32d5410810ee8e94def02081082df2b06ea7fca5c7
net.bytebuddy:byte-buddy-parent:pom:1.12.16 ce01acea4b1bcce0fb2af70f4a83c023371c5d40d42bf06ea7b62a670dbd2a99
net.bytebuddy:byte-buddy:jar:1.12.16 e2a59ccffe107e83b355eb81dd8e9f3c82d0753c4b9a0e20bc64b0811d76795b
net.bytebuddy:byte-buddy:pom:1.12.16 b013193fe7957de56555caabd5571ec8931fdc5a7aebb7f99718468244fdc033
net.java.dev.jna:jna-platform:jar:5.12.1 8ce969116cac95bd61b07a8d5e07174b352e63301473caac72c395e3c08488d2
net.java.dev.jna:jna-platform:pom:5.12.1 c279ffa3b5168e2203087231c638919a7cec7458006b1cda66959747860fb457
net.java.dev.jna:jna:jar:5.12.1 91a814ac4f40d60dee91d842e1a8ad874c62197984403d0e3c30d39e55cf53b3
Expand Down
2 changes: 1 addition & 1 deletion byte-buddy-agent/pom.xml
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.12.14</version>
<version>1.12.16</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
12 changes: 6 additions & 6 deletions byte-buddy-dep/pom.xml
Expand Up @@ -127,7 +127,7 @@
<plugin>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-maven-plugin</artifactId>
<version>1.12.14</version>
<version>1.12.16</version>
<executions>
<execution>
<phase>compile</phase>
Expand All @@ -142,7 +142,7 @@
<transformation>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.12.14</version>
<version>1.12.16</version>
<plugin>net.bytebuddy.build.HashCodeAndEqualsPlugin$WithNonNullableFields</plugin>
<arguments>
<argument>
Expand All @@ -154,13 +154,13 @@
<transformation>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.12.14</version>
<version>1.12.16</version>
<plugin>net.bytebuddy.build.CachedReturnPlugin</plugin>
</transformation>
<transformation>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.12.14</version>
<version>1.12.16</version>
<plugin>net.bytebuddy.build.AccessControllerPlugin</plugin>
<arguments>
<argument>
Expand All @@ -172,13 +172,13 @@
<transformation>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.12.14</version>
<version>1.12.16</version>
<plugin>net.bytebuddy.build.DispatcherAnnotationPlugin</plugin>
</transformation>
<transformation>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.12.14</version>
<version>1.12.16</version>
<plugin>net.bytebuddy.build.RepeatedAnnotationPlugin</plugin>
</transformation>
</transformations>
Expand Down
Expand Up @@ -26,13 +26,13 @@ android {
}
}

def outerPom = new groovy.xml.XmlSlurper().parse(rootProject.file('../pom.xml'))
def outerPom = new groovy.xml.XmlSlurper().parse(rootProject.file("$rootDir/pom.xml"))

dependencies {
implementation group: 'androidx.appcompat', name: 'appcompat', version: '1.5.0'
implementation project(':android-application-test:aar-bytebuddy-target')
byteBuddy project(":android-application-test:jar-bytebuddy-plugin")
byteBuddy project(":android-application-test:aar-bytebuddy-plugin")
implementation project(':android-plugin-test:aar-bytebuddy-target')
byteBuddy project(":android-plugin-test:jar-bytebuddy-plugin")
byteBuddy project(":android-plugin-test:aar-bytebuddy-plugin")
testImplementation group: 'junit', name: 'junit', version: outerPom.properties.'version.junit'
androidTestImplementation group: 'androidx.test.ext', name: 'junit', version: '1.1.3'
androidTestImplementation group: 'androidx.test.espresso', name: 'espresso-core', version: '3.4.0'
Expand Down
10 changes: 10 additions & 0 deletions release-notes.md
@@ -1,6 +1,16 @@
Byte Buddy release notes
------------------------

### 22. August 2022: version 1.12.16

- Fix Gradle release script to publish plugin.

### 22. August 2022: version 1.12.15

- Introduce `ClassVisitorFactory` which allows to translate to and from class wrappers in a different ASM namespace.
- Allow builders to change to `ClassVisitors`.
- Add support for Android instrumentation from Gradle plugin.

### 22. August 2022: version 1.12.14

- Add `wrap` method to `DynamicType.Builder` that allows for the representation of a dynamic type via a `ClassVisitor`.
Expand Down

0 comments on commit 2419897

Please sign in to comment.