Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Raptor Engineering Public Development
Jitsi
jaxb-api
Commits
36fed035
Commit
36fed035
authored
5 years ago
by
Lukas Jungmann
Browse files
Options
Download
Email Patches
Plain Diff
give javadoc SE 8 look
Signed-off-by:
Lukas Jungmann
<
lukas.jungmann@oracle.com
>
parent
1632b900
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
9 deletions
+18
-9
jaxb-api/pom.xml
jaxb-api/pom.xml
+8
-0
jaxb-api/src/main/java/javax/xml/bind/JAXBContext.java
jaxb-api/src/main/java/javax/xml/bind/JAXBContext.java
+5
-5
jaxb-api/src/main/java/javax/xml/bind/JAXBContextFactory.java
...-api/src/main/java/javax/xml/bind/JAXBContextFactory.java
+3
-3
pom.xml
pom.xml
+2
-1
No files found.
jaxb-api/pom.xml
View file @
36fed035
...
...
@@ -87,6 +87,14 @@
<plugin>
<artifactId>
maven-javadoc-plugin
</artifactId>
<configuration>
<source>
1.8
</source>
<release>
8
</release>
<additionalOptions>
<additionalOption>
--frames
</additionalOption>
</additionalOptions>
<sourceFileExcludes>
<sourceFileExclude>
module-info.java
</sourceFileExclude>
</sourceFileExcludes>
<nodeprecated>
false
</nodeprecated>
<notimestamp>
true
</notimestamp>
<use>
false
</use>
...
...
This diff is collapsed.
Click to expand it.
jaxb-api/src/main/java/javax/xml/bind/JAXBContext.java
View file @
36fed035
/*
* Copyright (c) 2003, 20
19
Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2003, 20
20
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
...
...
@@ -414,7 +414,7 @@ public abstract class JAXBContext {
* derived class and/or java to schema (JAXB-annotated)
* mapped classes.
* Packages in {@code contextPath} that are in named modules must be
* {@
linkplain java.lang.Module#isOpen
open} to at least the {@code java.xml.bind} module.
* {@
code
open} to at least the {@code java.xml.bind} module.
* @param classLoader
* This class loader will be used to locate the implementation
* classes.
...
...
@@ -452,7 +452,7 @@ public abstract class JAXBContext {
* derived class and/or java to schema (JAXB-annotated)
* mapped classes.
* Packages in {@code contextPath} that are in named modules must be
* {@
linkplain java.lang.Module#isOpen
open} to at least the {@code java.xml.bind} module.
* {@
code
open} to at least the {@code java.xml.bind} module.
* @param classLoader
* This class loader will be used to locate the implementation classes.
* @param properties
...
...
@@ -601,7 +601,7 @@ public abstract class JAXBContext {
* @param classesToBeBound
* List of java classes to be recognized by the new {@link JAXBContext}.
* Classes in {@code classesToBeBound} that are in named modules must be in a package
* that is {@
linkplain java.lang.Module#isOpen
open} to at least the {@code java.xml.bind} module.
* that is {@
code
open} to at least the {@code java.xml.bind} module.
* Can be empty, in which case a {@link JAXBContext} that only knows about
* spec-defined classes will be returned.
*
...
...
@@ -646,7 +646,7 @@ public abstract class JAXBContext {
* @param classesToBeBound
* List of java classes to be recognized by the new {@link JAXBContext}.
* Classes in {@code classesToBeBound} that are in named modules must be in a package
* that is {@
linkplain java.lang.Module#isOpen
open} to at least the {@code java.xml.bind} module.
* that is {@
code
open} to at least the {@code java.xml.bind} module.
* Can be empty, in which case a {@link JAXBContext} that only knows about
* spec-defined classes will be returned.
* @param properties
...
...
This diff is collapsed.
Click to expand it.
jaxb-api/src/main/java/javax/xml/bind/JAXBContextFactory.java
View file @
36fed035
/*
* Copyright (c) 2015, 20
18
Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2015, 20
20
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
...
...
@@ -31,7 +31,7 @@ public interface JAXBContextFactory {
* @param classesToBeBound
* List of java classes to be recognized by the new {@link JAXBContext}.
* Classes in {@code classesToBeBound} that are in named modules must be in a package
* that is {@
linkplain java.lang.Module#isOpen
open} to at least the {@code java.xml.bind} module.
* that is {@
code
open} to at least the {@code java.xml.bind} module.
* Can be empty, in which case a {@link JAXBContext} that only knows about
* spec-defined classes will be returned.
* @param properties
...
...
@@ -76,7 +76,7 @@ public interface JAXBContextFactory {
* @param contextPath
* List of java package names that contain schema derived classes.
* Classes in {@code classesToBeBound} that are in named modules must be in a package
* that is {@
linkplain java.lang.Module#isOpen
open} to at least the {@code java.xml.bind} module.
* that is {@
code
open} to at least the {@code java.xml.bind} module.
* @param classLoader
* This class loader will be used to locate the implementation classes.
* @param properties
...
...
This diff is collapsed.
Click to expand it.
pom.xml
View file @
36fed035
...
...
@@ -19,6 +19,7 @@
<groupId>
org.eclipse.ee4j
</groupId>
<artifactId>
project
</artifactId>
<version>
1.0.6
</version>
<relativePath/>
</parent>
<groupId>
jakarta.xml.bind
</groupId>
...
...
@@ -84,7 +85,7 @@
<extension.name>
jakarta.xml.bind
</extension.name>
<spec.version>
2.3
</spec.version>
<impl.version>
3
</impl.version>
<activation.version>
1.2.
1
</activation.version>
<activation.version>
1.2.
2
</activation.version>
<config.dir>
${project.basedir}/etc/config
</config.dir>
<vendor.name>
Eclipse Foundation
</vendor.name>
</properties>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment