Skip to content

Commit

Permalink
jakarta.mail-api is not a Multi Release JAR #660 (#661)
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Bescos Gascon <[email protected]>
  • Loading branch information
jbescos authored Apr 27, 2023
1 parent 0d11fe5 commit d3bb4fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 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="iso-8859-1"?>
<!--
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 Public License v. 2.0, which is available at
Expand Down Expand Up @@ -323,6 +323,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<release>9</release>
<createMissingPackageInfoClass>false</createMissingPackageInfoClass>
<compilerArgs>
<arg>-Xlint:all</arg>
</compilerArgs>
Expand Down
4 changes: 4 additions & 0 deletions doc/release/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Bug IDs that start with "G" can be found in the GlassFish Issue Tracker
Seven digit bug numbers are from the old Sun bug database, which is no
longer available.

CHANGES IN THE 2.1.2 RELEASE
----------------------------
E 660 jakarta.mail-api is not a Multi Release JAR

CHANGES IN THE 2.1.1 RELEASE
----------------------------
E 594 Implement equals() and hashcode() on jakarta.mail.Header
Expand Down

0 comments on commit d3bb4fa

Please sign in to comment.