Skip to content

Releases: jbee/purejin

purejin 11-ea+a8cbb33

04 Jul 09:59
Compare
Choose a tag to compare
purejin 11-ea+a8cbb33 Pre-release
Pre-release

Bug Fixes

Chores

Commits

  • bf5701d: Merge branch 'master' of github.com:jbee/purejin (Jan Bernitt)

purejin 8.2-ea+e5e37fd

25 May 20:18
e5e37fd
Compare
Choose a tag to compare
Pre-release

Commits

  • e5e37fd: Update bach-init.version (Jan Bernitt)

purejin 8.1

14 Feb 10:28
Compare
Choose a tag to compare

First major release: purejin enters the java module system world

While purejin continues to support JDK 8 the codebase gets organised in java modules and features are tuned to make for a smooth experience when using purejin in the new modular java world.

As part of this journey the ServiceLoader gets a more important role as service declarations are now part of the code.
Bootstrapping a "default" context based on Bundles and ModuleWiths declared via ServiceLoader is considered a new way how modular applications "automatically" compose. Each defines a root Bundle that the ServiceLoader picks up.