This commit is contained in:
parent
7bb944263f
commit
7861a3164a
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Wed Feb 21 09:42:17 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define tar_version rel_3_29_2_ga
|
%define tar_version rel_3_30_2_ga
|
||||||
Name: javassist
|
Name: javassist
|
||||||
Version: 3.29.2
|
Version: 3.30.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Java Programming Assistant: bytecode manipulation
|
Summary: Java Programming Assistant: bytecode manipulation
|
||||||
License: LGPL-2.1-or-later OR MPL-1.1
|
License: LGPL-2.1-or-later OR MPL-1.1
|
||||||
|
BIN
rel_3_29_2_ga.tar.gz
(Stored with Git LFS)
BIN
rel_3_29_2_ga.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
rel_3_30_2_ga.tar.gz
Normal file
3
rel_3_30_2_ga.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4e91ce9cf454e0c441d1c6114fa414a09bc022dad82801d3ae0d24891b75ea2d
|
||||||
|
size 1295788
|
Loading…
Reference in New Issue
Block a user