Skip to content

Changes

Summary

  1. Remove CXF module from project (commit: e2805a0) (details)
  2. Document CXF removal and remove it as supported (commit: 3a9f93a) (details)
  3. Remove CXF option from archetype (commit: e8043b8) (details)
  4. Remove CXF workarounds from core module (commit: 486d08c) (details)
  5. Remove CXF from testsuite and TCK (commit: f0b3e32) (details)
  6. Adapt Travis pipeline to ignore TomEE and Liberty (commit: 57dc380) (details)
  7. Re-enable OpenLiberty Tests with RESTEasy (commit: 4d976d4) (details)
Commit e2805a0528232d8744c97e5a51fa9a64ef3a2a46 by Tobias Erdle
Remove CXF module from project

Signed-off-by: Erdle, Tobias <tobi.erdle@gmail.com>
(commit: e2805a0)
The file was removedcxf/pom.xml
The file was removedcxf/src/main/resources/META-INF/services/org.eclipse.krazo.core.HttpCommunicationUnwrapper
The file was modified pom.xml (diff)
The file was removedcxf/src/main/java/org/eclipse/krazo/cxf/http/CXFHttpCommunicationUnwrapper.java
Commit 3a9f93a8ac964147e557727ec79ad42a26e13c9b by Tobias Erdle
Document CXF removal and remove it as supported

Signed-off-by: Erdle, Tobias <tobi.erdle@gmail.com>
(commit: 3a9f93a)
The file was modified documentation/src/main/asciidoc/_intro.adoc (diff)
The file was modified README.md (diff)
The file was modified documentation/src/main/asciidoc/_quickstart.adoc (diff)
The file was modified CONTRIBUTING.md (diff)
Commit e8043b890fe23015ed968714befba19f7905452d by Tobias Erdle
Remove CXF option from archetype

Signed-off-by: Erdle, Tobias <tobi.erdle@gmail.com>
(commit: e8043b8)
The file was modified archetype/src/main/resources/archetype-resources/pom.xml (diff)
Commit 486d08c9e5b22e4b50eb6b30f99b7641af06f4e7 by Tobias Erdle
Remove CXF workarounds from core module

Signed-off-by: Erdle, Tobias <tobi.erdle@gmail.com>
(commit: 486d08c)
The file was modified core/src/main/java/org/eclipse/krazo/util/ServiceLoaders.java (diff)
The file was modified core/src/main/java/org/eclipse/krazo/core/ViewResponseFilter.java (diff)
The file was modified core/src/main/java/org/eclipse/krazo/bootstrap/Initializer.java (diff)
The file was modified core/src/main/java/org/eclipse/krazo/jaxrs/PostMatchingRequestFilter.java (diff)
The file was modified core/src/main/java/org/eclipse/krazo/jaxrs/PreMatchingRequestFilter.java (diff)
The file was modified core/src/main/java/org/eclipse/krazo/bootstrap/CoreFeature.java (diff)
The file was modified core/src/main/java/org/eclipse/krazo/bootstrap/DefaultConfigProvider.java (diff)
Commit f0b3e32508faddff1afbc426cdd0455f8cbe876e by Tobias Erdle
Remove CXF from testsuite and TCK

Be aware that the Liberty profile is only commented out, as we will
support this server again, as soon as they use RESTEasy. Because of
this, the archive creator is adapted to use RESTEasy, so later we only
need to remove the comments from the profiles and adapt the dependecies
within the pom.xml.

Signed-off-by: Erdle, Tobias <tobi.erdle@gmail.com>
(commit: f0b3e32)
The file was modified tck/src/main/java/org/eclipse/krazo/tck/AbstractArchiveProvider.java (diff)
The file was modified tck/src/main/java/org/eclipse/krazo/tck/liberty/LibertyArchiveProvider.java (diff)
The file was removedtck/src/main/java/org/eclipse/krazo/tck/tomee/TomeeArchiveProvider.java
The file was removedtck/src/main/java/org/eclipse/krazo/tck/tomee/TomeeDevArchiveProvider.java
The file was modified testsuite/pom.xml (diff)
The file was modified tck/pom.xml (diff)
Commit 57dc38094e5a8c076fa8c54d10667100b255a52d by Tobias Erdle
Adapt Travis pipeline to ignore TomEE and Liberty

Signed-off-by: Erdle, Tobias <tobi.erdle@gmail.com>
(commit: 57dc380)
The file was modified .travis/tests.sh (diff)
The file was removed.travis/docker-tomee.sh
Commit 4d976d4ebfd0041cba25c2a2dcacbc544f59ed26 by Tobias Erdle
Re-enable OpenLiberty Tests with RESTEasy

Signed-off-by: Erdle, Tobias <tobi.erdle@gmail.com>
(commit: 4d976d4)
The file was modified testsuite/pom.xml (diff)
The file was modified tck/pom.xml (diff)
The file was modified README.md (diff)