mirror of
https://github.com/wahyd4/coreutils.git
synced 2026-08-09 12:56:42 +10:00
2b90275ecd8cf1b53c577d8b3b70c12ea3484f6f
Core Utils
Utilities to facilitate Java applications development.
Master Build Status
Environment variables
GRYCAP_TESTS_PRINT_OUTPUT set value to true to print tests output.
Installation
Install from source
$ mvn clean install coreutils
Development
Run all tests logging to the console
$ mvn clean verify -pl coreutils-core -Dgrycap.tests.print.out=true |& tee /tmp/LOGFILE
Run functional and sanity tests logging to the console
$ mvn clean test -pl coreutils-core -Dgrycap.tests.print.out=true |& tee /tmp/LOGFILE
Continuous integration
$ mvn clean verify coreutils
Examples (pending)
- Spring Boot + Undertow
TO-DO list:
- Improve documentation: this is not framework, this is not a utility library. If you need a framework, we recommend Spring (Spring Boot, Spring Data, Spring REST and Spring Cloud) as a full-featured framework. For small and medium-sized projects we recommend the Jodd micro-framework. http://jodd.org/ ...
- Migrate part of the naming utilities.
- HTTP2 client: get access to the original instance (OkHttpClient) using the clone method in the case of the manager client.
- Check that query parameters are proxied in opengateway.
- Add global shutdown hook and register tasks.
Languages
Java
98.9%
Shell
1.1%