SHA256
1
0
forked from pool/byte-buddy
Commit Graph

29 Commits

Author SHA256 Message Date
Dominique Leuenberger
217214aceb Accepting request 1198467 from Java:packages
1.15.1

OBS-URL: https://build.opensuse.org/request/show/1198467
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/byte-buddy?expand=0&rev=5
2024-09-04 11:23:14 +00:00
Anton Shvetz
18f03eb467 - Update to v1.15.1
* Changes of v1.15.1
    + Revert default EntryPoint for Android Gradle plugin to use
      DECORATE unless explicitly specified due to many generic type
      errors in Kotlin classes.
  * Changes of v1.15.0
    + Introduce AsmClassWriter and AsmClassReader abstractions that
      allow for plugging different implementations of readers and
      writers.
    + Add configuration extension to the Android Gradle plugin and
      make it behave like regular Gradle plugin with standard
      configuration.
    + Throw TypeNotPresentException upon discovering undeclared
      type variables as it was recently fixed on the JVM.
  * Changes of v1.14.19
    + Add Maven Mojo for transforming jars and for transforming
      dependencies folder.
    + Better error handling for unresolved type variables.
    + Allow loading arguments of the instrumented method in
      MemberSubstitution.
    + Fix checks for method visibility.

OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=28
2024-09-01 16:31:02 +00:00
Ana Guerrero
9869930fb9 Accepting request 1186467 from Java:packages
1.14.18

OBS-URL: https://build.opensuse.org/request/show/1186467
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/byte-buddy?expand=0&rev=4
2024-07-10 14:49:50 +00:00
Anton Shvetz
b5086efb11 - Update to v1.14.18
* Changes of v1.14.18
    + Avoid verification error if constructor advice meats dropped
      implicit this frame and throw exception during
      instrumentation instead.
    + Add support to resolve ByteBuddyAgent from non-obfuscated
      name if obfuscation is used.
    + Make sure CircularityLock implementations never load classes
      during locking.
    + Offer use of istat if stat command is not available for
      emulated attachment.
    + Avoid locking entire class loader when child-first class
      loader loads shadowed class and parallel class loading is
      supported.
  * Changes of v1.14.17
    + Avoid crashing of Android plugin when there are duplicate
      files for licenses or license notices.

OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=26
2024-07-08 22:02:07 +00:00
Ana Guerrero
f72acea72e Accepting request 1176195 from Java:packages
1.14.16

OBS-URL: https://build.opensuse.org/request/show/1176195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/byte-buddy?expand=0&rev=3
2024-05-23 13:35:33 +00:00
Fridrich Strba
58eaaf0080 OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=24 2024-05-23 10:58:40 +00:00
Anton Shvetz
50fa17b16e - Update to v1.14.16
* Changes of v1.14.16
    + Update ASM and introduce support for Java 23.

OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=23
2024-05-23 05:31:12 +00:00
Ana Guerrero
df4f1df9cb Accepting request 1175526 from Java:packages
1.14.15

OBS-URL: https://build.opensuse.org/request/show/1175526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/byte-buddy?expand=0&rev=2
2024-05-21 16:37:11 +00:00
Fridrich Strba
22737758e5 OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=21 2024-05-21 11:01:55 +00:00
Fridrich Strba
b3d9cd8a06 OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=20 2024-05-21 11:00:22 +00:00
Fridrich Strba
b3c18c6cd8 OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=19 2024-05-01 12:40:54 +00:00
Ana Guerrero
c7d4d4860b Accepting request 1168953 from Java:packages
new package

OBS-URL: https://build.opensuse.org/request/show/1168953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/byte-buddy?expand=0&rev=1
2024-04-19 17:14:31 +00:00
Fridrich Strba
0b99a70b9a OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=17 2024-04-18 21:47:21 +00:00
Fridrich Strba
1e0ce5b17b OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=16 2024-04-18 12:00:49 +00:00
Fridrich Strba
348d920794 OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=15 2024-04-18 11:41:39 +00:00
Fridrich Strba
8c599b9779 OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=14 2024-04-18 11:25:58 +00:00
Anton Shvetz
44f0b84462 - Update to v1.14.13
* Changes of v1.14.13
    + Avoid resolving type variables when generic type processing
      is disabled.
    + Improve error message for Byte Buddy agent external attach.
    + Fix build for modular jars when using later version than Java
      8.

OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=13
2024-03-28 20:52:12 +00:00
Anton Shvetz
77af5e8ed5 - Update to v1.14.12
% Changes of v1.14.12
    + Pin proxy class file version to avoid implicit changes when
      using Graal native image.
    + Add support for Java 23.
    + Add missing @MaybeNull annotation.

OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=12
2024-02-17 15:44:01 +00:00
Anton Shvetz
51b2c44f11 - Update to v1.14.11
* Changes of v1.14.11
    + Adjusts Gradle plugin to support Gradle 8.4 without warnings.
    + Avoid blurry exception on build plugin for fail fast.

OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=11
2023-12-21 00:18:24 +00:00
Anton Shvetz
75647c7254 - Update to v1.14.10
* Changes of v1.14.10
    + Add lazy facade to default TypePool in AgentBuilder to avoid
      parsing of types ignored by name.
    + Avoid module info classes in Android plugin.

OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=10
2023-12-20 23:26:51 +00:00
Fridrich Strba
26b57eb305 Accepting request 1118221 from home:urbic:branches:Java:packages
- Update to v1.14.9
  * Changes of v1.14.9
    + Update ASM to version 9.6
    + Support Android plugin to support APG version 7.4

OBS-URL: https://build.opensuse.org/request/show/1118221
OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=9
2023-10-17 13:02:50 +00:00
Fridrich Strba
80197d8a58 OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=8 2023-09-27 05:15:05 +00:00
Fridrich Strba
028dbe38c0 Accepting request 1111659 from home:urbic:branches:Java:packages
- Update to v1.14.8
  * Changes of v1.14.8
    + Correctly read versions from class file that would use both
      bytes.
    + Fix Byte Buddy Gradle plugin for Gradle 8.3+.
    + Correct field and static method access on subtypes in
      MemberSubstitution.
    + Support APK 7.4+ versions in Byte Buddy Gradle for Android
      plugin.
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp

OBS-URL: https://build.opensuse.org/request/show/1111659
OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=7
2023-09-18 18:50:42 +00:00
Fridrich Strba
0cc872aa69 Accepting request 1108254 from home:urbic:branches:Java:packages
- Update to v1.14.7
  * Changes of v1.14.7
    + Correctly read minor version from class file.
    + Catch type resolution errors when applying Plugin.Engine.
- Update to v1.14.6
  * Changes of v1.14.6
    + Add PatchMode.SUBSTITUTE and
      ResettableClassFileTransformer.Substitutable for in-order
      patching.
    + Allow for explicit specification og differential matcher when
      patching an AgentBuilder.
    + Add platform loader to locator for build plugins.
    + Correctly resolve accessors for fields with capitalized first
      letter.
    + Make jars for Android read-only as newer versions require it.
- Update to v1.14.5
  * Changes of v1.14.5
    + Avoid use of location if agent argument separator is
      contained.
    + Allow failure of member substitution if no element is
      separated.
    + Allow retry in case of parallel class injection.

OBS-URL: https://build.opensuse.org/request/show/1108254
OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=6
2023-08-31 10:34:16 +00:00
Fridrich Strba
c7bfa5c821 OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=5 2023-05-07 06:12:02 +00:00
Fridrich Strba
a294e4e32c OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=4 2023-05-05 07:45:01 +00:00
Fridrich Strba
a07d793dcf OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=3 2023-05-05 07:37:11 +00:00
Fridrich Strba
4451e39718 Accepting request 1079678 from home:urbic:branches:Java:packages
- Update to v1.14.4
  * Changes of v1.14.4
    + Include instrumented type and auxiliary types in TypePool
      that is passed to TypeWriter.
- Remove patch:
  * 00-asm5.patch - not needed due to update of objectweb-asm

OBS-URL: https://build.opensuse.org/request/show/1079678
OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=2
2023-04-17 06:02:17 +00:00
Fridrich Strba
3fcc569b67 Accepting request 1076761 from home:urbic:java
Add forgotten entry to byte-buddy.changes

OBS-URL: https://build.opensuse.org/request/show/1076761
OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=1
2023-04-03 09:09:31 +00:00