File mx4j.changes of Package mx4j

-------------------------------------------------------------------
Thu Oct  5 06:49:06 UTC 2017 - fstrba@suse.com

- Fix build with jdk9
  * specify java source and target level 1.6
- Added patch:
  * mx4j-3.0.2-sourcetarget.patch
    + Don't hardcode java source and target levels
    + Allow specifying of source and target levels on command-line
- Modified file:
  * mx4j-build.policy
    + grant java.lang.RuntimePermission in order to allow building
      with jdk9

-------------------------------------------------------------------
Tue Sep 12 06:55:55 UTC 2017 - fstrba@suse.com

- BuildConflict with java-devel >= 1.9, since this package cannot
  be built with jdk9
- Removed patch:
  * mx4j-3.0.2-use-external-rmic.patch
    + building with JDK's rmic work

-------------------------------------------------------------------
Fri May 19 17:45:09 UTC 2017 - tchvatal@suse.com

- Drop dependency over jython, not needed
- Remove unused conditional

-------------------------------------------------------------------
Mon Jul 21 10:58:20 UTC 2014 - tchvatal@suse.com

- Cleanup with spec-cleaner and fixup update-alternatives code

-------------------------------------------------------------------
Tue Jul  8 10:36:26 UTC 2014 - tchvatal@suse.com

- Do not depend on ant-trax.

-------------------------------------------------------------------
Fri Jun 27 14:23:23 UTC 2014 - tchvatal@suse.com

- Add jython as explicit dep.

-------------------------------------------------------------------
Fri Jun 27 14:08:33 UTC 2014 - tchvatal@suse.com

- Sort out loggings dep to proceed bit further in SLE11 build

-------------------------------------------------------------------
Mon Sep  9 11:06:14 UTC 2013 - tchvatal@suse.com

- Move from jpackage-utils to javapackage-tools

-------------------------------------------------------------------
Fri Aug 23 09:42:15 UTC 2013 - mvyskocil@suse.com

- disable javadoc and manual packages 

-------------------------------------------------------------------
Tue Jun 26 13:52:08 UTC 2012 - mvyskocil@suse.cz

- use java-devel >= 1.6.0 to build after jdk6 drop 

-------------------------------------------------------------------
Mon Sep 19 13:09:03 UTC 2011 - mvyskocil@suse.cz

- add openjdk do buildrequires allowing a build again 

-------------------------------------------------------------------
Mon Nov 23 16:10:40 UTC 2009 - mvyskocil@suse.cz

- Removed external JSSE implementation - see bnc#557168

-------------------------------------------------------------------
Thu Nov 19 10:55:23 UTC 2009 - mvyskocil@suse.cz

- Update to 3.0.2 - a bugfix release fixes:
  - JMX monitors
  - JMX remote connector over IIOP
  - registration/deregistration of JMX listeners.
- Refreshed patches to apply without a fuzz 

-------------------------------------------------------------------
Tue Jul 15 14:11:43 CEST 2008 - coolo@suse.de

- next try to reduce build cycles

-------------------------------------------------------------------
Wed Apr  9 10:42:51 CEST 2008 - mvyskocil@suse.cz

- fixed a build with gjc_1_5_0-compat
- removed some rpmlint warnings:
  - bzipped source code
  - add update-alternatives to PreReq
  - remove the unecessary docbook-style patch
- remove the xmlunit.tar

-------------------------------------------------------------------
Tue May  8 17:05:07 CEST 2007 - dbornkessel@suse.de

- provide jmx 

-------------------------------------------------------------------
Wed May  2 11:53:39 CEST 2007 - dbornkessel@suse.de

- added unzip to BuildRequires

-------------------------------------------------------------------
Fri Jan 12 10:48:11 CET 2007 - dbornkessel@suse.de

