35 Commits

Author SHA1 Message Date
Ryan Baxter
6967a6fcc3 Fixing versions 2019-05-28 16:21:38 -04:00
Spring Operator
f97de4abef URL Cleanup (#292)
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:01:53 -04:00
buildmaster
fb17e8da03 Bumping versions to 1.1.3.BUILD-SNAPSHOT after release 2018-10-16 00:32:10 +00:00
buildmaster
e93a6efc4e Going back to snapshots 2018-10-16 00:32:10 +00:00
buildmaster
083f4c2b2f Update SNAPSHOT to Edgware.SR5 2018-10-16 00:29:12 +00:00
Mark Paluch
8a7b6b0ce6 Reinstantiate spring-boot-configuration-processor to generate configuration property metadata.
Closes gh-231.
2018-07-23 13:44:37 +02:00
buildmaster
d447fd5a86 Bumping versions to 1.1.2.BUILD-SNAPSHOT after release 2018-06-29 20:59:44 +00:00
buildmaster
75cecf78c0 Going back to snapshots 2018-06-29 20:59:43 +00:00
buildmaster
53d86ef93b Update SNAPSHOT to 1.1.1.RELEASE 2018-06-29 20:58:23 +00:00
Mark Paluch
b763ee9160 Polishing.
Order dependencies alphabetically.

See gh-215.
2018-06-12 10:16:28 +02:00
Mark Paluch
ccccf61ec1 Add Spring Boot autoconfigure processor.
Closes gh-215.
2018-06-12 10:08:40 +02:00
Mark Paluch
b0d2765bf5 Exclude Apache Http Client introduced by Spring Cloud Commons.
Closes gh-212.
2018-05-02 18:31:30 +02:00
Mark Paluch
96afa60f6c Post-release cleanups.
See gh-185.
2017-11-28 10:32:00 +01:00
Mark Paluch
941421ae82 [maven-release-plugin] prepare for next development iteration 2017-11-21 17:06:48 +01:00
Mark Paluch
4f790c839b [maven-release-plugin] prepare release v1.1.0.RELEASE 2017-11-21 17:06:48 +01:00
Mark Paluch
5bfc981487 [maven-release-plugin] prepare for next development iteration
See gh-167.
2017-10-23 08:28:43 +02:00
Mark Paluch
25707bde0c [maven-release-plugin] prepare release v1.1.0.RC1
See gh-167.
2017-10-23 08:24:17 +02:00
Mark Paluch
94ccca52a9 [maven-release-plugin] prepare for next development iteration 2017-08-28 08:58:22 +02:00
Mark Paluch
523408dd31 [maven-release-plugin] prepare release v1.1.0.M1
See gh-149.
2017-08-28 08:58:10 +02:00
Mark Paluch
a4b0a3f3b1 Going back to snapshots 2017-04-10 20:18:30 +02:00
Mark Paluch
9d21b6572e Update SNAPSHOT to 1.0.0.RELEASE 2017-04-10 20:06:46 +02: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
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
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
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
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
17e0412bf1 Polishing.
Provide readable artifact display names. Interit groupId from parent.
2016-10-10 08:24:29 +02:00
Mark Paluch
8bf1e3b0ba Support MongoDB credential generation.
Fixes gh-28.
2016-09-25 19:37:24 +02:00
Mark Paluch
4cbd08ec94 Fix Content-Length handling using Netty.
VaultClient now uses a ClientHttpRequestInterceptor to force marshaling. Outgoing data is buffered and available as byte array. This allows setting a Content-Length header using netty. Previously, requests were streamed to the TCP channel without knowing the request body size in advance. Vault expects a Content-Length header and rejected requests with a body but without a Content-Length header.

Fixes gh-19.
2016-09-24 11:28:50 +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
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