|
Spring Boot Choose Main Class
#spring
#springboot
#java
This is more a question for the Spring Boot team, but here's how Spring Boot applications in Cloud Foundry work. When a Spring Boot application is created, your application is put into `/BOOT-INF` and
This is more a question for the Spring Boot team, but here's how Spring Boot applications in Cloud Foundry work. When a Spring Boot application is created, your application is put into `/BOOT-INF` and
|
By
...
· #8579
·
|
|
Buildpack Cache
The Java Buildpack treats the Buildpack cache as an opaque directory. This means that there are larger system policies about whether it's cached per-cell, per-foundation, etc. but from the perspective
The Java Buildpack treats the Buildpack cache as an opaque directory. This means that there are larger system policies about whether it's cached per-cell, per-foundation, etc. but from the perspective
|
By
...
· #8074
·
|
|
Tomcat Internal Proxies with Load Balancer
#cf
At this time I'm not planning on adding support for configuring the internalProxies explicitly both because it sets a precedent that I'm not comfortable with, and that it hasn't shown to be a big issu
At this time I'm not planning on adding support for configuring the internalProxies explicitly both because it sets a precedent that I'm not comfortable with, and that it hasn't shown to be a big issu
|
By
...
· #7735
·
|
|
Java Buildpacks 3.19 and 4.3
I'm pleased to announce the release of Java Buildpacks v3.19 and v4.3. As always there are some bug fixes and a whole load of new functionality. Please see the release notes[1][2] for details about th
I'm pleased to announce the release of Java Buildpacks v3.19 and v4.3. As always there are some bug fixes and a whole load of new functionality. Please see the release notes[1][2] for details about th
|
By
...
· #7070
·
|
|
question about token management using cf client using java
Configuring the `cf-java-client.token` logger to `DEBUG` will give you detailed information about the negotiated tokens. ``` cloudfoundry-client.request POST https://login.peach.springapps.io:443/oaut
Configuring the `cf-java-client.token` logger to `DEBUG` will give you detailed information about the negotiated tokens. ``` cloudfoundry-client.request POST https://login.peach.springapps.io:443/oaut
|
By
...
· #7069
·
|
|
Maven and Gradle plugins removed from cf-java-client
Steven, The Maven and Gradle plugins were based on the 1.x line of the CF Java Client, and haven't been implemented against the 2.x line of the Java Client. The commit where you see removal is simply
Steven, The Maven and Gradle plugins were based on the 1.x line of the CF Java Client, and haven't been implemented against the 2.x line of the Java Client. The commit where you see removal is simply
|
By
...
· #6858
·
|
|
Java Buildpack 4.0
I’m pleased to announce the release of Java Buildpack 4.0. This release has been a big effort for the team over the last couple of months and is the culmination of a major focus on improving how the J
I’m pleased to announce the release of Java Buildpack 4.0. This release has been a big effort for the team over the last couple of months and is the culmination of a major focus on improving how the J
|
By
...
· #6724
·
|
|
Cloud foundy java client roles
The Java Client does not yet cover all CF APIs (we’re at abut 400 of 550 total APIs) and we have not yet added the user administration operations. If you’d like to see them moved up the priority list,
The Java Client does not yet cover all CF APIs (we’re at abut 400 of 550 total APIs) and we have not yet added the user administration operations. If you’d like to see them moved up the priority list,
|
By
...
· #6677
·
|
|
Deploying a shell script driven java application to cf
It does not. You would be required to provide your own JRE and ensure that your application knows where it resides. -Ben Hale Cloud Foundry Java Experience
It does not. You would be required to provide your own JRE and ensure that your application knows where it resides. -Ben Hale Cloud Foundry Java Experience
|
By
...
· #6563
·
|
|
Java buildpack
The fundamental answer is timing. There is a very vocal contingent of users that dislikes how long it takes to stage applications. Today a typical Spring Boot staging takes well less than a minute[1]
The fundamental answer is timing. There is a very vocal contingent of users that dislikes how long it takes to stage applications. Today a typical Spring Boot staging takes well less than a minute[1]
|
By
...
· #6536
·
|
|
CF Java Client
The documentation you are referring to relates to Java Client 1.x. The `master` branch contains Java Client 2.x, and its best documentation currently exists in the README[1]. If you wish to continue u
The documentation you are referring to relates to Java Client 1.x. The `master` branch contains Java Client 2.x, and its best documentation currently exists in the README[1]. If you wish to continue u
|
By
...
· #6311
·
|
|
Custom Java build pack with C Shared Object
Depending on how widely the native library is used, you probably don’t need to fork the buildpack to accomplish what you are looking to do. In general, libraries can be packaged within JAR files (I’d
Depending on how widely the native library is used, you probably don’t need to fork the buildpack to accomplish what you are looking to do. In general, libraries can be packaged within JAR files (I’d
|
By
...
· #6241
·
|
|
JavaBuildpack versioned external configuration
The environment variable configuration is a “flow” style[1] YAML representation of the configuration file[2] being configured. If you review the documentation for the Tomcat configuration[3], you’ll s
The environment variable configuration is a “flow” style[1] YAML representation of the configuration file[2] being configured. If you review the documentation for the Tomcat configuration[3], you’ll s
|
By
...
· #5788
·
|
|
Cloud Foundry Java Client 2.0.0.RELEASE
I'm immensely pleased to announce Cloud Foundry Java Client `2.0.0.RELEASE`! This release is the culmination of 54 weeks of work, encompassing 10 milestones, two release candidates, and 2,344 commits[
I'm immensely pleased to announce Cloud Foundry Java Client `2.0.0.RELEASE`! This release is the culmination of 54 weeks of work, encompassing 10 milestones, two release candidates, and 2,344 commits[
|
By
...
· #5575
·
|
|
Java Buildpack v3.7.1
I'm pleased to announce the release of the java-buildpack, version 3.7.1. This release is a dependency update highlighted by the availability of JREs with JCE Unlimited Strength encryption. * OpenJDK
I'm pleased to announce the release of the java-buildpack, version 3.7.1. This release is a dependency update highlighted by the availability of JREs with JCE Unlimited Strength encryption. * OpenJDK
|
By
...
· #4884
·
|
|
HTTP request status text is changed
I’m unsure why this is, although I haven’t been able to deploy the docker image you’ve created yet. I’m still attempting to get the image to start on a CF instance for validation and diagnostics. -Ben
I’m unsure why this is, although I haven’t been able to deploy the docker image you’ve created yet. I’m still attempting to get the image to start on a CF instance for validation and diagnostics. -Ben
|
By
...
· #4857
·
|
|
HTTP request status text is changed
As I mentioned earlier, the difference in behavior is down to the command that is being run when the application is pushed to Cloud Foundry. When you push your WAR to CloudFoundry, it is being run in
As I mentioned earlier, the difference in behavior is down to the command that is being run when the application is pushed to Cloud Foundry. When you push your WAR to CloudFoundry, it is being run in
|
By
...
· #4854
·
|
|
HTTP request status text is changed
The Java Buildpack creates a very complex command to start applications (since it needs to manage the JVM’s memory space within the container’s memory space). Therefore, it detects standard artifact t
The Java Buildpack creates a very complex command to start applications (since it needs to manage the JVM’s memory space within the container’s memory space). Therefore, it detects standard artifact t
|
By
...
· #4780
·
|
|
Java Buildpack v3.7
I'm pleased to announce the release of the java-buildpack, version 3.7. This release contains the addition of a number of frameworks and updates to the dependencies. * Container Certificate Trust Stor
I'm pleased to announce the release of the java-buildpack, version 3.7. This release contains the addition of a number of frameworks and updates to the dependencies. * Container Certificate Trust Stor
|
By
...
· #4675
·
|
|
Announcing the Cloud Foundry Java Client 2.0.0.M1
In fact, the plan is currently to include both of those APIs. You can see the UAA is prioritized[1] and the DopplerClient is already[2] being worked. There will be a single API library and a single im
In fact, the plan is currently to include both of those APIs. You can see the UAA is prioritized[1] and the DopplerClient is already[2] being worked. There will be a single API library and a single im
|
By
...
· #4172
·
|