Spring Operator
85f8d8ece7
URL Cleanup.
...
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://maven.apache.org/xsd/assembly-1.1.2.xsd with 1 occurrences migrated to:
https://maven.apache.org/xsd/assembly-1.1.2.xsd ([https](https://maven.apache.org/xsd/assembly-1.1.2.xsd ) result 200).
* [ ] http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd with 1 occurrences migrated to:
https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd ([https](https://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 8 occurrences
* http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 with 2 occurrences
* http://www.w3.org/2000/svg with 1 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 5 occurrences
Original pull request: gh-408.
2019-03-26 08:34:18 +01:00
DanielFran
189eacc6ab
Upgrade to Vault 1.1.0.
...
see https://github.com/hashicorp/vault/blob/v1.1.0/CHANGELOG.md
Closes gh-400.
Original pull request: gh-400.
2019-03-25 09:18:21 +01:00
Spring Operator
cfe357c888
URL Cleanup.
...
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://www.apache.org/licenses/ with 2 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 306 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0.txt with 1 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0.txt ([https](https://www.apache.org/licenses/LICENSE-2.0.txt ) result 200).
Original pull request: #398 .
2019-03-25 10:14:59 +02:00
Spring Operator
fe6de53339
URL Cleanup
...
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).
Original pull request: gh-394.
2019-03-21 22:07:00 +02:00
Spring Operator
ee90bdfc85
URL Cleanup
...
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://maven.apache.org/xsd/maven-4.0.0.xsd with 2 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://www.apache.org/licenses/LICENSE-2.0 with 6 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
* http://maven.apache.org/maven-v4_0_0.xsd with 2 occurrences migrated to:
https://maven.apache.org/maven-v4_0_0.xsd ([https](https://maven.apache.org/maven-v4_0_0.xsd ) result 301).
* http://repo.spring.io/libs-milestone-local with 1 occurrences migrated to:
https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local ) result 302).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 8 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 4 occurrences
Original pull request: gh-392.
2019-03-18 08:13:14 +01:00
Mark Paluch
070948a805
[maven-release-plugin] prepare for next development iteration
...
See gh-387.
2019-02-27 14:30:25 +01:00
Mark Paluch
1577ed51b4
[maven-release-plugin] prepare release 2.1.2.RELEASE
...
See gh-387.
2019-02-27 14:30:18 +01:00
Mark Paluch
aa21eb3084
Update changelog
...
See gh-387
2019-02-27 14:28:11 +01:00
Mark Paluch
c8e3b775ad
Introduce release profile
...
See gh-387
2019-02-27 14:22:57 +01:00
Mark Paluch
f537a2ba43
Polishing
...
Update link to Spring Cloud Vault.
See gh-387.
2019-02-27 14:16:09 +01:00
Mark Paluch
4174a32b32
Upgrade to AWS SDK 1.11.507
...
Closes gh-385.
2019-02-27 14:05:17 +01:00
Mark Paluch
6799057dfd
pgrade to Lombok 1.18.6
...
Closes gh-386.
2019-02-27 14:05:16 +01:00
Mark Paluch
63bf4052a3
Upgrade to Apache HttpCore 4.4.11
...
Closes gh-384.
2019-02-27 14:05:16 +01:00
Mark Paluch
e94e37cbdf
Upgrade to Apache HttpClient 4.5.7
...
Closes gh-383.
2019-02-27 14:05:16 +01:00
Mark Paluch
43ada9f5a3
Upgrade to Spring Security 5.1.4
...
Closes gh-382.
2019-02-27 14:05:16 +01:00
Mark Paluch
2d8f6411ef
Consistently use https for linkable resources
...
Resolves gh-381.
2019-02-26 15:20:18 +01:00
Mark Paluch
122f1c72e7
Do not inject base URI components to absolute URIs.
...
PrefixAwareUriBuilderFactory now no longer injects components from a base URI into a URI that is considered an absolute one (URI starting with https: or http: protocol schemes).
Resolves gh-377.
2019-02-19 10:44:30 +01:00
Mark Paluch
646d93eaf7
Upgrade to Spring Data Lovelace SR5.
...
Closes gh-375.
2019-02-15 10:51:02 +01:00
Mark Paluch
eda80d3487
Upgrade to Reactor Californium SR5.
...
Closes gh-376.
2019-02-15 10:51:01 +01:00
Mark Paluch
de2250c8fc
Upgrade to Spring Framework 5.1.5.
...
Closes gh-374.
2019-02-15 10:51:01 +01:00
DanielFran
3cf46d74de
Upgrade to Vault 1.0.3.
...
Closes gh-371.
Original pull request: gh-372.
2019-02-14 09:59:14 +01:00
Mark Paluch
7d64d28b8a
Polishing.
...
Improve Javadoc.
See gh-109.
2019-02-13 15:18:53 +01:00
Mark Paluch
4c46549e77
Improve documentation on Token authentication, renewal and SessionManager use.
...
Closes gh-369.
2019-02-11 11:10:33 +01:00
Mark Paluch
1642ff954e
Upgrade to Jackson 2.9.8.
...
Closes gh-368.
2019-01-16 10:34:17 +01:00
DanielFran
e8c79966f7
Upgrade to Vault 1.0.2.
...
Closes gh-366.
Original pull request: gh-367.
2019-01-16 08:30:39 +01:00
Mark Paluch
017b4b4ca6
Polishing.
...
Formatting.
Original pull request: gh-351.
2019-01-15 09:35:49 +01:00
DanielFran
150a286c85
Upgrade springNext version to 5.1.5.BUILD-SNAPSHOT.
...
Closes gh-363.
2019-01-15 09:35:48 +01:00
DanielFran
fe4bed546f
Upgrade to maven-assembly-plugin 3.1.1.
...
Closes gh-362.
2019-01-15 09:35:48 +01:00
DanielFran
a814e1f862
Upgrade to asciidoctor-maven-plugin 1.5.7.1.
...
Closes gh-361.
2019-01-15 09:35:48 +01:00
DanielFran
1592bcf5ee
Upgrade to maven-jar-plugin 3.1.1.
...
Closes gh-358.
2019-01-15 09:28:57 +01:00
DanielFran
c8de5493d4
Upgrade to mockito-core 2.23.4.
...
Closes gh-357.
2019-01-15 09:28:57 +01:00
DanielFran
eee1a17ce8
Upgrade to assetj-core 3.11.1.
...
Closes gh-356.
2019-01-15 09:28:57 +01:00
DanielFran
4a8e82aaf5
Upgrade to Spring Security 5.1.3.RELEASE.
...
Closes gh-355.
2019-01-15 09:28:57 +01:00
DanielFran
8365bc98ff
Upgrade to Project Reactor Californium SR4.
...
Closes gh-354.
2019-01-15 09:28:57 +01:00
DanielFran
07a1dfb727
Upgrade to Spring Data Lovelace SR4.
...
Closes gh-353.
2019-01-15 09:28:57 +01:00
DanielFran
a3455cc1a2
Upgrade to Spring Framework 5.1.4.RELEASE.
...
Closes gh-352.
2019-01-15 09:28:57 +01:00
DanielFran
dccc10f299
Update Vault to 1.0.1.
...
Also, upgrade to 0.11.6.
Original pull request: gh-349.
2019-01-07 10:32:41 +01:00
Mark Paluch
c85a966017
Update copyright years to 2019.
...
Closes gh-348.
2019-01-02 12:28:05 +01:00
Mark Paluch
81f395cd03
Polishing.
...
Remove superfluous SuppressWarnings annotations.
See gh-345.
2018-12-09 16:47:12 +01:00
Mark Paluch
e0df032096
Remove code duplicates from VaultWrappingTemplate.
...
Resolves gh-345.
2018-12-09 16:46:39 +01:00
Mark Paluch
4fe639787d
Polishing.
...
Remove final keywords from method arguments.
Resolves gh-344.
2018-12-09 16:30:10 +01:00
Mark Paluch
ae25e394ad
Replace own Base64 class with Spring's Base64Utils.
...
Resolves gh-344.
2018-12-09 16:28:18 +01:00
Mark Paluch
4ac19cf317
Remove TravisCI configuration for Vault 0.5.
...
Original pull request: #341 .
Related ticket: #340 .
2018-12-04 22:47:54 +01:00
DanielFran
2fb9d2b468
Upgrade to Vault 1.0.0.
...
Original pull request: #341 .
Related ticket: #340 .
2018-12-04 22:47:54 +01:00
DanielFran
c3c5f6166a
Upgrade to Vault 0.11.5.
...
Original pull request: #341 .
Related ticket: #340 .
2018-12-04 22:47:50 +01:00
Mark Paluch
90356746d1
Polishing
...
Pass token in auth/token/… within the POST body instead of using the URL.
See gh-336.
Original pull request: gh-337.
2018-11-22 20:57:30 +01:00
DanielFran
67229bc90a
Upgrade to Vault 1.0.0-rc1
...
Closes gh-336.
Original pull request: gh-337.
2018-11-22 20:57:30 +01:00
DanielFran
2b794819d0
Upgrade to Vault 1.0.0-beta2.
...
Original pull request: gh-335.
Closes gh-334.
2018-11-16 11:24:16 +01:00
Mark Paluch
ed19842a82
[maven-release-plugin] prepare for next development iteration
...
See gh-329
2018-11-14 09:25:45 +01:00
Mark Paluch
368066019c
[maven-release-plugin] prepare release 2.1.1.RELEASE
...
See gh-329
2018-11-14 09:25:45 +01:00