Commit Graph

32 Commits

Author SHA1 Message Date
Mark Paluch
c26674bade [maven-release-plugin] prepare for next development iteration 2017-03-16 14:42:26 +01:00
Mark Paluch
d6596c1e56 [maven-release-plugin] prepare release 1.0.0.RC1 2017-03-16 14:42:26 +01:00
Mark Paluch
6bbc8a2714 Prepare release.
Upgrade dependencies:
Use Spring Cloud RC1/Release versions
Spring Vault 1.0.0.BUILD-SNAPSHOT -> 1.0.0.RC1
httpclient 4.5.2 -> 4.5.3
httpcore 4.4.5 -> 4.4.6
netty 4.1.6.Final -> 4.1.8.Final
OkHttp3 3.5.0 ->3.6.0
Jackson 2.8.2 -> 2.8.7

See gh-89.
2017-03-16 14:25:11 +01:00
Mark Paluch
63ac877d13 Move HTTP client dependency management to parent pom.
Remove dependency management of HTTP clients from dependency BOM to not conflict with declarations of Spring Boot or other BOMs.

Closes gh-82.
2017-03-02 09:26:51 +01:00
Mark Paluch
4c84524b48 Import spring-cloud-commons-dependencies BOM in parent pom.
Use dependency management from spring-cloud-commons-dependencies for Spring Cloud Commons instead own dependency management declaration to avoid version conflicts.

See gh-82.
2017-02-28 21:23:29 +01:00
Mark Paluch
5fcd5694a4 Use Apache Commons Logging instead of SLF4J.
Align logging API use with Spring Boot and Spring Cloud. Drop slf4j dependency from pom files.

Closes gh-84.
2017-02-24 16:51:57 -05:00
Mark Paluch
537221c76b Rename spring-cloud-vault-starter-config to spring-cloud-starter-vault-config.
Align naming with existing Spring Cloud starters.

Closes gh-83.
2017-02-24 13:57:11 -05:00
Mark Paluch
b31e99d033 Exclude transient Spring Framework dependencies from Spring Vault.
Closes gh-73.
2017-02-16 15:02:24 +01:00
Mark Paluch
97645a29a6 Adopt Spring Vault's VaultClient removal.
Closes gh-78.
2017-02-16 15:02:22 +01:00
Mark Paluch
74d8012b9f [maven-release-plugin] prepare for next development iteration 2017-01-27 09:08:04 +01:00
Mark Paluch
09a9afed60 [maven-release-plugin] prepare release 1.0.0.M2 2017-01-27 09:07:57 +01:00
Mark Paluch
711cd31926 Prepare release.
Remove snapshot repositories. Upgrade dependencies.

See gh-72.
2017-01-27 09:06:04 +01:00
Mark Paluch
0a0cae71d6 Upgrade to Spring Cloud Context 1.2.0.M1.
See gh-72.
2017-01-27 08:57:45 +01:00
Mark Paluch
14c648ade8 Upgrade to Spring Vault 1.0 M2.
Closes gh-70.
2017-01-17 10:58:11 +01:00
Mark Paluch
b83013549e Upgrade to Spring Cloud Build 1.3 M1.
Fixes gh-68.
2017-01-10 16:14:52 +01:00
Mark Paluch
c79878b0b6 Upgrade to OkHttp 3.5.0.
Closes gh-66.
2017-01-10 15:52:11 +01:00
Mark Paluch
57721b68c1 Upgrade to Spring Boot 1.5 RC1.
Upgrade also test dependencies:

* MongoDB Driver to 3.4.1
* Cassandra Driver to 3.1.3
* MySQL Driver to 5.1.40
* PostgreSQL to 9.4.1212.jre7

Fixes gh-64.
2017-01-10 15:08:34 +01:00
Mark Paluch
59541f0230 Add support for OkHttp3.
Fixes gh-63.
2016-12-14 11:36:25 +01:00
Mark Paluch
be3e21146d Upgrade to Spring Cloud Build 1.3.
Fixes gh-62.
2016-12-14 10:34:56 +01:00
Mark Paluch
7bdc2c44ba Upgrade to HttpCore 4.4.5 and Netty 4.1.6.
Use OkHttp for database tests to not offend with Cassandra driver's netty dependencies.

See #55.
2016-11-09 13:14:55 +01:00
Mark Paluch
c1cfa7e6bb Upgrade to Spring Boot 1.4.2.
Fixes gh-55.
2016-11-09 13:14:48 +01:00
Mark Paluch
4df846bfd6 [maven-release-plugin] prepare for next development iteration 2016-10-28 14:07:33 +02:00
Mark Paluch
fb5bb7a2a1 [maven-release-plugin] prepare release 1.0.0.M1 2016-10-28 14:07:29 +02:00
Mark Paluch
05ef83fa5d Specify plugin versions for jar, source, javadoc and deploy plugins.
Fixes gh-53.
2016-10-28 14:06:32 +02:00
Mark Paluch
c14d1517fb Upgrade to spring-cloud-dependencies-parent 1.2.1 and spring-cloud-context 1.1.4.
Fixes gh-52.
2016-10-28 13:27:47 +02:00
Mark Paluch
43512f2f4c Upgrade to Spring Cloud Vault 1.0 M1.
Fixes gh-51.
2016-10-28 12:41:14 +02:00
Mark Paluch
17e0412bf1 Polishing.
Provide readable artifact display names. Interit groupId from parent.
2016-10-10 08:24:29 +02:00
Mark Paluch
0543359852 Move assertj-core dependency from bom to parent pom.
assertj-core is dependency not a required during runtime/operations. Move this dependency to the project scope to not affect user dependencies.

Fixes gh-41.
2016-10-02 18:58:05 +02:00
Mark Paluch
b95e8d90eb Upgrade to Spring Boot 1.4 SR1.
Upgrade to 1.4.1.RELEASE. Migrate to SpringBootTest annotation usage.

Fixes gh-38.
2016-09-21 21:29:23 +02:00
Mark Paluch
7a09c9875f Refactor code to use Spring Vault.
Extract VaultClient and configuration parts into Spring Vault and reimport using the spring-vault-core dependency.

Fixes gh-37
2016-09-21 20:54:29 +02:00
Mark Paluch
27d1e695ec Upgrade to Spring Boot 1.4 GA
Fixes gh-26
2016-07-29 06:00:45 +02:00
Mark Paluch
915df54325 Create BOM and starter #13
Create a Bill of Materials (spring-cloud-vault-dependencies) and refactor dependencies to the BOM. Create also a starter to simplify adoption.
2016-06-23 08:58:54 +02:00