Releases: esastack/esa-commons
Releases · esastack/esa-commons
Release v0.2.2
Release v0.2.1
Release v0.2.0
- Introduced
Attributes
as generic attributes comtainer #16 - Introduced
ConfigUtil
for retrieving configuration from system properties and env. #38 - Improved
SpiLoader
to support extention injection. #37 - Improved
SpiLoader#getByFeatures()
to support forcing include and exclude. #36 - Deprecated module
commons-net
, use https://github.com/esastack/esa-commons-net instead. #34 - Deprecated weak encryption algorithm
SecurityUtils#getHmacSHA1()
#35 - Removed module
commons-build
because of the https://github.com/esastack/esa-commons-build #34
Release v0.1.1
- Fixed a bug that
ReflectionUtils.getSetter(Field field)
andReflectionUtils.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
First release