Skip to content

Commit

Permalink
#45 Rultor release doesn't seem to work because of jaxws-maven-plugin…
Browse files Browse the repository at this point in the history
… incompatibilty with old JDK8 versions (see mojohaus/jaxws-maven-plugin#54 (comment) and http://www.rultor.com/t/19307-1). So let's try to use yegor256/rultor as a workaround, until we shift away from rultor somewhere in the future.
  • Loading branch information
jonashackt committed Jun 24, 2019
1 parent 8101f9c commit 1dad74c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
@@ -1,5 +1,5 @@
docker:
image: "yegor256/java8"
image: "yegor256/rultor"
decrypt:
settings.xml: "repo/settings.xml.asc"
pubring.gpg: "repo/pubring.gpg.asc"
Expand Down
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -21,6 +21,7 @@ Enterprise & production ready SOAP webservices powered by Spring Boot & Apache C
* __Extract the SoapMessages__ for processing in __Elastic-Stack (ELK)__, like [docker-elk](https://github.com/jonashackt/docker-elk)
* Tailor your own __custom SOAP faults__, that comply with the exceptions defined inside your XML schema
* SOAP Testing-Framework: With __XmlUtils__ to easy your work with JAX-B class handling & a __SOAP Raw Client__ to Test malformed XML against your Endpoints
* Works with JDK 8, 9 & 11ff


# Documentation
Expand Down

0 comments on commit 1dad74c

Please sign in to comment.