Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bcel for openSUSE:Factory checked in 
at 2024-09-23 15:18:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bcel (Old)
 and      /work/SRC/openSUSE:Factory/.bcel.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bcel"

Mon Sep 23 15:18:48 2024 rev:34 rq:1202359 version:6.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bcel/bcel.changes        2023-12-28 
22:54:30.843205717 +0100
+++ /work/SRC/openSUSE:Factory/.bcel.new.29891/bcel.changes     2024-09-23 
15:19:02.509529471 +0200
@@ -1,0 +2,145 @@
+Fri Sep 20 07:47:55 UTC 2024 - Gus Kenion <gus.ken...@suse.com>
+
+- Update to version 6.10.0
+  * 6.10.0 (2024-06-24) Maintenance and bug fix release. Requires
+    a minimum of Java 8.
+    + Fix PMD UnnecessaryFullyQualifiedName.
+    + Fix PMD EmptyCatchBlock by allowing commented blocks.
+    + Fix PMD EmptyControlStatement by allowing commented blocks.
+    + Fix SpotBugs RV_RETURN_VALUE_IGNORED_BAD_PRACTICE in
+      JasminVisitor.
+    + SpotBugs checks should ignore code generated by JavaCC.
+    + Fix SpotBugs URF_UNREAD_FIELD in ClassDumper.
+    + Fix SpotBugs DM_DEFAULT_ENCODING in JasminVisitor.
+    + Fix SpotBugs RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE in
+      ASTFunAppl.
+    + Fix SpotBugs RV_ABSOLUTE_VALUE_OF_HASHCODE in
+      Mini.Environment.
+    + Fix SpotBugs DM_DEFAULT_ENCODING in Mini.MiniC.
+    + Fix SpotBugs WMI_WRONG_MAP_ITERATOR in Package.go(String[]).
+    + Deprecate TransitiveHull.INGORED in favor of
+      TransitiveHull.getIgnored().
+    + Add accessors to model and unit tests, Javadoc #183.
+    + Add Const.MAJOR_22.
+    + Add Const.MINOR_22.
+    + Add Const.MAJOR_23.
+    + Add Const.MINOR_23.
+    + Add Const.MAJOR_24.
+    + Add Const.MINOR_24.
+    + Bump tests from org.assertj:assertj-core 3.25.3 to 3.26.3
+      #322, #332.
+    + Bump tests from org.jetbrains.kotlin:kotlin-stdlib 1.9.23 to
+      2.0.0 #309, #318.
+    + Bump tests from org.apache.commons:commons-collections4 4.4
+      to 4.5.0-M2.
+    + Bump org.apache.commons:commons-parent from 69 to 71.
+    + Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to
+      3.1.0 #331.
+  * Includes changes from  6.9.0 Maintenance and bug fix release.
+    +  Add Support for Java 16 records #290.
+    +  Add null guard for InstructionFactory.createInvoke() #289.
+    +  Avoid possible NullPointerException in
+      org.apache.bcel.classfile.DescendingVisitor.accept(E[]).
+    +  Avoid possible NullPointerException in
+      AnnotationEntryGen.getAnnotationAttributes(ConstantPoolGen,
+      AnnotationEntryGen[]).
+    +  Avoid possible NullPointerException in
+      AnnotationEntryGen.copyValues(ElementValuePair[],
+      ConstantPoolGen, boolean).
+    +  Avoid possible NullPointerException in
+      ArrayElementValueGen.ArrayElementValueGen(int,
+      ElementValue[], ConstantPoolGen).
+    +  Avoid possible NullPointerException in
+      org.apache.bcel.generic.ClassGen.setMethods(Method[]).
+    +  Avoid possible NullPointerException in
+      org.apache.bcel.generic.ClassGen.unpackAnnotations(Attribute[]).
+    +  Avoid possible NullPointerException in
+      
org.apache.bcel.classfile.ParameterAnnotationEntry.createParameterAnnotationEntries(Attribute[]).
+    +  Avoid possible NullPointerException in
+      org.apache.bcel.generic.ClassGen.ClassGen(JavaClass).
+    +  Avoid possible NullPointerException in
+      org.apache.bcel.generic.FieldGenOrMethodGen.addAll(Attribute[]).
+    +  Avoid possible NullPointerException in
+      
org.apache.bcel.classfile.ParameterAnnotationEntry.createParameterAnnotationEntries(Attribute[]).
+    +  Avoid NullPointerException after calling
+      
org.apache.bcel.classfile.MethodParameters.setParameters(MethodParameter[])
+      with null.
+    +  Avoid NullPointerException after calling
+      
org.apache.bcel.classfile.ParameterAnnotations.setParameterAnnotationTable(ParameterAnnotationEntry[])
+      with null.
+    +  Avoid NullPointerException after calling
+      
org.apache.bcel.classfile.LocalVariableTypeTable.setLocalVariableTable(LocalVariable[])
+      with null.
+    +  Avoid NullPointerException after calling
+      
org.apache.bcel.classfile.LocalVariableTable.setLocalVariableTable(LocalVariable[])
+      with null.
+    +  Avoid NullPointerException after calling
+      
org.apache.bcel.classfile.LineNumberTable.setLineNumberTable(LineNumber[])
+      with null.
+    +  Avoid NullPointerException after calling
+      org.apache.bcel.classfile.JavaClass.setMethods(Method[] with
+      null.
+    +  Avoid NullPointerException after calling
+      org.apache.bcel.classfile.JavaClass.setInterfaces(int[]) with
+      null.
+    +  Avoid NullPointerException after calling
+      org.apache.bcel.classfile.JavaClass.setInterfaceNames(String[])
+      with null.
+    +  Avoid NullPointerException after calling
+      org.apache.bcel.classfile.JavaClass.setFields(Field[]) with
+      null.
+    +  Avoid NullPointerException after calling
+      org.apache.bcel.classfile.JavaClass.setAttributes(Attribute[])
+      with null.
+    +  Avoid NullPointerException after calling
+      org.apache.bcel.classfile.ConstantPool.setConstantPool(Constant[])
+      with null.
+    +  Avoid NullPointerException after calling
+      org.apache.bcel.classfile.FieldOrMethod.setAttributes(Attribute[])
+      with null.
+    +  Avoid NullPointerException after calling
+      
org.apache.bcel.classfile.Annotations.setAnnotationTable(AnnotationEntry[])
+      with null.
+    +  Avoid NullPointerException after calling
+      org.apache.bcel.classfile.ArrayElementValue.ArrayElementValue(int,
+      ElementValue[], ConstantPool) with null.
+    +  Avoid NullPointerException after calling
+      org.apache.bcel.classfile.BootstrapMethod.BootstrapMethod(int,
+      int[]) with null.
+    +  Avoid NullPointerException after calling
+      org.apache.bcel.classfile.BootstrapMethod.setBootstrapArguments(int[])
+      with null.
+    +  Avoid NullPointerException after calling
+      org.apache.bcel.classfile.BootstrapMethods.BootstrapMethods(int,
+      int, BootstrapMethod[], ConstantPool) with null.
+    +  Avoid NullPointerException after calling
+      
org.apache.bcel.classfile.BootstrapMethods.setBootstrapMethods(BootstrapMethod[])
+      with null.
+    +  Avoid NullPointerException calling
+      
org.apache.bcel.generic.InstructionList.redirectLocalVariables(LocalVariableGen[],
+      InstructionHandle, InstructionHandle) with null.
+    +  Avoid NullPointerException calling
+      
org.apache.bcel.generic.InstructionList.redirectExceptionHandlers(CodeExceptionGen[],
+      InstructionHandle, InstructionHandle) with null.
+    +  Avoid NullPointerException calling
+      org.apache.bcel.generic.InstructionList.findHandle(InstructionHandle[],
+      int[], int, int) with null.
+    +  Avoid NullPointerException calling
+      org.apache.bcel.generic.MethodGen.setArgumentTypes(Type[])
+      with null.
+    +  Avoid NullPointerException calling
+      org.apache.bcel.generic.MethodGen.setArgumentNames(String[])
+      with null.
+    +  Avoid NullPointerException calling
+      org.apache.bcel.generic.MethodGen.removeRuntimeAttributes(Attribute[])
+      with null.
+    +  Avoid NullPointerException calling
+      org.apache.bcel.generic.MethodGen.makeMutableVersion(AnnotationEntry[])
+      with null.
+    +  Bump org.apache.commons:commons-parent from 66 to 69 #283,
+      #297.
+    +  Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.22 to 1.9.23
+      #284.
+    +  Bump commons-io:commons-io from 2.15.1 to 2.16.1 #295, #300.
+
+-------------------------------------------------------------------

Old:
----
  bcel-6.8.0-src.tar.gz

New:
----
  bcel-6.10.0-src.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bcel.spec ++++++
--- /var/tmp/diff_new_pack.WeMp89/_old  2024-09-23 15:19:03.185557495 +0200
+++ /var/tmp/diff_new_pack.WeMp89/_new  2024-09-23 15:19:03.189557661 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bcel
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           bcel
-Version:        6.8.0
+Version:        6.10.0
 Release:        0
 Summary:        Byte Code Engineering Library
 License:        Apache-2.0

++++++ bcel-6.8.0-src.tar.gz -> bcel-6.10.0-src.tar.gz ++++++
++++ 16306 lines of diff (skipped)

++++++ bcel-build.xml ++++++
--- /var/tmp/diff_new_pack.WeMp89/_old  2024-09-23 15:19:03.633576068 +0200
+++ /var/tmp/diff_new_pack.WeMp89/_new  2024-09-23 15:19:03.641576399 +0200
@@ -10,8 +10,8 @@
 
   <property name="project.groupId" value="org.apache.bcel"/>
   <property name="project.artifactId" value="bcel"/>
-  <property name="project.version" value="6.8.0"/>
-  <property name="spec.version" value="6.8"/>
+  <property name="project.version" value="6.10.0"/>
+  <property name="spec.version" value="6.10"/>
 
   <property name="compiler.source" value="1.8"/>
   <property name="compiler.target" value="${compiler.source}"/>

Reply via email to