Skip to content

Releases: axonivy/ivymx

v1.2.3

14 Apr 13:07
dc696d0
Compare
Choose a tag to compare
  • Fix issue #27 MBeans.unregisterAllMBeans throws exception if an MBean could not be registered before because an error in resolving the object name
  • Fix issue #28 MMap.put should first unregister the bean that is already in the map before registering the new bean

Update dependencies:

  • Log4j2 to 2.17.2
  • Slf4j to 1.7.36
  • Apache commons-lang to 3.12.0
  • JUnit4 to 4.13.2
  • JMockit to 1.49
  • AssertJ to 3.22.0

1.2.2

20 Dec 13:04
5815bfa
Compare
Choose a tag to compare

Upgrade dependency to Log4j to version 2.17.0 to fix the following security vulnerabilities:

1.2.1

14 May 14:54
deedc4c
Compare
Choose a tag to compare

Fix issue #7

1.2.0

13 Jan 09:39
afc671e
Compare
Choose a tag to compare

Changed default error strategy from THROW_RUNTIME_EXCEPTION_ERROR_STRATEGY to LOG_ERROR_STRATEGY

1.1.0

13 Feb 11:03
Compare
Choose a tag to compare

Added method based attribute caching with the new @mcache annotation

v1.0.1

14 Aug 10:15
Compare
Choose a tag to compare
  • Quote property values in MBean Names if they contain special characters like , : = " \n

v1.0.0

14 Aug 10:17
Compare
Choose a tag to compare

Initial stable release