-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Changed spring-beans.xml config to allow customization of the servi…
…ce base URL path -> Changed the service URL path to /pdp in tests (instead of /services/pdp), and to / in docker folder, using cxf.path and cxf.jaxrs.server.path properties in application.yaml - Renamed docker-compose.yml to compose.yml in docker folder - Removed testng suite xml file, using JUnit 5 only instead. - Enhanced the PDP's JAX-RS resource implementation (JaxrsPdpResource and PdpBundle classes) to support another JSON-based authorization API (e.g. AuthZEN) when application/json mime type is used, in addition to XACML/XML and XACML/JSON (application/xacml+json) - Upgraded spring-boot-dependencies to 3.1.11, and cxf to 4.0.4 - Added developer and license info to Maven POM - Fixed unit tests in cxf-spring-boot-server module
- Loading branch information
Showing
17 changed files
with
244 additions
and
222 deletions.
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
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 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
Oops, something went wrong.