-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JAX-WS: JAXB: backup with parent namespace test #30566
JAX-WS: JAXB: backup with parent namespace test #30566
Conversation
#build (view Open Liberty Personal Build - ✅ completed successfully!) Note: Target locations of links might be accessible only to IBM employees. |
d3274f0
to
85b860f
Compare
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
85b860f
to
0df5832
Compare
0df5832
to
33ed703
Compare
#build (view Open Liberty Personal Build - ❌ completed with errors/failures.) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look ok other then Copyrights. Also, do you need this empty file?
dev/com.ibm.ws.jaxb_fat/publish/servers/jaxbspec_fat/jvm.options
@@ -0,0 +1,134 @@ | |||
/******************************************************************************* | |||
* Copyright (c) 2024 IBM Corporation and others. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Copyright (c) 2024 IBM Corporation and others. | |
* Copyright (c) 2025 IBM Corporation and others. |
@@ -0,0 +1,50 @@ | |||
/******************************************************************************* | |||
* Copyright (c) 2024 IBM Corporation and others. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Copyright (c) 2024 IBM Corporation and others. | |
* Copyright (c) 2025 IBM Corporation and others. |
@@ -0,0 +1,15 @@ | |||
/******************************************************************************* | |||
* Copyright (c) 2024 IBM Corporation and others. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Copyright (c) 2024 IBM Corporation and others. | |
* Copyright (c) 2025 IBM Corporation and others. |
@@ -0,0 +1,83 @@ | |||
/******************************************************************************* | |||
* Copyright (c) 2024 IBM Corporation and others. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Copyright (c) 2024 IBM Corporation and others. | |
* Copyright (c) 2025 IBM Corporation and others. |
@@ -0,0 +1,50 @@ | |||
/******************************************************************************* | |||
* Copyright (c) 2024 IBM Corporation and others. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Copyright (c) 2024 IBM Corporation and others. | |
* Copyright (c) 2025 IBM Corporation and others. |
@@ -0,0 +1,15 @@ | |||
/******************************************************************************* | |||
* Copyright (c) 2024 IBM Corporation and others. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Copyright (c) 2024 IBM Corporation and others. | |
* Copyright (c) 2025 IBM Corporation and others. |
@@ -24,6 +24,7 @@ | |||
@RunWith(Suite.class) | |||
@SuiteClasses({ | |||
LibertyJAXBTest.class, | |||
LibertyJAXBSpecTest.class, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copyright needs to be
2019, 2025
30d3dc5
to
f02402f
Compare
#build (view Open Liberty Personal Build - ✅ completed successfully!) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_syK9YNzjEe-M5OZShUU9WA The build will run your changed FAT bucket(s) 10 times. Target locations of links might be accessible only to IBM employees. |
release bug
label if applicable: https://github.com/OpenLiberty/open-liberty/wiki/Open-Liberty-Conventions).JAXB provides
com.sun.xml.bind.backupWithParentNamespace
property to support old JAXB behavior. Tests are added to check the behavior.