Commit Graph

203 Commits

Author SHA1 Message Date
Scott Frederick
bf7869aab6 Upgrade Spring Boot to 2.5.14 2022-05-31 14:40:25 -05:00
Scott Frederick
ccf55bc4c6 Upgrade Spring Framework to 5.3.20 2022-05-31 14:20:33 -05:00
Scott Frederick
1fb02fef03 Configure Spring JavaFormat and add missing package-info.java 2022-05-25 16:25:28 -05:00
dependabot[bot]
fbbfc16179 Bump spring-javaformat-checkstyle from 0.0.29 to 0.0.32
Bumps [spring-javaformat-checkstyle](https://github.com/spring-io/spring-javaformat) from 0.0.29 to 0.0.32.
- [Release notes](https://github.com/spring-io/spring-javaformat/releases)
- [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.29...v0.0.32)

---
updated-dependencies:
- dependency-name: io.spring.javaformat:spring-javaformat-checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-25 15:10:38 -05:00
dependabot[bot]
487dd72920 Bump io.spring.javaformat from 0.0.29 to 0.0.32
Bumps [io.spring.javaformat](https://github.com/spring-io/spring-javaformat) from 0.0.29 to 0.0.32.
- [Release notes](https://github.com/spring-io/spring-javaformat/releases)
- [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.29...v0.0.32)

---
updated-dependencies:
- dependency-name: io.spring.javaformat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-25 15:10:19 -05:00
Scott Frederick
8fa86989a1 Change 2.2.x pipeline to build from 2.2.x branch 2022-05-24 11:18:09 -05:00
Scott Frederick
ca6e496f31 Fix pushing next version commit on release 2021-12-03 16:45:54 -06:00
Scott Frederick
fc97b5d500 Fix snapshot version 2021-12-03 16:32:49 -06:00
Spring
3766cc8df6 Next development version (v2.2.1-SNAPSHOT) 2021-12-03 22:17:14 +00:00
Scott Frederick
3439fa7db7 Prevent errors when setting next version in CI 2021-12-03 15:58:21 -06:00
Scott Frederick
c83155d94a Revert "Next development version (v2.2.1-SNAPSHOT)"
This reverts commit d52141877e.
2021-12-03 15:46:08 -06:00
Scott Frederick
d52141877e Next development version (v2.2.1-SNAPSHOT) 2021-12-03 15:16:35 -06:00
Scott Frederick
81f1ac9c01 Upgrade Spring and Reactor dependencies 2021-11-19 14:46:46 -06:00
Scott Frederick
e4dfc4cebb Update demo application 2021-10-11 15:28:37 -05:00
Scott Frederick
fe7de7b3c2 Migrate tests from JUnit 4 to JUnit 5 2021-10-11 14:55:37 -05:00
Scott Frederick
65c738fd9e Update copyright year of changed files 2021-10-08 16:10:04 -05:00
Scott Frederick
98768afe07 Add properties to docs.zip when publishing 2021-10-08 16:06:49 -05:00
Scott Frederick
60af1ea64f Polish build file and ensure module sources and javadocs jars are published 2021-10-08 11:38:16 -05:00
Scott Frederick
794df51c15 Set up CI pipeline for 2.2.x branch 2021-10-08 11:16:16 -05:00
Scott Frederick
a65a698d82 Add CredHub server configuration and update integration tests 2021-10-07 15:56:58 -05:00
Scott Frederick
758f862be8 Clean up documentation 2021-10-06 14:45:31 -05:00
Scott Frederick
3a3237d8e2 Upgrade Spring, Reactor, and HTTP client library dependencies 2021-10-06 13:55:01 -05:00
Scott Frederick
15584f8e4f Fix docs source highlighting 2021-10-05 18:07:39 -05:00
Scott Frederick
0d249cf1ef Upgrade Gradle and plugins 2021-10-05 17:58:38 -05:00
Scott Frederick
6c0d5dcfba Increment version to 2.2.0 2021-10-05 16:46:09 -05:00
Scott Frederick
7bf3a26ca3 Improve published pom backward compatibility 2021-10-05 13:53:29 -05:00
Scott Frederick
e5677ad410 Set javadoc encoding 2021-10-04 18:22:51 -05:00
Scott Frederick
702d2a6d97 Update maven publishing plugin 2021-10-04 17:59:56 -05:00
Scott Frederick
d1b0d051d0 Add public Gradle plugin repositories 2021-10-04 17:39:47 -05:00
Scott Frederick
4fd0a77232 Add concourse CI pipelines 2021-10-04 17:24:15 -05:00
Scott Frederick
1f454ef721 Update demo application 2020-10-15 11:55:36 -05:00
Scott Frederick
d8a8636634 Increment version to 2.1.2.BUILD-SNAPSHOT 2020-06-02 12:06:15 -05:00
Spring Buildmaster
ff6697f68b [artifactory-release] Next development version 2020-06-02 16:29:22 +00:00
Spring Buildmaster
0ad99e3725 [artifactory-release] Release version 2.1.1.RELEASE 2020-06-02 16:29:17 +00:00
Scott Frederick
35314b3901 Upgrade Spring Security to 5.2.4 2020-06-01 18:49:58 -05:00
Scott Frederick
ea402b76ff Add Security auto-configuration documentation and examples 2020-06-01 18:38:53 -05:00
Scott Frederick
efbedf845f Apply spring-javaformat and checkstyle
This commit adds the spring-javaformat code formatter and checkstyle
rules to the project to make code formatting and style more consistent
with other Spring projects.
2020-05-19 15:32:17 -05:00
Scott Frederick
175e851cb7 Add ClientNotConfiguredFailureAnalyzer 2020-05-18 16:23:30 -05:00
Scott Frederick
f5fb3c1813 Support custom OAuth2AuthorizedClientManager
This commit add support for the app to provide an
OAuth2AuthorizedClientManager instead of using the default
implementation provided by Spring CredHub. It also adds
auto-configuration support for the custom
OAuth2AuthorizedClientManager and custom
ReactiveOAuth2AuthorizedClientManager configurations.
2020-05-15 20:51:21 -05:00
Alexey Nesterov
f57ffd7def Allow to provide custom ReactiveOAuth2AuthorizedClientManager 2020-05-14 10:57:44 -05:00
Scott Frederick
ff4cbabcec Fix mTLS connections with reactive API using Netty 2020-05-14 10:50:28 -05:00
Scott Frederick
87b9fc4fc8 Add spring-credhub-reactive-integration-tests to Gradle module list 2020-03-31 18:50:41 -05:00
Scott Frederick
dc59712dff Increment version to 2.1.1.BUILD-SNAPSHOT 2020-03-31 18:49:28 -05:00
Spring Buildmaster
2085c45d82 [artifactory-release] Next development version 2020-03-31 22:45:53 +00:00
Spring Buildmaster
485f1adff6 [artifactory-release] Release version 2.1.0.RELEASE 2020-03-31 22:45:49 +00:00
Scott Frederick
7cbaa3e303 Remove spring-credhub-cloud-connector module from settings.gradle 2020-03-31 17:20:13 -05:00
Spring Buildmaster
4600f07752 [artifactory-release] Next development version 2020-03-31 22:11:53 +00:00
Spring Buildmaster
4fd115819a [artifactory-release] Release version 2.1.0.RELEASE 2020-03-31 22:11:49 +00:00
Scott Frederick
44d714984d Back Spring Security version to 5.2.2 and use BOM 2020-03-31 15:54:20 -05:00
Scott Frederick
92e1781331 Polish to remove warnings 2020-03-31 15:02:20 -05:00