Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
javassist
javassist.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File javassist.changes of Package javassist
------------------------------------------------------------------- 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> - Use %patch -P N instead of deprecated %patchN. ------------------------------------------------------------------- Tue Jun 6 16:20:35 UTC 2023 - Fridrich Strba <fstrba@suse.com> - Clean up the spec file and make it actually build on a vanilla SLE-12-SP5 - Modified patch: * javassist-java8-compat.patch + make remove functions that are not available in java 8 ------------------------------------------------------------------- Tue Sep 20 16:10:40 UTC 2022 - David Anes <david.anes@suse.com> - Version update to 3.29.2: * Include` Automatic-Module-Name in MANIFEST.MF - Rebased javassist-osgi.patch and corrected version numbers in the patch. ------------------------------------------------------------------- Wed Aug 17 11:32:38 UTC 2022 - David Anes <david.anes@suse.com> - Version update to 3.29.1: * `Readme.html` was deleted. - Rebased javassist-osgi.patch and corrected version numbers in the patch. ------------------------------------------------------------------- Mon May 23 13:16:59 UTC 2022 - David Anes <david.anes@suse.com> - Requires java >= 1.8 - Rebased patches: * javassist-osgi.patch - Version update to 3.29.0: * removes an unused import declaration as PR 384 mentions. * Merge pull request #382 from tim-hoffman/PR_RemoveStringBuffer * Merge pull request #383 from tim-hoffman/PR_ArrayCopyPerformance * uncomments test code suggested by PR405 * cancels PR#391, which does not pass all the tests * fixes a wrong indentation * Merge pull request #391 from derklaro/fix-method-naming-syntax * does refactoring * fixes a bug in SignatureAttribute.renameClass(). * fixs a compilation problem although one test still fails. * Merge pull request #299 from pietrobraione/master * Merge branch 'master' into master * Merge pull request #278 from ximsfei/master * Merge pull request #390 from derklaro/master * changes test code because package java.rmi.activation.ActivationGroupDesc does not exist any longer. * deletes src/test/test2/*.class * Merge pull request #399 from carldea/master * Merge pull request #409 from aschleck/patch-1 * Remove redundant type check * Using TCK Tested JDK builds of OpenJDK * Merge pull request #395 from aburaksahin/master * Fix for NullPointerException on detach() * Only wrap the method name if the method doesn't come from the same decl class * Lower requirement for an extra type in constructor to Java 7- * Replace array copy loop with System.arraycopy * Replace remaining StringBuffer uses with StringBuilder * Replace StringBuffer with StringBuilder and other minor String optimizations * fixes GitHub Issue 378 (wrong link for apache license) * updates javassist.Loader to exclude jdk.internal. * Fixes to support the full syntax of possible signatures * Fix renaming of classes in presence of generic signatures and nested classes. * add unit test * fixes a bug of ClassFile#renameClass(), some imports could not be successfully renamed ------------------------------------------------------------------- Fri Dec 10 18:51:02 UTC 2021 - David Anes <david.anes@suse.com> - Rebased osgi patch: javassist-osgi.patch - Rebased java8 compat patch: javassist-java8-compat.patch - Requires Java API >= 1.7 ------------------------------------------------------------------- Wed Mar 25 14:07:34 UTC 2020 - Fridrich Strba <fstrba@suse.com> - Added patch: * javassist-osgi.patch + Add OSGi manifest to the javassist.jar ------------------------------------------------------------------- Mon Apr 15 08:57:00 UTC 2019 - Fridrich Strba <fstrba@suse.com> - Added patch: * javassist-java8-compat.patch - Allow building on systems that do not have java 9 or higher ------------------------------------------------------------------- Thu Oct 18 11:32:34 UTC 2018 - Fridrich Strba <fstrba@suse.com> - Install and package the maven pom and metadata files ------------------------------------------------------------------- Mon Oct 15 14:53:58 UTC 2018 - Fridrich Strba <fstrba@suse.com> - BuildRequire at least Java 9. This version uses APIs introduced in Java 9 ------------------------------------------------------------------- Sun Oct 7 16:51:45 UTC 2018 - Jan Engelhardt <jengelh@inai.de> - Replace old $RPM_* shell vars by macros. ------------------------------------------------------------------- Fri Oct 5 13:19:12 UTC 2018 - pmonrealgonzalez@suse.com - Version update to 3.23.1: * 3.23.1 Github PR #171 * 3.23 Fix leaking file handlers in ClassPool and removed ClassPath.close(). Github issue #165 * 3.22 Java 9 supports. JIRA JASSIST-261. - Dropped patch fixed upstream: javassist-rel_3_21_0_ga-javadoc.patch ------------------------------------------------------------------- Fri Sep 8 08:16:21 UTC 2017 - fstrba@suse.com - Specify java target and source version 1.6 in order to allow building with jdk9 - Added patch: * javassist-rel_3_21_0_ga-javadoc.patch - fix javadoc errors that are fatal with jdk9 ------------------------------------------------------------------- Fri Jun 9 10:14:10 UTC 2017 - tchvatal@suse.com - Version update to 3.21.0: * various compiler settings * Require java >= 1.6 ------------------------------------------------------------------- Sat Jan 24 16:40:33 UTC 2015 - p.drouand@gmail.com - Update to version 3.19.0 * Including a number of bug fixes and Java 8 supports. - Clean up specfile - Remove redundant %clean section - Build for java API 1.5 - Remove unzip requirement - Update home page and download source Urls ------------------------------------------------------------------- Wed Sep 3 16:19:44 CEST 2014 - ro@suse.de - fix group entries for subpackages ------------------------------------------------------------------- Wed Sep 3 01:48:48 CEST 2014 - ro@suse.de - sanitize release line in specfile ------------------------------------------------------------------- Mon Sep 9 11:05:56 UTC 2013 - tchvatal@suse.com - Move from jpackage-utils to javapackage-tools ------------------------------------------------------------------- Thu Mar 7 16:51:50 UTC 2013 - cfarrell@suse.com - license update: LGPL-2.1+ or MPL-1.1 This is a dual license so the operator is ^or^ not ^and^ ------------------------------------------------------------------- Tue Mar 5 13:17:51 UTC 2013 - coolo@suse.com - update license to new format ------------------------------------------------------------------- Fri Apr 27 10:03:44 UTC 2012 - mvyskocil@suse.cz - format spec file for Factory ------------------------------------------------------------------- Thu Dec 9 11:57:28 CET 2010 - mc@suse.de - initial release
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor