Skip to content

Releases: jakartaee/jaf-api

Jakarta Activation 2.2.0 M2 Release

20 Apr 19:55

Choose a tag to compare

Pre-release

The 2.2.0 M2 release is 2nd preview release of 2.2.x (Jakarta EE 12).

What's Changed

  • Replace java.util.logging.Logger with System.Logger by @ASananda in #193
  • add dependabot, by @lukasj in #194
  • Bump the actions-dependencies group with 5 updates by @dependabot[bot] in #195
  • Bump the dependencies group across 2 directories with 5 updates by @dependabot[bot] in #197
  • Bump the maven-plugins group across 2 directories with 13 updates by @dependabot[bot] in #196
  • apply SEO fixes, minor spec doc updates by @lukasj in #198
  • Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.8.2 to 4.9.8.3 in /api in the maven-plugins group across 1 directory by @dependabot[bot] in #199
    @dependabot[bot] in #200
  • Add Community Code of Conduct version 2.0 by @lukasj in #202

New Contributors

Full Changelog: 2.2.0-M1...2.2.0-M2

Jakarta Activation 2.2.0 M1 Release

27 Mar 07:37

Choose a tag to compare

Pre-release

The 2.2.0 M1 release is a preview release of 2.2.x (Jakarta EE 12).

Following changes are included:

  • requires Java SE 11 or newer
  • removes Java SecurityManager

New Contributors

Full Changelog: 2.1.4...2.2.0-M1

Jakarta Activation 2.1.4 Final Release

27 Mar 07:35

Choose a tag to compare

The 2.1.4 release is a bug fix release of 2.1.x (Jakarta EE 10, Jakarta EE 11).

Following changes are included:

  • moves resource file names from javax to jakarta namespace

Full Changelog: 2.1.3...2.1.4

Jakarta Activation 2.1.3 Final Release

02 Mar 21:05

Choose a tag to compare

The 2.1.3 release is a bug fix release of 2.1.x (Jakarta EE 10).

Following changes are included:

  • fixes erroneous assumption about classes being loaded from Thread.getContextClassLoader
  • allows reproducible build

Full Changelog: 2.1.2...2.1.3

Jakarta Activation 2.1.2 Final Release

29 Apr 11:51

Choose a tag to compare

The 2.1.2 release is a bug fix release of 2.1.x (Jakarta EE 10).

Following changes are included:

  • fix wrong class file version for package-info
  • add missing javadoc description for MimeTypeEntry getters

Full Changelog: 2.1.1...2.1.2

Jakarta Activation 2.1.1 Final Release

16 Jan 09:43

Choose a tag to compare

The 2.1.1 release is a bug fix release of 2.1.0.

Following changes are included:

  • #93 - Use OSGi service loader mediator
  • #94 - Loading of service provider implementations needs to be done under doPrivileged
  • #100 - Avoid requiring accessDeclaredMembers permissions

New Contributors

Full Changelog: 2.1.0...2.1.1

Jakarta Activation 2.1.0 Final Release

03 May 19:40

Choose a tag to compare

The 2.1.0 release provides API module only.

The implementation has been moved out from this project to the new Eclipse Angus project and lives in its own repository - https://github.com/eclipse-ee4j/angus-activation

Project Board: https://github.com/eclipse-ee4j/jaf/projects/1
Full Changelog: 2.0.1...2.1.0

Jakarta Activation 2.0.1 Final Release

08 Apr 12:01

Choose a tag to compare

The 2.0.1 release is a bug fix release of 2.0.0.

Following changes are included:

  • #53 - Android compilation failure due to possible badly formed compiler args in pom.xml
  • #48 - Add version string to generated javadoc

Jakarta Activation 2.0.0 Final Release

26 Oct 14:31
e4c307a

Choose a tag to compare

The 2.0.0 release is the first release under the jakarta.activation.* namespace. It is also the first release containing full JPMS metadata.

Jakarta Activation 1.2.2 Final Release

20 Feb 19:09

Choose a tag to compare

This is the first release of Jakarta Activation using the Jakarta EE Specification Process.
There are no functional changes from the previous release.