https://github.com/teedjay/quarkus-xslt
Testing plain XSLT from Quarkus
https://github.com/teedjay/quarkus-xslt
Last synced: 3 months ago
JSON representation
Testing plain XSLT from Quarkus
- Host: GitHub
- URL: https://github.com/teedjay/quarkus-xslt
- Owner: teedjay
- Created: 2019-12-10T22:31:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T22:56:28.000Z (over 6 years ago)
- Last Synced: 2025-03-03T04:41:53.527Z (over 1 year ago)
- Language: HTML
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quarkus-xslt
Testing plain XSLT from Quarkus
## Start dev mode
```
mvn clean quarkus:dev
```
## Some bonus features
- testing new json log format feature from Quarkus 1.1.0.CR1 +
- using a CDI producer to make SLF4J Logger injectable
- rigging the MDC with various values in ContainerRequestFilter