byte-buddy-1.14.16-150200.5.9.1<>,*hp9| O|y3Y<[1oxNvGiO"b/-L•$@M_+R>>!?!d  " WX\hl @ \ x  > L8p$ H  % ( P8 X9 : =FGH IXXhY\]^ bcfdefluv@w x!y!Lz!!!!!Cbyte-buddy1.14.16150200.5.9.1Runtime code generation for the Java virtual machineByte Buddy is a code generation and manipulation library for creating and modifying Java classes during the runtime of a Java application and without the help of a compiler. Other than the code generation utilities that ship with the Java Class Library, Byte Buddy allows the creation of arbitrary classes and is not limited to implementing interfaces for the creation of runtime proxies. Furthermore, Byte Buddy offers a convenient API for changing classes either manually, using a Java agent or during a build.hh01-ch3c=SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Development/Libraries/Javahttps://bytebuddy.net/linuxnoarchS@z::'N e 5+A큤A큤A큤A큤h|fMkfMkh{h{h{h|fMkfMkh{h{h{h{h{2be12c2e3aa667d0f285419a9d6f13d163f3a8bbe675e0e1e5d491c43353084096ddc072bd6ba91b211c24f6d302a6d893f24d317ca8e26bdba6bb926e4f3be6cff5306da732855c4c0d305f780add7fbd716864b978fa97c0aca8cc8bf3939bf05e16a6b0ec58ab83e425a0baabb81c402af9943109452e984c1178f923e794bb28c48e3e078166e91cfc2b6db7ffebb8a0973b9e23b3df060561292d8d69ecc8689dc9d5818fcd2510f58cbc123b9a32eb10ddafec8ecef321e8ca8fd205b84a72226f5c98f0c56dae8f8707d9fc3d309eac22aad5f4f9180398e2ec934a2e9a4dda8dbe54d7acd95691f95e6c26008d568db71f2d07e136486e317dc10e80cebcb39cb34f12730c91844c40f90d1fa169ae4413bc05736cb530ed4b1ecea871f7e68b9845614397908075e48c7b5d7fb2cdb9b647d8ffb376e6b42348c953rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootbyte-buddy-1.14.16-150200.5.9.1.src.rpmbyte-buddymvn(net.bytebuddy:byte-buddy)mvn(net.bytebuddy:byte-buddy-dep)mvn(net.bytebuddy:byte-buddy-dep:pom:)mvn(net.bytebuddy:byte-buddy:pom:)osgi(net.bytebuddy.byte-buddy)@ @@@@    java-headlessjavapackages-filesystemmvn(net.bytebuddy:byte-buddy-dep)mvn(org.ow2.asm:asm)mvn(org.ow2.asm:asm-commons)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.71.14.163.0.4-14.6.0-14.0-15.2-14.14.1fO/fLf! @f[eПe(e@e.w@e@eddhdedTd7d*d)n@dJdxshvetz.anton@gmail.comfstrba@suse.comfstrba@suse.comshvetz.anton@gmail.comshvetz.anton@gmail.comshvetz.anton@gmail.comshvetz.anton@gmail.comshvetz.anton@gmail.comfstrba@suse.comshvetz.anton@gmail.comshvetz.anton@gmail.comshvetz.anton@gmail.comshvetz.anton@gmail.comfstrba@suse.comshvetz.anton@gmail.comshvetz.anton@gmail.comshvetz.anton@gmail.comshvetz.anton@gmail.comshvetz.anton@gmail.com- Update to v1.14.16 * Changes of v1.14.16 + Update ASM and introduce support for Java 23.- Upgrade to v1.14.15 * Changes of v1.14.15 + Allow attaching from root on J9. * Changes of v1.14.14 + Adjust type validation to accept additional names that are legal in the class file format. + Fix dynamic attach on Windows when a service user is active. + Avoid failure when using Android's strict mode. - Removed patch: * 0002-Remove-dependencies.patch + not needed since we have jna packaged- Split the whole package into sub-packages - Added patch: * 0001-Avoid-bundling-asm.patch + Do not bundle asm, but use external artifact * 0002-Remove-dependencies.patch + Remove optional dependency on jna- 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.- 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.- 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.- 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.- 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- Remove dependency on findbugs - Do not produce bootstrap package- 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- 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.- Do not bootstrap using downloaded binaries, but build the minimal bootstrap package from sources- 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- Update to v1.14.3 * Changes of v1.14.3 + Make MethodGraph.Compiler failsafe when processing incomplete methods. + Update ASM.- Update to v1.14.2 * Changes of v1.14.2 + Fix offset mapping for local variable array remapping in Advice. + Add possibility to specify an index for skipOn and repeatOn which resolves the checked value from a returned array. * Changes of 1.14.1 + Add extended scope for Maven Byte Buddy plugin to include all non-test-dependencies.- Initial packaging with v1.14.0 - Add patch: * 00-asm5.patch ~ asm5 does not support the Opcodes.V20 constanth01-ch3c 1744895371 1.14.16-150200.5.9.11.14.161.14.161.14.161.14.161.14.16byte-buddyREADME.mdrelease-notes.mdbyte-buddybyte-buddy-dep.jarbyte-buddy.jarbyte-buddyLICENSENOTICEbyte-buddy-byte-buddy-dep.xmlbyte-buddy-byte-buddy.xmlbyte-buddybyte-buddy-dep.pombyte-buddy.pom/usr/share/doc/packages//usr/share/doc/packages/byte-buddy//usr/share/java//usr/share/java/byte-buddy//usr/share/licenses//usr/share/licenses/byte-buddy//usr/share/maven-metadata//usr/share/maven-poms//usr/share/maven-poms/byte-buddy/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:38372/SUSE_SLE-15-SP2_Update/579136f5e7d9639d169c572f02c7b3eb-byte-buddy.SUSE_SLE-15-SP2_Updatedrpmxz5noarch-suse-linuxdirectoryHTML document, UTF-8 Unicode textASCII text, with very long linesASCII text, with CRLF line terminators (Zip archive data, at least v2.0 to extract Zip archive data, at least v2.0 to extract)assembler source, ASCII text, with CRLF line terminators (Zip archive data, at least v2.0 to extract Zip archive data, at least v2.0 to extract)ASCII textXML 1.0 document, ASCII textXML 1.0 document textPPPRRRRPPRRRRRtR #5#(utf-8688bbb1be9d16fdab84658f8a7a5074c12e30683cfd50497b55d56e8dc3fa2c9? 7zXZ !t/D]"k%,C|7Ԥ&U`1[z}c|ڋS$qaQ!mBZejȷޠ8q PqR u 5Pe6q{ص'/zD&zWBeFM'O-G%F|{x='1[';aվ"d͎*7 4LJG+G'&)ZPѠ}N*uwU ,Fv(dTi-Sجno\ʂ<"m҆F?%e*F#LƞfN(%?! YZ