Skip to content

Releases: yandex-qatools/beanloader

2.1

08 Oct 14:00
Compare
Choose a tag to compare
  1. Added static method BeanLoader.loadAll() to load multiple beans by glob pattern
  2. Extracted directory parameter of type java.nio.Path in BeanWatcher.watchFor()

2.0

23 Sep 10:42
Compare
Choose a tag to compare
2.0
  1. Added an option to be notified of changes when using bean loader with file watcher
  2. Added BeanWatcher class to simplify infinite watching for changes of one or multiple bean files
  3. Various code fixes and improvements
  4. Maven dependencies improvements

For the full wiki see the project's readme.

1.0.1

19 Jun 16:52
Compare
Choose a tag to compare

added BeanLoaderStrategies.from(java.io.File file) factory method

1.0

24 Mar 13:29
Compare
Choose a tag to compare
1.0

Initial release. See project README for usage tutorial.