Skip to content

GA Breaking Release 3.0.0

Compare
Choose a tag to compare
@sabieber sabieber released this 13 Jul 06:53
· 736 commits to master since this release
f13fce7

Changelog

Breaking Changes

  • Switches to Java 16 as base JDK. (#331)
  • Deprecates methods related to language validation in NLS. (#338)

New Features

  • Permits to add exception hints to a HandledException. (#337)
  • Makes Frequency constants available for implementing classes. (#332)
  • Permits to directly access the version of the current product / module. (#335)

Bugfixes

  • Always resolves the Config object before it is accessed via Sirius Settings (#334)

Maintenance

  • Provides a bunch of cleanups. (#333)
  • Activates nightly tests in drone. (#336)