Skip to content

Commit 7bb0534

Browse files
compiles fine
1 parent af92cf8 commit 7bb0534

File tree

29 files changed

+4
-377
lines changed

29 files changed

+4
-377
lines changed

.DS_Store

-8 KB
Binary file not shown.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ bin/
88
.settings/
99
.factorypath
1010
.gradle
11-
.history/
11+
.history/
12+
*.iml

ci/tcp-routes.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,3 @@
2525
path: /product-properties/.cloud_controller.default_quota_memory_limit_mb
2626
value:
2727
value: ((DEFAULT_QUOTA_MEM_MB))
28-
- type: replace
29-
path: /resource-config/compute/instances
30-
value: 4
31-
- type: replace
32-
path: /resource-config/compute/instance_type/id
33-
value: "2xlarge.mem"

cloudfoundry-client-reactor/cloudfoundry-client-reactor.iml

Lines changed: 0 additions & 121 deletions
This file was deleted.

cloudfoundry-client/cloudfoundry-client.iml

Lines changed: 0 additions & 6 deletions
This file was deleted.

cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/applications/_ApplicationEntity.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ abstract class _ApplicationEntity extends AbstractApplicationEntity {
5858
@Nullable
5959
abstract String getEventsUrl();
6060

61-
@JsonProperty("log_rate_limit")
62-
@Nullable
63-
abstract String getLogRateLimit();
64-
6561
/**
6662
* The package state
6763
*/

cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/applications/_ApplicationInstanceInfo.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ abstract class _ApplicationInstanceInfo {
5656
@Nullable
5757
abstract Integer getDebugPort();
5858

59-
@JsonProperty("routable")
60-
@Nullable
61-
abstract Boolean getRoutable();
62-
6359
/**
6460
* The details
6561
*/

cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/applications/_InstanceStatistics.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ abstract class _InstanceStatistics {
4646
@Nullable
4747
abstract Statistics getStatistics();
4848

49-
@JsonProperty("routable")
50-
@Nullable
51-
abstract Boolean getLogRate();
5249
/**
5350
* Routable
5451
*/

cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/applications/_Statistics.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ abstract class _Statistics {
3434
@Nullable
3535
abstract Long getDiskQuota();
3636

37-
@JsonProperty("log_rate_limit")
38-
@Nullable
39-
abstract String getLogRateLimit();
40-
4137
/**
4238
* The application file descriptor quota
4339
*/

cloudfoundry-client/src/main/java/org/cloudfoundry/client/v2/applications/_SummaryApplicationResponse.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ abstract class _SummaryApplicationResponse extends AbstractApplicationEntity {
4040
@Nullable
4141
abstract List<Domain> getAvailableDomains();
4242

43-
@JsonProperty("log_rate_limit")
44-
@Nullable
45-
abstract String getLogRate();
4643
/**
4744
* The detected buildpack
4845
*/

0 commit comments

Comments
 (0)