-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Package reorganization: s/io.pivotal.cfapp/org.cftoolsuite.cfapp/g (#422
) * Source spring-boot-starter-runtime-metadata from Maven Central * Package reorganization: s/io.pivotal/org.cftoolsuite/g * Revert bad update * Use plugin to generate startup banner; owner updated to [email protected] * Fix package ref in spring.factories for env processor * Upgrade json-io
- Loading branch information
Showing
310 changed files
with
863 additions
and
902 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<groupId>io.pivotal</groupId> | ||
<groupId>org.cftoolsuite.cfapp</groupId> | ||
<artifactId>cf-butler</artifactId> | ||
<version>1.0-SNAPSHOT</version> | ||
|
||
|
@@ -20,12 +20,13 @@ | |
<developer> | ||
<id>cphillipson</id> | ||
<name>Chris Phillipson</name> | ||
<email>[email protected]</email> | ||
<url>https://pivotal.io</url> | ||
<email>[email protected]</email> | ||
<roles> | ||
<role>architect</role> | ||
<role>developer</role> | ||
</roles> | ||
<organization>Cloud Foundry Tool Suite</organization> | ||
<organizationUrl>https://github.com/cf-toolsuite</organizationUrl> | ||
<timezone>America/Seattle</timezone> | ||
</developer> | ||
</developers> | ||
|
@@ -114,7 +115,7 @@ | |
<dependency> | ||
<groupId>com.cedarsoftware</groupId> | ||
<artifactId>json-io</artifactId> | ||
<version>4.19.11</version> | ||
<version>4.19.13</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.springframework.boot</groupId> | ||
|
@@ -241,7 +242,7 @@ | |
<dependency> | ||
<groupId>org.springframework.cloud</groupId> | ||
<artifactId>spring-cloud-dependencies</artifactId> | ||
<version>2023.0.0</version> | ||
<version>2023.0.1</version> | ||
<scope>import</scope> | ||
<type>pom</type> | ||
</dependency> | ||
|
@@ -437,8 +438,8 @@ | |
<artifactId>native-maven-plugin</artifactId> | ||
<configuration> | ||
<buildArgs> | ||
<buildArg>--no-fallback</buildArg> | ||
<buildArg>-H:IncludeResources=.*\.(html|txt|yml|factories|xml|ddl|properties)</buildArg> | ||
<buildArg>--no-fallback</buildArg> | ||
<buildArg>-H:IncludeResources=.*\.(html|txt|yml|factories|xml|ddl|properties)</buildArg> | ||
</buildArgs> | ||
</configuration> | ||
</plugin> | ||
|
@@ -625,8 +626,8 @@ | |
<version>4.3</version> | ||
<configuration> | ||
<properties> | ||
<owner>io.pivotal.cf-butler</owner> | ||
<email>cphillipson@pivotal.io</email> | ||
<owner>org.cftoolsuite.cfapp.cf-butler</owner> | ||
<email>cphillipson@cftoolsuite.org</email> | ||
</properties> | ||
<licenseSets> | ||
<licenseSet> | ||
|
@@ -684,6 +685,23 @@ | |
</links> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
<groupId>ch.acanda.maven</groupId> | ||
<artifactId>spring-banner-plugin</artifactId> | ||
<version>1.6.0</version> | ||
<executions> | ||
<execution> | ||
<id>generate-spring-banner</id> | ||
<phase>generate-resources</phase> | ||
<goals> | ||
<goal>generate</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
<configuration> | ||
<info>Commit: ${git.commit.id.abbrev}, Version: ${project.version}, Active Profiles: ${spring.profiles.active:default}</info> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
|
||
|
@@ -819,9 +837,9 @@ | |
<id>expose-runtime-metadata</id> | ||
<dependencies> | ||
<dependency> | ||
<groupId>io.pivotal.app.actuator</groupId> | ||
<groupId>org.cftoolsuite.actuator</groupId> | ||
<artifactId>spring-boot-starter-runtime-metadata</artifactId> | ||
<version>0.1.2</version> | ||
<version>0.2.0</version> | ||
</dependency> | ||
</dependencies> | ||
</profile> | ||
|
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
src/main/java/io/pivotal/cfapp/AppInit.java → ...n/java/org/cftoolsuite/cfapp/AppInit.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...app/client/OpsmanAccessTokenProvider.java → ...app/client/OpsmanAccessTokenProvider.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
...io/pivotal/cfapp/client/OpsmanClient.java → ...ftoolsuite/cfapp/client/OpsmanClient.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...io/pivotal/cfapp/client/PivnetClient.java → ...ftoolsuite/cfapp/client/PivnetClient.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...al/cfapp/config/ButlerCfEnvProcessor.java → ...te/cfapp/config/ButlerCfEnvProcessor.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.pivotal.cfapp.config; | ||
package org.cftoolsuite.cfapp.config; | ||
|
||
import java.util.Map; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...io/pivotal/cfapp/config/ButlerConfig.java → ...ftoolsuite/cfapp/config/ButlerConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.pivotal.cfapp.config; | ||
package org.cftoolsuite.cfapp.config; | ||
|
||
import java.time.Duration; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...io/pivotal/cfapp/config/DbmsSettings.java → ...ftoolsuite/cfapp/config/DbmsSettings.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../io/pivotal/cfapp/config/GitSettings.java → ...cftoolsuite/cfapp/config/GitSettings.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.pivotal.cfapp.config; | ||
package org.cftoolsuite.cfapp.config; | ||
|
||
import java.util.Set; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...pivotal/cfapp/config/H2ConsoleConfig.java → ...olsuite/cfapp/config/H2ConsoleConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
...otal/cfapp/config/JacksonDeSerConfig.java → ...uite/cfapp/config/JacksonDeSerConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 5 additions & 6 deletions
11
...fapp/config/JavaArtifactReaderConfig.java → ...fapp/config/JavaArtifactReaderConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../pivotal/cfapp/config/OpsmanSettings.java → ...oolsuite/cfapp/config/OpsmanSettings.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../io/pivotal/cfapp/config/PasSettings.java → ...cftoolsuite/cfapp/config/PasSettings.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../pivotal/cfapp/config/PivnetSettings.java → ...oolsuite/cfapp/config/PivnetSettings.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...pivotal/cfapp/config/WebClientConfig.java → ...olsuite/cfapp/config/WebClientConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package io.pivotal.cfapp.config; | ||
package org.cftoolsuite.cfapp.config; | ||
|
||
import javax.net.ssl.SSLException; | ||
|
||
|
Oops, something went wrong.