Skip to content

Commit 5a58c4a

Browse files
committed
Update documentation
1 parent f5c82ee commit 5a58c4a

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

README.md

+3-11
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,9 @@ functional. I'm sure this will all resolve in a couple of years, but for now
5656
here's a summary of the current choices.
5757

5858
This project makes use of the Swagger code generator. The current templates used by
59-
that system assume the `javax` rather than `jakarta` namespaces for Java EE APIs
60-
and we therefore use the Shibboleth Java 11 platform parent POM rather than the
61-
Shibboleth java 17 platform parent POM even though the MDA we are using references
62-
the latter. However, this project both explicitly compiles with Java 17 and targets
63-
Java 17 as an execution environment.
64-
65-
The tests for this project make use of some of Spring Boot's 2's testing infrastructure.
66-
That explicitly references an SLF4J implementation class which no longer exists in the
67-
latest versions; this code therefore overrides the Shibboleth parent POM's logging
68-
system versioning in order to make use of the older version which is compatible with
69-
Spring Boot 2.
59+
that system assume the `javax` rather than `jakarta` namespaces for Java EE APIs.
60+
To interface this with the Shibboleth Java 17 platform, `maven-replacer-plugin`
61+
is used to rewrite references to the correct namespace.
7062

7163
## Copyright and License
7264

0 commit comments

Comments
 (0)