Spring Operator
e596462a22
URL Cleanup ( #291 )
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://cloud.spring.io/spring-cloud-vault/ with 1 occurrences migrated to:
https://cloud.spring.io/spring-cloud-vault/ ([https](https://cloud.spring.io/spring-cloud-vault/ ) result 200).
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 9 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd ) result 200).
* http://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch with 1 occurrences migrated to:
https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ([https](https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ) result 200).
* http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin with 1 occurrences migrated to:
https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ([https](https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 2 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
* http://www.spring.io with 1 occurrences migrated to:
https://www.spring.io ([https](https://www.spring.io ) result 301).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 18 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 9 occurrences
2019-03-16 12:02:15 -04:00
Mark Paluch
d9acda7a66
Downgrade to AssertJ 2.8.
...
Closes gh-171.
2017-10-25 08:40:52 +02:00
Marcin Grzejszczak
94b507e997
Migrated to new docs; fixes #150
2017-08-29 16:12:26 +02:00
Marcin Grzejszczak
42af7c62f8
Bumped libs
2017-08-29 16:11:16 +02:00
Mark Paluch
fab421a1d3
[maven-release-plugin] prepare for next development iteration
...
See gh-138.
2017-07-21 13:39:42 +02:00
Mark Paluch
3844367bb8
[maven-release-plugin] prepare release v1.0.2.RELEASE
...
See gh-138.
2017-07-21 13:28:12 +02:00
Mark Paluch
b5bab123d2
Upgrade dependencies.
...
* netty 4.1.8.Final -> 4.1.3.Final
* okhttp3 3.6.0 -> 3.7.0
Closes gh-137
2017-07-21 13:22:00 +02:00
Mark Paluch
970a06effd
Upgrade to Spring Cloud Dalston SR2 dependencies.
...
Closes gh-136.
2017-07-21 13:20:21 +02:00
Mark Paluch
90096f18ff
Include notice and license in jar files.
...
Fixes gh-109.
2017-06-10 18:50:14 +02:00
Mark Paluch
5f6cb4fde0
[maven-release-plugin] prepare for next development iteration
2017-05-12 19:45:28 +02:00
Mark Paluch
c8c85b75f1
[maven-release-plugin] prepare release 1.0.1.RELEASE
2017-05-12 19:45:28 +02:00
Mark Paluch
437422046b
Upgrade to Spring Cloud Commons 1.2.1.
...
See gh-108.
2017-05-12 19:43:58 +02:00
Mark Paluch
f65925dc21
Enable CircleCI build.
...
See gh-97.
2017-04-11 16:13:30 +02:00
Mark Paluch
ec880a7ca0
Update RELEASE to 1.0.1.BUILD-SNAPSHOT
2017-04-10 20:23:26 +02:00
Mark Paluch
9d21b6572e
Update SNAPSHOT to 1.0.0.RELEASE
2017-04-10 20:06:46 +02:00
Mark Paluch
c3f224a7da
Prepare release.
...
See gh-34.
2017-04-10 11:20:04 +02:00
Mark Paluch
0623886106
Adapt to changed GitHub repository name.
...
Adapt changed GitHub repository name in pom.xml and documentation.
See gh-92.
2017-03-31 12:48:09 +02:00
Mark Paluch
7026fd3531
Polishing.
...
Fix SCM paths from spring-cloud-incubator to spring-cloud.
2017-03-16 15:14:20 +01:00
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
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
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
b83013549e
Upgrade to Spring Cloud Build 1.3 M1.
...
Fixes gh-68.
2017-01-10 16:14:52 +01:00
Mark Paluch
bc22987a75
Upgrade to AssertJ 3.6.1.
...
Closes gh-67.
2017-01-10 15:53:00 +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
981115dd6e
Inherit Spring Boot version from spring-cloud-build.
...
See gh-55.
2016-11-09 21:44:45 +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
a7c4cff540
Fix HashiCorp lettercasing.
...
Fixes gh-54.
2016-10-28 17:00:05 +02: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
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
28280f5dae
Polishing
...
Reduce dependencies to Spring Web. Remove amqp test dependency from starter. Remove version property from vault parent pom.
2016-07-04 22:20:11 +02:00
Mark Paluch
c99a689ccc
Support AWS credential generation
...
Tests require external provided access and secret keys to run.
fixes gh-4
2016-07-03 14:03:47 +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
Mark Paluch
c0da914b00
Split into modules #11
...
Split Spring Cloud Vault Config into multiple modules: Core, Config, Database/Consul/RabbitMQ integrations.
2016-06-23 00:13:58 +02:00
Mark Paluch
8302e662eb
Polishing.
...
Adopt changed relative paths. Move setup scripts back to src/test/bash.
Original pull request: #8 .
2016-06-10 15:57:19 +02:00
Marcin Grzejszczak
62f5f865d5
Modularized the project
2016-06-10 15:02:22 +02:00
Mark Paluch
1908919cf1
Add SSL trust-store configuration.
...
Spring Cloud Vault Config now supports property-based SSL configuration using spring.cloud.vault.ssl.* properties to enable server certificate validation.
Introducing a Vault-specific configuration requires to configure HTTP clients individually and so this change adds configuration support for Apache HTTP Components, Netty and the OkHttp client. Clients are picked configured if they exist on the class path.
Fixes gh-7
2016-06-04 21:36:47 +02:00
Mark Paluch
1171460bf1
Add support for the mysql, postgresql and cassandra secret backends.
...
We now support credential generation for MySQL, PostgreSQL and Apache Cassandra databases.
Credential generation can be turned on using properties and stores username/password in properties according to Spring Boot's auto configuration.
Fixes gh-2.
2016-05-14 00:13:12 +02:00