Create request interceptor class to remove namespace attribute from xml request bodies 50/138850/10
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Tue, 27 Aug 2024 05:57:29 +0000 (07:57 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Thu, 29 Aug 2024 05:46:38 +0000 (07:46 +0200)
commit222f8efa881e940a4a3529706e067d0cefb6db99
treedb74c86336ddb2835a1917ede99b94372661bca3
parent87502d28e8b2edd55dabf0186a8e2ac233388886
Create request interceptor class to remove namespace attribute from xml request bodies

- add interceptor that removes xmlns attribute from xml bodies
- update eclipse persistence (2.6.2 -> 2.7.7)
- use spring-boot-starter-test instead of spring framework's spring-test
- bump snapshot version to 1.14.7-SNAPSHOT
- remove unused imports

Issue-ID: AAI-3976
Change-Id: Iac7103ae003cb7bb7269ada983af97e003be155c
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
12 files changed:
aai-resources/pom.xml
aai-resources/src/main/java/org/onap/aai/interceptors/pre/NamespaceInterceptor.java [new file with mode: 0644]
aai-resources/src/main/java/org/onap/aai/web/JerseyConfiguration.java
aai-resources/src/test/java/org/onap/aai/rest/BulkProcessorTestAbstraction.java
aai-resources/src/test/java/org/onap/aai/rest/ConfigurationTest.java
aai-resources/src/test/java/org/onap/aai/rest/ExampleConsumerTest.java
aai-resources/src/test/java/org/onap/aai/rest/URLFromVertexIdConsumerTest.java
aai-resources/src/test/java/org/onap/aai/rest/VertexIdConsumerTest.java
aai-resources/src/test/resources/application-test.properties
aai-resources/src/test/resources/logback.xml
pom.xml
version.properties