0515c38133
gradle jar: define duplicate-strategy
2021-11-15 13:03:00 +01: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
5e2286de0d
Rework dependencies
2021-09-17 18:16:58 +02:00
1a0635c71e
detach-inband-signature-and-message: test --no-armor
2021-09-07 17:30:40 +02:00
bc20a14588
Add test for detach-inband-signature-and-message
2021-09-07 16:44:16 +02:00
004a761fdb
Globally set slf4j version
2021-08-26 15:03:20 +02:00
1124c6fd15
Wip: Configure logback logging
2021-08-26 15:03:20 +02:00
4e83281213
Wip: Remove allowNested, add FileUtil
2021-08-23 14:26:17 +02:00
788c82531e
Wip: Adopt changes from the SOP specification version 2
2021-08-23 14:26:17 +02:00
311c842196
Revert introduction of StreamUtil
2021-07-31 20:40:31 +02:00
fc311fe781
Workaround for #159 : Avoid to prevent swallowing IOExceptions
2021-07-26 16:19:30 +02:00
10bb033e40
Set executable name for pgpainless-cli
2021-07-23 21:02:58 +02:00
4244107994
Add readmes for all modules
2021-07-17 00:27:58 +02:00
88faaf5dd0
Update pgpainless-cli/README.md
2021-07-15 17:50:57 +02:00
2e55737795
Fix piping into 'gradle run'
2021-07-15 17:27:47 +02:00
f662a3dba9
Rename pgpainless run script and fix parameter passing
2021-07-15 17:22:39 +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