- Bump
commons-io
from2.4
to2.7
.
- Made
RootDataFolderExtension
andRootSqlFolderExtension
classes public.
- Redeploying Maven Artifacts as 7.0.0 release is not showing up in Maven Central (was released when Sonatype was experiencing issues so release seems to have gone to a black hole).
- Folder extension classes for all the
DataFolder
rules.
- JUnit4 and JUnit5 dependencies made
provided
in the POM.
- Updated
MethodRule
toTestRule
in theDataFolder
interface.
- Removed test dependency on Spring.
- Update Apache dependency to 3.2.2 for security fixes.
- Update Spring dependency to 3.2.14 so tests pass on Java 8.
- Support multi-element paths in
TemporaryFolder
.
assertFileEquals
now prints out a nice message when files aren't equal and are smaller than 1MB.- added
assertFilesEquivalent
which compares files with the same lines, just in a different order. - added ability to pass in
CharSet
to use for reading files to both methods above.
- Modifications to file path resolution for Windows, contributed by mzgubin - see http://code.google.com/p/citrine-scheduler/issues/detail?id=44.
- Migrated project to lastfm-oss-parent.
- upgrading Spring to 3.2.2.RELEASE.
- Open Sourced.
- Initial release from GitHub.