Skip to content

Releases: esastack/esa-commons

Release v0.2.2

07 Jun 02:45
Compare
Choose a tag to compare
  • Fixed a bug that PathWatcher may don't start when call the method named start().

Release v0.2.1

24 May 07:22
Compare
Choose a tag to compare
  • Introduced Result that represents either success [Ok] or failure [Err]. #47
  • Introduced PathWatcher that is used to observe path #51
  • Fixed a bug that 408 http code cannot be retried #49
  • Removed detecting netty FastThreadLocalThread by FastThreadLocalThread#threadLocalMap() #50

Release v0.2.0

15 Feb 12:39
Compare
Choose a tag to compare

Release v0.1.1

27 May 04:39
Compare
Choose a tag to compare
  • Fixed a bug that ReflectionUtils.getSetter(Field field) and ReflectionUtils.getGetter(Field field) would select wrong methods. #16
  • Enhanced SpiLoader to support skip loading failed instances. #29
  • Improved imports with '*'. #30 #32
  • Removed insecure ECB encryption and decryption() in AES and DES. #19
  • Removed deprecated method: AnnotationUtils.getInstance() .
  • Removed deprecated method: ESABeanUtils#getSuperClassGenericType(Class clazz).
  • Removed deprecated method: ESABeanUtils#getSuperClassGenericType(Class clazz, int index).
  • Removed deprecated method: BeanUtils#getSuperClassGenericType(Class clazz).
  • Removed deprecated method: BeanUtils#getSuperClassGenericType(Class clazz, int index).
  • Added some unit tests.

Release v0.1.0

25 Dec 03:46
Compare
Choose a tag to compare

First release