SHA256
1
0
forked from pool/byte-buddy
Fridrich Strba 2024-05-21 11:00:22 +00:00 committed by Git OBS Bridge
parent b3c18c6cd8
commit b3d9cd8a06
6 changed files with 21 additions and 2188 deletions

View File

@ -1,4 +1,4 @@
From a87d1515a3425dad03240b31478bcf1c8097a738 Mon Sep 17 00:00:00 2001 From 68366dbea6762d338aaefa6d80caaf5abb05555a Mon Sep 17 00:00:00 2001
From: Marian Koncek <mkoncek@redhat.com> From: Marian Koncek <mkoncek@redhat.com>
Date: Thu, 23 Feb 2023 13:59:25 +0100 Date: Thu, 23 Feb 2023 13:59:25 +0100
Subject: [PATCH 1/2] Avoid bundling asm Subject: [PATCH 1/2] Avoid bundling asm
@ -8,7 +8,7 @@ Subject: [PATCH 1/2] Avoid bundling asm
1 file changed, 11 insertions(+), 45 deletions(-) 1 file changed, 11 insertions(+), 45 deletions(-)
diff --git a/byte-buddy/pom.xml b/byte-buddy/pom.xml diff --git a/byte-buddy/pom.xml b/byte-buddy/pom.xml
index ad2343d3fd..edae9d9ad9 100644 index 3a2c52000b..5372965676 100644
--- a/byte-buddy/pom.xml --- a/byte-buddy/pom.xml
+++ b/byte-buddy/pom.xml +++ b/byte-buddy/pom.xml
@@ -26,8 +26,6 @@ @@ -26,8 +26,6 @@
@ -96,5 +96,5 @@ index ad2343d3fd..edae9d9ad9 100644
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>net.bytebuddy.build.Plugin$Engine$Default</mainClass> <mainClass>net.bytebuddy.build.Plugin$Engine$Default</mainClass>
-- --
2.44.0 2.45.1

File diff suppressed because it is too large Load Diff

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue May 21 10:58:11 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- 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.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 18 11:25:23 UTC 2024 - Fridrich Strba <fstrba@suse.com> Thu Apr 18 11:25:23 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -17,7 +17,7 @@
Name: byte-buddy Name: byte-buddy
Version: 1.14.13 Version: 1.14.15
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
@ -25,12 +25,13 @@ Group: Development/Libraries/Java
URL: https://bytebuddy.net/ URL: https://bytebuddy.net/
Source0: https://github.com/raphw/%{name}/archive/refs/tags/%{name}-%{version}.tar.gz Source0: https://github.com/raphw/%{name}/archive/refs/tags/%{name}-%{version}.tar.gz
Patch0: 0001-Avoid-bundling-asm.patch Patch0: 0001-Avoid-bundling-asm.patch
Patch1: 0002-Remove-dependencies.patch
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: jurand BuildRequires: jurand
BuildRequires: maven-local BuildRequires: maven-local
BuildRequires: mvn(codes.rafael.modulemaker:modulemaker-maven-plugin) BuildRequires: mvn(codes.rafael.modulemaker:modulemaker-maven-plugin)
BuildRequires: mvn(com.google.code.findbugs:jsr305) BuildRequires: mvn(com.google.code.findbugs:jsr305)
BuildRequires: mvn(net.java.dev.jna:jna)
BuildRequires: mvn(net.java.dev.jna:jna-platform)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
@ -76,7 +77,6 @@ API documentation for %{name}.
%prep %prep
%setup -q -n %{name}-%{name}-%{version} %setup -q -n %{name}-%{name}-%{version}
%patch -P 0 -p1 %patch -P 0 -p1
%patch -P 1 -p1
# 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
@ -109,8 +109,6 @@ API documentation for %{name}.
%pom_remove_dep org.ow2.asm:asm-deprecated %pom_remove_dep org.ow2.asm:asm-deprecated
%pom_remove_plugin -r :maven-shade-plugin %pom_remove_plugin -r :maven-shade-plugin
%pom_remove_dep -r net.java.dev.jna:jna
%pom_remove_dep -r net.java.dev.jna:jna-platform
%{mvn_package} :byte-buddy-parent __noinstall %{mvn_package} :byte-buddy-parent __noinstall