forked from pool/byte-buddy
- 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
This commit is contained in:
parent
26b57eb305
commit
75647c7254
3
byte-buddy-1.14.10.tar.gz
Normal file
3
byte-buddy-1.14.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eacb20a7a1eab916f68836da135770e1e5451b8db6de5541ca8909dd0129bc52
|
||||||
|
size 2014326
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5ac82dbb3a7cfce927b7ad151c62e963e2f17f212b4ed54450bc32f21eaea484
|
|
||||||
size 2012982
|
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 20 23:21:57 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 17 05:32:59 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
Tue Oct 17 05:32:59 UTC 2023 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
|
@ -16,15 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%global base_name byte-buddy
|
Name: byte-buddy
|
||||||
Name: %{base_name}
|
Version: 1.14.10
|
||||||
Version: 1.14.9
|
|
||||||
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
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
URL: https://bytebuddy.net/
|
URL: https://bytebuddy.net/
|
||||||
Source0: https://github.com/raphw/%{base_name}/archive/refs/tags/%{base_name}-%{version}.tar.gz
|
Source0: https://github.com/raphw/%{name}/archive/refs/tags/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: jurand
|
BuildRequires: jurand
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
@ -43,8 +42,8 @@ BuildRequires: mvn(org.eclipse.aether:aether-util)
|
|||||||
BuildRequires: mvn(org.ow2.asm:asm)
|
BuildRequires: mvn(org.ow2.asm:asm)
|
||||||
BuildRequires: mvn(org.ow2.asm:asm-commons)
|
BuildRequires: mvn(org.ow2.asm:asm-commons)
|
||||||
BuildRequires: mvn(org.sonatype.plexus:plexus-build-api)
|
BuildRequires: mvn(org.sonatype.plexus:plexus-build-api)
|
||||||
Conflicts: %{base_name}-bootstrap
|
Conflicts: %{name}-bootstrap
|
||||||
Obsoletes: %{base_name}-bootstrap
|
Obsoletes: %{name}-bootstrap
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -67,7 +66,7 @@ API documentation for %{name}.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{base_name}-%{base_name}-%{version}
|
%setup -q -n %{name}-%{name}-%{version}
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user