Compare commits

1 Commits
main ... 1.1

4 changed files with 6 additions and 29 deletions

View File

@@ -1,26 +1,3 @@
-------------------------------------------------------------------
Mon Sep 9 13:15:34 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Version update to 2.30.0
* try to fix trivial link error
* fixes Issue 462 (In Java21, the ConstPool API throws NPE for
MethodParameters attributes without parameter names)
* Fix MemberResolver.lookupMethod bug when super class has more
precise match
* Fix issue in no-standard [new] instruction replace
* Remove DUP check in TransformNewClass
* Update tutorial.html: javassist.util.HotSwapper
* Fix insertAuxInitializer may cause inconsistent stack height
problem
* Minimal changes make IDEA 2023.2 work out-of-box
- Version update to 2.30.1
* Fixes a bug in MANIFEST.MF
- Version update to 2.30.2
* Use current latest org.apache.felix:maven-bundle-plugin:5.1.9
* Fix bytecode compatible back to 52(JDK8)
* add .editorconfig
* polish pom format
-------------------------------------------------------------------
Wed Feb 21 09:42:17 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@@ -17,9 +17,9 @@
#
%define tar_version rel_3_30_2_ga
%define tar_version rel_3_29_2_ga
Name: javassist
Version: 3.30.2
Version: 3.29.2
Release: 0
Summary: Java Programming Assistant: bytecode manipulation
License: LGPL-2.1-or-later OR MPL-1.1
@@ -31,7 +31,7 @@ Patch1: javassist-osgi.patch
BuildRequires: ant >= 1.6
BuildRequires: fdupes
BuildRequires: java-devel >= 1.8
BuildRequires: javapackages-local >= 6
BuildRequires: javapackages-local
BuildArch: noarch
%description

BIN
rel_3_29_2_ga.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rel_3_30_2_ga.tar.gz (Stored with Git LFS)

Binary file not shown.