-
Notifications
You must be signed in to change notification settings - Fork 1
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
Jakarta SOAP #141
Merged
+197
−352
Merged
Jakarta SOAP #141
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
15161db
Migrate to Jakarta XML SOAP API
runeflobakk 0202e2a
Build on Java 17 and 21 on GitHub
runeflobakk 7ff9394
Upgrade parent POM
runeflobakk 1344ad0
Upgrade Spring Security to v6.2.0
runeflobakk 201847b
Upgrade SLF4J to 2.0.9
runeflobakk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
-Pbuild-sources-and-javadoc | ||
-Pbuild-sources-and-javadoc,dependency-analyze,include-NOTICE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
Digipost XSD | ||
|
||
Copyright 2014 Posten Norge AS. All Rights Reserved. | ||
|
||
This product includes software developed by Posten Norge AS. - https://www.posten.no/ | ||
Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.html | ||
|
||
|
||
This software includes third party software subject to the following licenses: | ||
|
||
Angus Activation Registries under EDL 1.0 | ||
Apache Commons Codec under Apache License, Version 2.0 | ||
Apache Commons Lang under Apache-2.0 | ||
Apache HttpClient under Apache License, Version 2.0 | ||
Apache HttpCore under Apache License, Version 2.0 | ||
Apache WSS4J DOM WS-Security under Apache-2.0 | ||
Apache WSS4J WS-Security Common under Apache-2.0 | ||
Apache XML Security for Java under Apache-2.0 | ||
Bouncy Castle Provider under Bouncy Castle Licence | ||
Cryptacular Library under Apache 2 or GNU Lesser General Public License | ||
Digipost JAXB Resolver - com.sun.xml.bind under The Apache Software License, Version 2.0 | ||
Extended StAX API under Eclipse Distribution License - v 1.0 | ||
Guava InternalFutureFailureAccess and InternalFutures under The Apache Software License, Version 2.0 | ||
Guava: Google Core Libraries for Java under Apache License, Version 2.0 | ||
istack common utility code runtime under Eclipse Distribution License - v 1.0 | ||
Jakarta Activation API under EDL 1.0 | ||
Jakarta Mail API under EPL 2.0 or GPL2 w/ CPE or EDL 1.0 | ||
Jakarta SOAP Implementation under Eclipse Distribution License - v 1.0 | ||
Jakarta SOAP with Attachments API under Eclipse Distribution License - v 1.0 | ||
Jakarta XML Binding API under Eclipse Distribution License - v 1.0 | ||
JASYPT: Java Simplified Encryption under The Apache Software License, Version 2.0 | ||
JavaBeans Activation Framework API jar under CDDL/GPLv2+CE | ||
JAXB Core under Eclipse Distribution License - v 1.0 | ||
JAXB Runtime under Eclipse Distribution License - v 1.0 | ||
jaxb-api under CDDL 1.1 or GPL2 w/ CPE | ||
JAXB2 Basics - Runtime under BSD-Style License | ||
JCL 1.2 implemented over SLF4J under Apache License, Version 2.0 | ||
JUL to SLF4J bridge under MIT License | ||
micrometer-commons under The Apache Software License, Version 2.0 | ||
micrometer-observation under The Apache Software License, Version 2.0 | ||
Old JAXB Core under CDDL+GPL License | ||
Old JAXB Runtime under Eclipse Distribution License - v 1.0 | ||
SDP Shared under The Apache Software License, Version 2.0 | ||
SDP Shared - API Client under The Apache Software License, Version 2.0 | ||
SDP Shared - API Commons under The Apache Software License, Version 2.0 | ||
SDP Shared - XSD & JAXB under The Apache Software License, Version 2.0 | ||
SLF4J API Module under MIT License | ||
Spring AOP under Apache License, Version 2.0 | ||
Spring Beans under Apache License, Version 2.0 | ||
Spring Commons Logging Bridge under Apache License, Version 2.0 | ||
Spring Context under Apache License, Version 2.0 | ||
Spring Core under Apache License, Version 2.0 | ||
Spring Expression Language (SpEL) under Apache License, Version 2.0 | ||
Spring Object/XML Marshalling under Apache License, Version 2.0 | ||
Spring Transaction under Apache License, Version 2.0 | ||
Spring Web under Apache License, Version 2.0 | ||
Spring Web MVC under Apache License, Version 2.0 | ||
spring-security-core under Apache License, Version 2.0 | ||
spring-security-crypto under Apache License, Version 2.0 | ||
spring-ws-core under Apache License, Version 2.0 | ||
spring-ws-security under Apache License, Version 2.0 | ||
spring-xml under Apache License, Version 2.0 | ||
TXW2 Runtime under Eclipse Distribution License - v 1.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
api-client/src/main/java/no/digipost/api/MessageFactorySupplier.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
junit.jupiter.extensions.autodetection.enabled=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Blir dette arvet fra en parent POM, i stedet?
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.
Ja, kommer fra den oppdaterte versjonen av digipost-open-super-pom. Ligger en del "utility"-profiler i den pom-en som enkelt kan trigges med
-Pprofil
, og man kan da legge inn disse i.mvn/maven.config
i stedet for masse linjer duplisert XML i pom-filer.