- major update to version 3.0.1 
  1.1.1 -> 3.0.1
  - JMXServerErrorException thrown during setAttribute invoc.
  - Class loading problem at RMIConnectorServer.start()
  - Basic authentication fails
  - Fetcher thread in RemoteNotificationClientHandler never ends
  - Null pointer exception accessing attribute in model bean
  - RelationService: possible method call param sequence error
  - JMXConnectorServer binding names rather than rebinding JNDI
  - MBeanServer.queryMBeans/Names not thread safe
  - GaugeMonitor setThresholds wrong error message
  - NotifBroadcasterSupport.sendNotif not thread safe
  - MBean registration notification emitted too soon
  - NullPointerException with MLets with no name attribute
  - NotificationListener when server shutdown
  - NotificationBroadcasterSupport error/failed remote listener
  - InvokerMBeanServerInterceptor uses Class.forName
  - bug in ssl http adapter example class
  - Timer MBean should not be daemon
  - MBeanServer.getAttributes() does not follow spec.
  - j.m.monitor.Monitor is not abstract
  - Error in loading the dll using Mlet classloader
  - Invalid value returned for SpecificationVersion
  - MBeanAttributeInfo.equals() ignores description
  - Invalid escape in ObjectName not caught
  - ModelMBeanInfoSupport copy constructor is not complete
  - DescriptorSupport doesn't provide a useful clone imp.
  - Caching Support In Required Model MBean Is Broken
  - JDK 1.3 + MX4J 2.0.1 examples/remote/simple
  - Wrong use of Properties in IIOPResolver class
  - NoSuchMethodError - class file inconsistency
  - Signature compliance for javax.management package
  - Client notification queue overflow
  - Busy Loop on SOAPConnectorServer fetching Notifications
  - XSL problem in serverbydomain.xsl
  - HttpAdapter example code should have public MBeanInterface
  - MLet files should be read with UTF-8 encoding
  - Permissions at start() vs permissions during invocation
  - JMXRI + MX4J documentation is wrong
  - Documentation is wrong
  - Do not write to System.out
  - ModelMBeanInfoSupport#getDescriptors("mbean") does not work
  - RMIConnectorServer problem
  - RequiredModelMBean methods are not invoked !!!
  - DescriptorSupport does not preserve case
  - HttpAdaptor doesn't stop cleanly
  - XSLTProcessor stylesheet error
  - Cannot use port 80 for SOAPConnector
  - Issue in ModelMBeanConstructorInfo descriptor checking
  - Invoke setManagedResource on RequiredModelMBean
  - MBeanDescription not working
  - TabularType hashCode value computed incorrectly
  - MBeanAttributeInfo validation of methods too restrictive
  - System.loadLibrary() is replacing dll with empty file
  - RelationService
  - Race condition in Tomcat 5
  - MBean interface required in same package as implementor
  - CounterMonitor behaves strangely on rollover
  - Add support to discover providers under META-INF/services
  - Add easier SSL protocol for JMXConnectorServers
  - NotificationListener wrapping
  - Default domain is "DefaultDomain"
  - Between operation only operates on numerics
  - Timer must increment seq number
  - An MBean can be in multiple relations
  - setRoles returns wrong value; NPE in getRoles
  - Should throw NoSuchMethodEx if Relation is not implemented
  - RelationSupport roleList can be null
  - findRelationsOfType must throw RelationTypeNotFoundException
  - removeRelationType should throw RelationTypeNotFoundExceptio
  - addRelationType should fail with invalid args
  - Duplicate RelationType should throw InvalidRelationType
  - MBS.isInstanceOf needs to check assignability
  - Exception in preDeregister should terminate immediately
  - Exception from preRegister prevents registration
  - addNotificationListener observed ObjectName cannot be null
  - Notification status should be cleared when monitor stops
  - CounterMonitor should not notify if already able threshold
  - CounterMonitor value can be negative
  - MBeanPermission 4-arg form, null is same as "-"
  - RequiredModelMBean must list default notifications
  - RequiredModelMBean should have one notification broadcaster
  - Incompatible JSR160 implementations between mx4j & sun
  - Several issues with DescriptorSupport
  - In MBeanPersmission, empty [] is allowed
  - Attempt to create an abstract MBean throws wrong exception
  - Incorrect handling of <arg type="object">
  - ModelMBean resource type is case insensitive
  - MBeanPermission implies is incorrect with wildcards
  - MBeanServerPermission must reject invalid names
  - ObjectName should reject unterminated strings
  - ReflectionExceptions are not wrapped
  - MBeanInfo missing classname is not compliant
  - Incorrect default objectname for MLet
  - java.util.ConcurrentModificationException
  - XSLTprocessor produce bad input names
  - Array of primitive types are not correctly displayed
  - Formatting error in "xsl/mbean_attributes.xsl"
  - error in "xsl/mbean_attributes.xsl"
  - Make MX4J JDK 1.5 friendly
  - Timing hole in Monitor stop() start() processing
  - ModelMBeanInfoSupport.getDescriptor(name, type) returns null
  - Could not re-add listener when MBean is unregistered
  - Memory leaks in notification interceptor
  - OutOfMemoryError in Java 1.5 on Refresh
  - RMIConnector cannot unmarshal custom Notifications
  - Monitor thread remains alive when monitors are stopped
  - JettyWebContainer shouldn't listen on localhost
  - please revert the -poa change
  - RMI-IIOP example broken
  - ConcurrentModificationException in DefaultMBeanRepository
  - IIOP / ORB.init

-------------------------------------------------------------------
Mon Sep 25 16:28:44 CEST 2006 - dbornkessel@suse.de

- set source=\"1.4\" and target=\"1.4\" for ant \"javac\" tasks"
    - set source=\"1.4\" for ant \"javadoc\" tasks"
    - fix Java 1.5 code ambiguity (cf. bsc#4983021)"


-------------------------------------------------------------------
Wed Jan 25 21:47:03 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Wed Dec 14 17:13:31 CET 2005 - dbornkessel@suse.de

- uncommented the dynamic security provider loading as those providers
  are configures statically for each JRE / SDK.

- replaced deprecated log4j statements with their newer equivalents


-------------------------------------------------------------------
Thu Sep 29 00:23:39 CEST 2005 - dmueller@suse.de

 - add norootforbuild

-------------------------------------------------------------------
Thu Sep 16 20:10:13 CEST 2004 - skh@suse.de

- Fix prerequires

-------------------------------------------------------------------
Sun Sep  5 22:53:33 CEST 2004 - skh@suse.de

- Initial package created with version 1.1.1 (JPackage 1.5)

openSUSE Build Service is sponsored by