Skip to content

Commit

Permalink
Some extra Javax to Jakarta changes (#448)
Browse files Browse the repository at this point in the history
* Some extra Javax to Jakarta changes


Signed-off-by: arjantijms <[email protected]>

* Rename javax.* service files to jakarta.*

Signed-off-by: arjantijms <[email protected]>
  • Loading branch information
arjantijms authored May 11, 2020
1 parent 342d86b commit 4cc00ac
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion javadoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
<groups>
<group>
<title>Jakarta Mail API Packages</title>
<packages>javax.*</packages>
<packages>jakarta.*</packages>
</group>
<group>
<title>Implementation-specific Packages</title>
Expand Down
2 changes: 1 addition & 1 deletion mail/src/main/resources/META-INF/hk2-locator/default
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
#
[com.sun.mail.util.logging.MailHandler]
contract={java.util.logging.Handler}
scope=javax.inject.Singleton
scope=jakarta.inject.Singleton

0 comments on commit 4cc00ac

Please sign in to comment.