- Update to v1.15.5
* Changes of v1.15.5 + Publish Byte Buddy and Byte Buddy agent artifacts as multi-release jars to support CDS and faster validation. - Remove Windows-specific resources - Update to v1.15.4 OBS-URL: https://build.opensuse.org/package/show/Java:packages/byte-buddy?expand=0&rev=37
This commit is contained in:
parent
4aa91e2174
commit
8e2ca4d9ba
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:32581793d9ed7121ef3b3967c5e7ccb86b717949aae3c317d837ba306a5e2aa4
|
|
||||||
size 2052178
|
|
3
byte-buddy-1.15.5.tar.gz
Normal file
3
byte-buddy-1.15.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9c6493d098acfcbf39073b17986e411608e1b146a9be9f521798d63770b846ff
|
||||||
|
size 2054423
|
@ -1,7 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 17 10:23:16 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
|
- Update to v1.15.5
|
||||||
|
* Changes of v1.15.5
|
||||||
|
+ Publish Byte Buddy and Byte Buddy agent artifacts as
|
||||||
|
multi-release jars to support CDS and faster validation.
|
||||||
|
- Remove Windows-specific resources
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 12 00:15:26 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
Sat Oct 12 00:15:26 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
- Update to v1.15.3
|
- Update to v1.15.4
|
||||||
* Add non-experimental support for Java 24.
|
* Add non-experimental support for Java 24.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: byte-buddy
|
Name: byte-buddy
|
||||||
Version: 1.15.4
|
Version: 1.15.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Runtime code generation for the Java virtual machine
|
Summary: Runtime code generation for the Java virtual machine
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -78,6 +78,9 @@ API documentation for %{name}.
|
|||||||
%setup -q -n %{name}-%{name}-%{version}
|
%setup -q -n %{name}-%{name}-%{version}
|
||||||
%patch -P 0 -p1
|
%patch -P 0 -p1
|
||||||
|
|
||||||
|
# Remove Windows-specific resources
|
||||||
|
rm -rf byte-buddy-agent/src/main/resources/win32-x86{,-64}
|
||||||
|
|
||||||
# Don't ship android or benchmark modules
|
# Don't ship android or benchmark modules
|
||||||
%pom_disable_module byte-buddy-android
|
%pom_disable_module byte-buddy-android
|
||||||
%pom_disable_module byte-buddy-android-test
|
%pom_disable_module byte-buddy-android-test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user