SHA256
1
0
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:
Anton Shvetz 2023-12-20 23:26:51 +00:00 committed by Git OBS Bridge
parent 26b57eb305
commit 75647c7254
4 changed files with 18 additions and 10 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eacb20a7a1eab916f68836da135770e1e5451b8db6de5541ca8909dd0129bc52
size 2014326

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ac82dbb3a7cfce927b7ad151c62e963e2f17f212b4ed54450bc32f21eaea484
size 2012982

View File

@ -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>

View File

@ -16,15 +16,14 @@
#
%global base_name byte-buddy
Name: %{base_name}
Version: 1.14.9
Name: byte-buddy
Version: 1.14.10
Release: 0
Summary: Runtime code generation for the Java virtual machine
License: Apache-2.0
Group: Development/Libraries/Java
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: jurand
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-commons)
BuildRequires: mvn(org.sonatype.plexus:plexus-build-api)
Conflicts: %{base_name}-bootstrap
Obsoletes: %{base_name}-bootstrap
Conflicts: %{name}-bootstrap
Obsoletes: %{name}-bootstrap
BuildArch: noarch
%description
@ -67,7 +66,7 @@ API documentation for %{name}.
%endif
%prep
%setup -q -n %{base_name}-%{base_name}-%{version}
%setup -q -n %{name}-%{name}-%{version}
# Don't ship android or benchmark modules
%pom_disable_module byte-buddy-android