https://github.com/quantummaid/httpmaid
HttpMaid directly publishes your business logic as an HTTP endpoint.
https://github.com/quantummaid/httpmaid
Last synced: 4 months ago
JSON representation
HttpMaid directly publishes your business logic as an HTTP endpoint.
- Host: GitHub
- URL: https://github.com/quantummaid/httpmaid
- Owner: quantummaid
- License: apache-2.0
- Created: 2019-12-12T15:52:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T21:43:25.000Z (over 3 years ago)
- Last Synced: 2025-04-04T18:47:28.446Z (about 1 year ago)
- Language: Java
- Homepage: https://quantummaid.de
- Size: 2.93 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 37
-
Metadata Files:
- Readme: README.Java10.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
How to run with Java 10
=======================
https://sdkman.io/
$ sdk use java 10.0.2-oracle
$ mvn -s settings.xml -B verify
Known Issues
============
https://issues.apache.org/jira/browse/GROOVY-8339 (does not seem to affect the build)
```
...
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/home/lestephane/.m2/repository/org/codehaus/groovy/groovy/2.4.14/groovy-2.4.14.jar) to method java.lang.Object.finalize()
...
```