Commit Graph

119 Commits

Author SHA1 Message Date
Richard Körber
dd7c873750 [maven-release-plugin] prepare for next development iteration 2023-08-11 09:55:47 +02:00
Richard Körber
eea08053a2 [maven-release-plugin] prepare release v3.0.0 2023-08-11 09:55:46 +02:00
Richard Körber
e8b83d6423 Automatically generate CSR in Order class
With this change, it is not stricly required anymore to create the CSR
oneself. The Order class contains all information to generate a basic
CSR itself.
2023-05-19 10:20:35 +02:00
Richard Körber
16b02efe23 Merge acme4j-utils into acme4j-client
The separation of acme4j-client and acme4j-utils was a design decision
that should avoid BouncyCastle to be a hard dependency of acme4j-client.
Anyhow acme4j is not really usable without BouncyCastle, so acme4j-utils
is used in almost all projects anyway.

This merge allows to extend the client API with some nice methods that
will make it easier to use.
2023-05-19 09:58:08 +02:00
Richard Körber
5bbf1b5966 getCertificate() is not Optional
getCertificate() would only return Optional.empty() if it was invoked
before the order was finalized. In order to keep the API simple, that
state will now throw an IllegalStateException, and getCertificate()
directly returns a non-null Certificate now.
2023-05-06 17:29:16 +02:00
Richard Körber
1907545e5d Review all @Nullable return values
- Most methods now return an Optional instead of a null value
- Reviewed all Collection return values. They may now be empty, but
  never null.
