Skip to content

Releases: kumuluz/kumuluzee-cors

v2.0.0

01 Dec 09:55
Compare
Choose a tag to compare

Note: This version of kumuluzee-cors requires KumuluzEE version 4.0.0 or greater. Consequently, Java 11 or higher is also required.

We are excited to announce the next major version of KumuluzEE CORS - 2.0.0. This release adds support for the newest KumuluzEE version 4 and adds support for Java 17 LTS and Java 18.

Since the support for Java 1.8 is dropped by KumuluzEE 4.0.0, the KumuluzEE CORS 2.0.0 also drops support for Java 1.8.

Features

  • Added support for KumuluzEE 4.0.0 and above
  • Added support for Java 17 LTS and Java 18

v1.0.6

08 Jun 07:50
Compare
Choose a tag to compare

This release includes minor improvements and updates the libraries to their latest upstream versions.

Enhancements:

  • Added maven provile for Java 9+
  • Code cleanup
  • Upped dependency versions

v1.0.5

07 Feb 09:02
Compare
Choose a tag to compare
v1.0.5 Pre-release
Pre-release

New release of KumuluzEE-CORS has arrived. The release includes bug fixes and updates of the various components and libraries to their latest upstream versions.

Bugs:

  • Fixed problem with too much cut of if url had '/'.
  • Fixed missing dependency for JaxB when running on Java 9+.

v1.0.4

11 Dec 11:03
Compare
Choose a tag to compare

This minor release provides support for Java 9+.

v1.0.3

18 Mar 20:56
Compare
Choose a tag to compare

This release includes fix for bug in annotation processor which caused skipping of other annotation processors when multiple extensions were used in application.

v1.0.2

19 Sep 10:33
v1.0.2
cfbe69a
Compare
Choose a tag to compare

This quick release includes an important packaging fix to enable automatic deployment of the library to the Maven Central repository.

v1.0.1

12 Sep 10:25
v1.0.1
8f4e9cb
Compare
Choose a tag to compare

This quick release includes an important bug fix.

Bugs

  • Fixed the annotation scanning with the ServiceLoader to correctly work inside the KumuluzEE uber JAR.

v1.0.0

09 Sep 09:56
v1.0.0
79026f4
Compare
Choose a tag to compare

We're happy to announce the initial version of the KumuluzEE CORS extension v1.0.0 for the KumuluzEE framework.

The extension enables you to quickly and easily configure CORS headers in either your JAX-RS or Servlet microservices either through annotations or through the config framework (which can be dynamically updated through KumuluzEE).

We're excited to get the extension into your hands!