1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-15 08:52:05 +01:00
Commit graph

6 commits

Author SHA1 Message Date
7eb2f5fb4d
Document how PGPainlessCLI works 2022-04-02 17:16:37 +02:00
a9a61bc799
Improve library usage of slf4j and logback.
Logback-classic is now a test dependency and is additionally declared as OPTIONAL runtime dependency.
Applications that don't want to use logback can now easily disable it by not explicitly depending on it.
2021-10-29 20:28:14 +02:00
e390389c0a Reuse compliance 2021-10-07 16:28:31 +02:00
1124c6fd15 Wip: Configure logback logging 2021-08-26 15:03:20 +02:00
10bb033e40
Set executable name for pgpainless-cli 2021-07-23 21:02:58 +02:00
8cf5347b52 Base PGPainlessCLI on new sop-java module
* Rename pgpainless-sop -> pgpainless-cli
* Introduce sop-java (implementation-independent SOP API)
* Introduce sop-java-picocli (CLI frontend for sop-java)
* Introduce pgpainless-sop (implementation of sop-java using PGPainless)
* Rework pgpainless-cli (plugs pgpainless-sop into sop-java-picocli)
2021-07-15 17:03:56 +02:00