Commit 03548acc authored by Andy McCright's avatar Andy McCright Committed by Lukas Jungmann
Browse files

[#126] Move `javax.*` to `jakarta.*`


This includes changing the activation dependency to the
2.0.0-rc1 release so that we import `jakarta.activation.*`
Signed-off-by: default avatarAndy McCright <j.andrew.mccright@gmail.com>
parent f0c47cef
/*
* Copyright (c) 2003, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 2020 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
......@@ -7,7 +7,7 @@
*
* SPDX-License-Identifier: BSD-3-Clause
*/
package java.xml.bind.tests;
package jakarta.xml.bind.tests;
/**
* Sample test class
......
<!--
Copyright (c) 2013, 2019 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2013, 2020 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
......@@ -16,7 +16,7 @@
As designed.
-->
<Match>
<Class name="javax.xml.bind.util.JAXBSource$1"/>
<Class name="jakarta.xml.bind.util.JAXBSource$1"/>
<Bug pattern="XFB_XML_FACTORY_BYPASS"/>
</Match>
......@@ -25,7 +25,7 @@
As designed, impossible to change, maybe with MR.
-->
<Match>
<Class name="javax.xml.bind.DatatypeConverterImpl"/>
<Class name="jakarta.xml.bind.DatatypeConverterImpl"/>
<Bug pattern="NP_BOOLEAN_RETURN_NULL"/>
</Match>
......@@ -34,7 +34,7 @@
As designed, impossible to change, maybe with MR?
-->
<Match>
<Class name="javax.xml.bind.annotation.adapters.HexBinaryAdapter"/>
<Class name="jakarta.xml.bind.annotation.adapters.HexBinaryAdapter"/>
<Bug pattern="PZLA_PREFER_ZERO_LENGTH_ARRAYS"/>
</Match>
......@@ -42,7 +42,7 @@
https://github.com/eclipse-ee4j/jaxb-api/issues/78
-->
<Match>
<Class name="javax.xml.bind.ModuleUtil"/>
<Class name="jakarta.xml.bind.ModuleUtil"/>
<Bug pattern="DM_STRING_TOSTRING"/>
</Match>
......
......@@ -157,7 +157,7 @@ class ContextFinder {
/*
* jakarta.xml.bind.context.factory points to a class which has a
* static method called 'createContext' that
* returns a javax.xml.JAXBContext.
* returns a jakarta.xml.bind.JAXBContext.
*/
Object context = null;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment