Bumping versions

This commit is contained in:
buildmaster
2021-04-19 22:36:29 +00:00
parent 3f0d1d4c72
commit 2c3d0f1079
4 changed files with 13 additions and 13 deletions

View File

@@ -35,7 +35,7 @@ can use the `DiscoveryClient` directly or via a `LoadBalancerClient`.
== Building
:jdkversion: 1.7
:jdkversion: 1.8
=== Basic Compile and Test

View File

@@ -1,16 +1,16 @@
|===
|Name | Default | Description
|spring.cloud.cloudfoundry.discovery.default-server-port | 80 | Port to use when no port is defined by ribbon.
|spring.cloud.cloudfoundry.discovery.enabled | true | Flag to indicate that discovery is enabled.
|spring.cloud.cloudfoundry.discovery.heartbeat-frequency | 5000 | Frequency in milliseconds of poll for heart beat. The client will poll on this frequency and broadcast a list of service ids.
|spring.cloud.cloudfoundry.discovery.internal-domain | apps.internal | Default internal domain when configured to use Native DNS service discovery.
|spring.cloud.cloudfoundry.discovery.order | 0 | Order of the discovery client used by `CompositeDiscoveryClient` for sorting available clients.
|spring.cloud.cloudfoundry.discovery.use-container-ip | false | Whether to resolve hostname when BOSH DNS is used. In order to use this feature, spring.cloud.cloudfoundry.discovery.use-dns must be true.
|spring.cloud.cloudfoundry.discovery.use-dns | false | Whether to use BOSH DNS for the discovery. In order to use this feature, your Cloud Foundry installation must support Service Discovery.
|spring.cloud.cloudfoundry.discovery.default-server-port | `80` | Port to use when no port is defined by ribbon.
|spring.cloud.cloudfoundry.discovery.enabled | `true` | Flag to indicate that discovery is enabled.
|spring.cloud.cloudfoundry.discovery.heartbeat-frequency | `5000` | Frequency in milliseconds of poll for heart beat. The client will poll on this frequency and broadcast a list of service ids.
|spring.cloud.cloudfoundry.discovery.internal-domain | `apps.internal` | Default internal domain when configured to use Native DNS service discovery.
|spring.cloud.cloudfoundry.discovery.order | `0` | Order of the discovery client used by `CompositeDiscoveryClient` for sorting available clients.
|spring.cloud.cloudfoundry.discovery.use-container-ip | `false` | Whether to resolve hostname when BOSH DNS is used. In order to use this feature, spring.cloud.cloudfoundry.discovery.use-dns must be true.
|spring.cloud.cloudfoundry.discovery.use-dns | `false` | Whether to use BOSH DNS for the discovery. In order to use this feature, your Cloud Foundry installation must support Service Discovery.
|spring.cloud.cloudfoundry.org | | Organization name to initially target.
|spring.cloud.cloudfoundry.password | | Password for user to authenticate and obtain token.
|spring.cloud.cloudfoundry.skip-ssl-validation | false |
|spring.cloud.cloudfoundry.skip-ssl-validation | `false` |
|spring.cloud.cloudfoundry.space | | Space name to initially target.
|spring.cloud.cloudfoundry.url | | URL of Cloud Foundry API (Cloud Controller).
|spring.cloud.cloudfoundry.username | | Username to authenticate (usually an email address).

View File

@@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.3.2.BUILD-SNAPSHOT</version>
<version>2.3.3.RELEASE</version>
<relativePath/>
</parent>
@@ -19,8 +19,8 @@
<cf-java-client.version>3.25.0.RELEASE</cf-java-client.version>
<bintray.package>cloudfoundry</bintray.package>
<main.basedir>${basedir}</main.basedir>
<spring-cloud-netflix.version>2.2.5.BUILD-SNAPSHOT</spring-cloud-netflix.version>
<spring-cloud-commons.version>2.2.5.BUILD-SNAPSHOT</spring-cloud-commons.version>
<spring-cloud-netflix.version>2.2.8.BUILD-SNAPSHOT</spring-cloud-netflix.version>
<spring-cloud-commons.version>2.2.8.BUILD-SNAPSHOT</spring-cloud-commons.version>
</properties>
<scm>

View File

@@ -6,7 +6,7 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>2.3.2.BUILD-SNAPSHOT</version>
<version>2.3.3.RELEASE</version>
<relativePath/>
</parent>
<artifactId>spring-cloud-cloudfoundry-dependencies</artifactId>