Version | Date | Description |
---|---|---|
0.5 | 2. March 2010 | |
0.4 | 18. November 2009 | |
0.3 | 2. November 2009 | |
0.2 | 28. October 2009 | |
0.1 | 20. October 2009 |
Type | Changes | By |
---|---|---|
![]() |
The test.Assert class does not depend on testng anymore | vyzivus |
![]() |
Added workaround for broken Class.isEnum | vyzivus |
![]() |
Added BeanProperty.getType() | vyzivus |
![]() |
JavaUtils.isBlank renamed to isBlankArray; isEmpty renamed to isEmptyArray | vyzivus |
![]() |
JavaUtils.isEmpty() and isBlank() now accepts Enumerations, Iterables and Iterators | vyzivus |
![]() |
JavaUtils.toList() now accepts Enumerations, Iterables and Iterators | vyzivus |
Type | Changes | By |
---|---|---|
![]() |
JeeServer is not able to auto-detect Glassfish 2ur2 Fixes 1. | vyzivus |
![]() |
Added Hibernate TransactionManagerLookup which will automatically use a correct Lookup instance based on a server we are running on | vyzivus |
![]() |
Added JeeServer J2EE application server auto-detection mechanism | vyzivus |
![]() |
Added a simple interceptor which handles DB transactions for JPA | vyzivus |
Type | Changes | By |
---|---|---|
![]() |
Added assert method for value-comparing of two beans - the Assert.assertBeansEquals() method | vyzivus |
![]() |
Added method for value-comparing of two beans - the JavaUtils.equalsBean() method | vyzivus |
![]() |
Added utility methods for enumerating and accessing bean properties - the JavaUtils.getBeanProperties() method | vyzivus |
![]() |
Added means of automatically testing a JPA bean equals and hashCode methods - the Assert.assertCorrectEqualsForJpaBean() method | vyzivus |
![]() |
Added UrlUtils.toUri(), UrlUtils.toLocalFile() methods | vyzivus |
![]() |
Assert.assertCorrectEquals(): no object must now be equal to a new Object() instance. | vyzivus |
![]() |
Assert.checkUtilityClass(): the utility class now has to be final | vyzivus |
Type | Changes | By |
---|---|---|
![]() |
Added support for counting rows which passes given CriteriaList test | vyzivus |
![]() |
Added Checks.checkArg | vyzivus |
![]() |
Added complex DaoTools.find() method which allows filtering, paging and sorting | vyzivus |
![]() |
Added DateUtils | vyzivus |
![]() |
Added a method to assert that given class is a correct utility class (a single private constructor which throws AssertionError) | vyzivus |
![]() |
Relaxed the generics constraints for IValueProducer: any object may now be used as a key. | vyzivus |