Skip to content

Releases: oldo-org/guppy4j

0.0.7

05 Jun 22:59
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release

Various updates

0.0.4

05 Jun 23:00
Compare
Choose a tag to compare
0.0.4 Pre-release
Pre-release

Various updates

0.0.3

23 Aug 23:55
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

Module changes

  • Dropped camel, camel-impl
  • Added uml, uml-impl

Enhancements, some new modules

25 Oct 11:33
Compare
Choose a tag to compare
Pre-release

Enhancements

  • core : added isEnabled(level) to Log interface
  • core ; added javaIoTmpDir() to SystemInfo
  • camel : useful toString() method for DelegatingProcessor

Added modules

  • sound : conveniently play wav, mp3, ogg
  • event : notify, listen to and propagate value changes

Initial release to Maven Central

25 Oct 11:18
Compare
Choose a tag to compare
Pre-release

Modules included

  • static : static utility methods
  • core : core functionality (logging, config, ...)
  • jdbc : convenient sql statement execution
  • messaging : read/write xml via xpath
  • camel : a few wrapper types for apache camel

All modules - except static - are separated in

  • xyz module : interfaces, exception classes, sometimes enums
  • xyz-impl module : implementation classes