Skip to content

Commit

Permalink
jakarta.activation-api is not a Multi Release JAR jakartaee#122
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Bescos Gascon <[email protected]>
  • Loading branch information
jbescos committed Feb 8, 2023
1 parent b7fb44a commit 65824ad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ www/.jekyll-cache
www/.jekyll-metadata
www/vendor
www/api

.classpath
.project
.settings/
4 changes: 3 additions & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 1997, 2022 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 1997, 2023 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Distribution License v. 1.0, which is available at
Expand Down Expand Up @@ -213,6 +213,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>9</release>
<createMissingPackageInfoClass>false</createMissingPackageInfoClass>
<compilerArgs>
<arg>-Xlint:all</arg>
</compilerArgs>
Expand All @@ -227,6 +228,7 @@
</goals>
<configuration>
<release>8</release>
<createMissingPackageInfoClass>false</createMissingPackageInfoClass>
<excludes>
<exclude>module-info.java</exclude>
</excludes>
Expand Down
3 changes: 3 additions & 0 deletions www/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Jakarta Activation is used for data content handling by:

# <a name="Latest_News"></a>Latest News

## February 08, 2023 - Jakarta Activation 2.1.2 Final Release ##
A bug fixing compatibility with package-info in Java SE 8.

## January 11, 2023 - Jakarta Activation 2.1.1 Final Release ##

The 2.1.1 release is the bug fix release which removes the need
Expand Down

0 comments on commit 65824ad

Please sign in to comment.