2023-05-06 17:27:36 +02:00
Richard Körber
783fdde013 Use the java.net.http client
With this patch, the old HttpURLConnection client is replaced with
the new java.net.http client that was introduced in Java 11.
2023-04-24 21:16:07 +02:00
Richard Körber
0d55898379 Port codebase to Java 11 2023-04-23 13:13:27 +02:00
Richard Körber
41d9855bc0 Bump to v3.0.0, adhere to SemVer 2023-04-23 08:44:21 +02:00
Richard Körber
590b4e975b [maven-release-plugin] prepare for next development iteration 2023-02-11 16:55:27 +01:00
Richard Körber
9e3a5061c8 [maven-release-plugin] prepare release v2.16 2023-02-11 16:55:27 +01:00
Richard Körber
861b3a1f81 [maven-release-plugin] prepare for next development iteration 2022-11-25 13:24:12 +01:00
Richard Körber
5a984bb49b [maven-release-plugin] prepare release v2.15 2022-11-25 13:24:12 +01:00
Richard Körber
1ee68e1e09 Fix Javadoc links in the documentation 2022-11-18 15:54:42 +01:00
Richard Körber
109731090c [maven-release-plugin] prepare for next development iteration 2022-06-29 20:07:57 +02:00
Richard Körber
d088b30822 [maven-release-plugin] prepare release v2.14 2022-06-29 20:07:57 +02:00
Richard Körber
379f184a41 Add generator for DNS challenge resource name 2022-06-29 20:02:52 +02:00
Richard Körber
a25b8c1b8d Use Assertj instead of Hamcrest 2022-05-14 12:39:27 +02:00
Richard Körber
f3c7e8a46c Upgrade all tests to JUnit 5 2022-05-14 12:24:21 +02:00
Richard Körber
edf2018433 [maven-release-plugin] prepare for next development iteration 2022-05-09 17:16:05 +02:00
Richard Körber
768fd68bcc [maven-release-plugin] prepare release v2.13 2022-05-09 17:16:05 +02:00
Richard Körber
00ee9e4dd5 Use assertThrows instead of try/fail constructs 2022-05-07 11:25:59 +02:00
Richard Körber
cc8cc841c1 [maven-release-plugin] prepare for next development iteration 2021-07-03 11:19:53 +02:00
Richard Körber
8cb2468060 [maven-release-plugin] prepare release v2.12 2021-07-03 11:19:53 +02:00
dependabot[bot]
167c981b26 Bump docker-maven-plugin from 0.26.1 to 0.35.0
Bumps [docker-maven-plugin](https://github.com/fabric8io/docker-maven-plugin) from 0.26.1 to 0.35.0.
- [Release notes](https://github.com/fabric8io/docker-maven-plugin/releases)
- [Changelog](https://github.com/fabric8io/docker-maven-plugin/blob/master/doc/changelog.md)
- [Commits](https://github.com/fabric8io/docker-maven-plugin/compare/v0.26.1...v0.35.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 20:20:27 +02:00
Richard Körber
78dfe248b2 [maven-release-plugin] prepare for next development iteration 2020-11-12 22:40:25 +01:00
Richard Körber
bfafb5655a [maven-release-plugin] prepare release v2.11 2020-11-12 22:40:25 +01:00
Richard Körber
55516c2c3e Compare notBefore and notAfter dates in cert 2020-10-31 16:34:54 +01:00
Richard Körber
ae37fe9004 Minor optimizations 2020-10-24 19:42:20 +02:00
Richard Körber
2cff3a5c90 Review all unit tests
- Replace deprecated org.junit.Assert.assertThat by org.hamcrest.MatcherAssert.assertThat
- Other minor checkstyle fixes
2020-10-24 18:05:06 +02:00
Richard Körber
c5eba760f6 [maven-release-plugin] prepare for next development iteration 2020-08-02 17:13:29 +02:00
Richard Körber
0bc1a004dc [maven-release-plugin] prepare release v2.10 2020-08-02 17:13:28 +02:00
Richard Körber
610b9366bd Add module-info definitions, fix related issues 2020-06-02 14:08:20 +02:00
Richard Körber
b32f03b23a Replace JSR305 null-safe annotations by SpotBugs annotations
Reason is that JSR305 annotations cannot be used in a modular environment due to split package issues.
2020-06-02 14:08:20 +02:00
Richard Körber
355a00b293 [maven-release-plugin] prepare for next development iteration 2020-03-22 22:24:55 +01:00
Richard Körber
75a9b8a2ea [maven-release-plugin] prepare release v2.9 2020-03-22 22:24:55 +01:00
Richard Körber
4a8c39a93a Add SERVFAIL support to challtestsrv client 2020-01-23 23:25:08 +01:00
Richard Körber
037d0dc973 Add CNAME support to challtestsrv client 2020-01-23 23:24:53 +01:00
Richard Körber
aa8706fc96 Update IT to work with latest Pebble image 2019-12-23 14:46:45 +01:00
Richard Körber
5647d0c319 [maven-release-plugin] prepare for next development iteration 2019-12-07 16:21:26 +01:00
Richard Körber
85a4091ab7 [maven-release-plugin] prepare release v2.8 2019-12-07 16:21:25 +01:00
Richard Körber
925a116a38 Migrate docs to mkdocs 2019-12-07 14:27:33 +01:00
Richard Körber
6dbb407ee2 Remove sonarqube
Gitlab CI cannot be used on sonarqube CE any more.
2019-11-08 10:34:10 +01:00
Richard Körber
31409a3872 [maven-release-plugin] prepare for next development iteration 2019-03-24 15:41:38 +01:00
Richard Körber
f799a2e5de [maven-release-plugin] prepare release v2.7 2019-03-24 15:41:38 +01:00
Richard Körber
da9fb92445 Use identifier from auth 2019-03-16 16:59:05 +01:00
Richard Körber
bfb2bc325d Remove IDE generated files 2019-03-16 16:42:22 +01:00
Richard Körber
9941de6fc9 Add automatic-module-name 2019-01-31 00:43:11 +01:00
Richard Körber
0c6843ddd7 [maven-release-plugin] prepare for next development iteration 2019-01-26 13:29:40 +01:00
Richard Körber
6a3db93493 [maven-release-plugin] prepare release v2.6 2019-01-26 13:29:40 +01:00