Releases: cloudfoundry/java-buildpack
Java Buildpack v3.1
I'm pleased to announce the release of the java-buildpack
, version 3.1
. This release was focused on new monitoring frameworks and the Memory Calculator. The Memory Calculator removes the need to restage an application after scaling it's allocated memory. It has the following highlights:
- Dynatrace monitoring framework support. (via Stu Charlton)
- Introscope monitoring framework support.
- Memory calculator (via Mike Youngstrom, df007)
- Improved tar downloader (via Claude Devarenne)
- Improved OS detection (via Christopher Umbel)
For a more detailed look at the changes in 3.1
, please take a look at the commit log. Packaged versions of the buildpack, suitable for use with create-buildpack
and update-buildpack
, can be found attached to this release.
Packaged Dependencies
Dependency | Version |
---|---|
AppDynamics Agent | 4.0.7_0 |
GemFire | 8.0.0 |
GemFire Modules | 8.0.0.1 |
GemFire Modules Tomcat7 | 8.0.0.1 |
GemFire Security | 8.0.0 |
Groovy | 2.4.3 |
JRebel | 6.2.1 |
MariaDB JDBC | 1.1.9 |
Memory Calculator (centos6 ) |
1.1.1.RELEASE |
Memory Calculator (lucid ) |
1.1.1.RELEASE |
Memory Calculator (mountainlion ) |
1.1.1.RELEASE |
Memory Calculator (precise ) |
1.1.1.RELEASE |
Memory Calculator (trusty ) |
1.1.1.RELEASE |
New Relic Agent | 3.17.0 |
OpenJDK JRE (centos6 ) |
1.8.0_45 |
OpenJDK JRE (lucid ) |
1.8.0_45 |
OpenJDK JRE (mountainlion ) |
1.8.0_45 |
OpenJDK JRE (precise ) |
1.8.0_45 |
OpenJDK JRE (trusty ) |
1.8.0_45 |
Play Framework JPA Plugin | 1.7.0.RELEASE |
PostgreSQL JDBC | 9.4.1201 |
RedisStore | 1.2.0_RELEASE |
SLF4J API | 1.5.8 |
SLF4J JDK14 | 1.5.8 |
Spring Auto-reconfiguration | 1.7.0_RELEASE |
Spring Boot CLI | 1.2.4_RELEASE |
Tomcat Access Logging Support | 2.4.0_RELEASE |
Tomcat Lifecycle Support | 2.4.0_RELEASE |
Tomcat Logging Support | 2.4.0_RELEASE |
Tomcat | 8.0.23 |
Java Buildpack v3.0
I'm pleased to announce the release of the java-buildpack
, version 3.0
. This release was focused on user configuration via environment variables, to reduce the need for forking the buildpack to make minor changes. It has the following highlights:
- User configuration via environment variables (via Mike Youngstrom, Noburou Taniguchi, Guillaume Berche)
- Expanded AppDynamics configuration (via Mike Youngstrom)
- Documentation updates (via Robbie Clutton, Mohammad Asif Siddiqui)
For a more detailed look at the changes in 3.0
, please take a look at the commit log. Packaged versions of the buildpack, suitable for use with create-buildpack
and update-buildpack
, can be found attached to this release.
Packaged Dependencies
Dependency | Version |
---|---|
AppDynamics Agent | 4.0.3_0 |
GemFire | 8.0.0 |
GemFire Modules | 8.0.0.1 |
GemFire Modules Tomcat7 | 8.0.0.1 |
GemFire Security | 8.0.0 |
Groovy | 2.4.3 |
JRebel | 6.0.3 |
MariaDB JDBC | 1.1.8 |
New Relic Agent | 3.15.0 |
OpenJDK JRE (centos6 ) |
1.8.0_40 |
OpenJDK JRE (lucid ) |
1.8.0_40 |
OpenJDK JRE (mountainlion ) |
1.8.0_40 |
OpenJDK JRE (precise ) |
1.8.0_40 |
OpenJDK JRE (trusty ) |
1.8.0_40 |
Play Framework JPA Plugin | 1.7.0.RELEASE |
PostgreSQL JDBC | 9.4.1201 |
RedisStore | 1.2.0_RELEASE |
SLF4J API | 1.5.8 |
SLF4J JDK14 | 1.5.8 |
Spring Auto-reconfiguration | 1.7.0_RELEASE |
Spring Boot CLI | 1.2.3_RELEASE |
Tomcat Access Logging Support | 2.4.0_RELEASE |
Tomcat Lifecycle Support | 2.4.0_RELEASE |
Tomcat Logging Support | 2.4.0_RELEASE |
Tomcat | 8.0.21 |
Java Buildpack v2.7.1
I'm less than pleased to announce the release of the java-buildpack
, version 2.7.1
. This release properly creates the offline packages that were incorrectly built in version 2.7
and has no other changes.
For a more detailed look at the changes in 2.7.1
, please take a look at the commit log. Packaged versions of the buildpack, suitable for use with create-buildpack
and update-buildpack
, can be found attached to this release.
Packaged Dependencies
Dependency | Version |
---|---|
AppDynamics Agent | 4.0.1_0 |
GemFire | 8.0.0 |
GemFire Modules | 8.0.0.1 |
GemFire Modules Tomcat7 | 8.0.0.1 |
GemFire Security | 8.0.0 |
Groovy | 2.4.1 |
JRebel | 6.0.3 |
MariaDB JDBC | 1.1.8 |
New Relic Agent | 3.14.0 |
OpenJDK JRE (centos6 ) |
1.8.0_40 |
OpenJDK JRE (lucid ) |
1.8.0_40 |
OpenJDK JRE (mountainlion ) |
1.8.0_40 |
OpenJDK JRE (precise ) |
1.8.0_40 |
OpenJDK JRE (trusty ) |
1.8.0_40 |
Play Framework JPA Plugin | 1.7.0.RELEASE |
PostgreSQL JDBC | 9.4.1201 |
RedisStore | 1.2.0_RELEASE |
SLF4J API | 1.5.8 |
SLF4J JDK14 | 1.5.8 |
Spring Auto-reconfiguration | 1.7.0_RELEASE |
Spring Boot CLI | 1.2.2_RELEASE |
Tomcat Access Logging Support | 2.4.0_RELEASE |
Tomcat Lifecycle Support | 2.4.0_RELEASE |
Tomcat Logging Support | 2.4.0_RELEASE |
Tomcat | 8.0.20 |
Java Buildpack v2.7
I'm pleased to announce the release of the java-buildpack
, version 2.7
. This release was focused on GemFire and has the following highlights:
- Support for GemFire session replication.
- Better
JAVA_OPTS
escaping (via Sridhar Vennela) - Documentation updates (via Makoto Motegi, Mohammad Asif Siddiqui, and Ann Paungam)
- Windows build improvements (via Josh Ghiloni)
- JRebel support.
For a more detailed look at the changes in 2.7
, please take a look at the commit log. Packaged versions of the buildpack, suitable for use with create-buildpack
and update-buildpack
, can be found attached to this release.
Packaged Dependencies
Dependency | Version |
---|---|
AppDynamics Agent | 4.0.1_0 |
GemFire | 8.0.0 |
GemFire Modules | 8.0.0.1 |
GemFire Modules Tomcat7 | 8.0.0.1 |
GemFire Security | 8.0.0 |
Groovy | 2.4.1 |
JRebel | 6.0.3 |
MariaDB JDBC | 1.1.8 |
New Relic Agent | 3.13.0 |
OpenJDK JRE (centos6 ) |
1.8.0_31 |
OpenJDK JRE (lucid ) |
1.8.0_31 |
OpenJDK JRE (mountainlion ) |
1.8.0_31 |
OpenJDK JRE (precise ) |
1.8.0_31 |
OpenJDK JRE (trusty ) |
1.8.0_31 |
Play Framework JPA Plugin | 1.7.0.RELEASE |
PostgreSQL JDBC | 9.4.1200 |
RedisStore | 1.2.0_RELEASE |
SLF4J API | 1.5.8 |
SLF4J JDK14 | 1.5.8 |
Spring Auto-reconfiguration | 1.7.0_RELEASE |
Spring Boot CLI | 1.2.1_RELEASE |
Tomcat Access Logging Support | 2.4.0_RELEASE |
Tomcat Lifecycle Support | 2.4.0_RELEASE |
Tomcat Logging Support | 2.4.0_RELEASE |
Tomcat | 8.0.18 |
Java Buildpack v2.6.1
I'm pleased to announce the release of the java-buildpack
, version 2.6.1
. This release ensures that the dependencies contained in the offline
buildpack are up to date.
For a more detailed look at the changes in 2.6.1
, please take a look at the commit log. Packaged versions of the buildpack, suitable for use with create-buildpack
and update-buildpack
, can be found attached to this release.
Packaged Dependencies
Dependency | Version |
---|---|
AppDynamics Agent | 3.9.6_0 |
Groovy | 2.3.9 |
MariaDB JDBC | 1.1.8 |
New Relic Agent | 3.13.0 |
OpenJDK JRE (centos6 ) |
1.8.0_31 |
OpenJDK JRE (lucid ) |
1.8.0_31 |
OpenJDK JRE (mountainlion ) |
1.8.0_31 |
OpenJDK JRE (precise ) |
1.8.0_31 |
OpenJDK JRE (trusty ) |
1.8.0_31 |
Play Framework JPA Plugin | 1.6.0.RELEASE |
PostgreSQL JDBC | 9.3.1102 |
RedisStore | 1.2.0_RELEASE |
Spring Auto-reconfiguration | 1.6.0_RELEASE |
Spring Boot CLI | 1.1.9_RELEASE |
Tomcat Access Logging Support | 2.4.0_RELEASE |
Tomcat Lifecycle Support | 2.4.0_RELEASE |
Tomcat Logging Support | 2.4.0_RELEASE |
Tomcat | 8.0.18 |
Java Buildpack v2.6
I'm pleased to announce the release of the java-buildpack
, version 2.6
. This release was a basic hygiene release and has the following highlights:
- Print
OutOfMemory
diagnostics to Loggregator (via Troy Astle) - Support for custom CA certificates when download from a repository (via Dave Head-Rapson)
- Tomcat Redis Session Replication support for alternate Redis services (via Neil Aitken)
- Improved SSL Diagnostics
For a more detailed look at the changes in 2.6
, please take a look at the commit log. Packaged versions of the buildpack, suitable for use with create-buildpack
and update-buildpack
, can be found attached to this release.
Packaged Dependencies
Dependency | Version |
---|---|
AppDynamics Agent | 3.9.5_0 |
Groovy | 2.3.7 |
MariaDB JDBC | 1.1.7 |
New Relic Agent | 3.12.0 |
OpenJDK JRE (centos6 ) |
1.8.0_25 |
OpenJDK JRE (lucid ) |
1.8.0_25 |
OpenJDK JRE (mountainlion ) |
1.8.0_25 |
OpenJDK JRE (precise ) |
1.8.0_25 |
OpenJDK JRE (trusty ) |
1.8.0_25 |
Play Framework JPA Plugin | 1.5.0.RELEASE |
PostgreSQL JDBC | 9.3.1102 |
RedisStore | 1.2.0_RELEASE |
Spring Auto-reconfiguration | 1.5.0_RELEASE |
Spring Boot CLI | 1.1.9_RELEASE |
Tomcat Access Logging Support | 2.4.0_RELEASE |
Tomcat Lifecycle Support | 2.4.0_RELEASE |
Tomcat Logging Support | 2.4.0_RELEASE |
Tomcat | 8.0.15 |
Java Buildpack v2.5
I'm pleased to announce the release of the java-buildpack
, version 2.5
. This release was a long time in coming, and focuses on moving to the latest Java and Tomcat and has the following highlights:
- Improved Access Logging (via Guillaume Berche and and Kevin Kessler)
- Improved AppDynamics Integration (via Troy Astle, Max Brunsfeld, Mike Youngstrom, and Shaozhen Ding)
- New Relic on Java 8
- Secure Dependency Retrieval via HTTPS
- Java 8 as Default
- Tomcat 8 as Default (via Dave Head-Rapson)
For a more detailed look at the changes in 2.5
, please take a look at the commit log. Packaged versions of the buildpack, suitable for use with create-buildpack
and update-buildpack
, can be found attached to this release.
Packaged Dependencies
Dependency | Version |
---|---|
AppDynamics Agent | 3.9.2_1 |
Groovy | 2.3.6 |
MariaDB JDBC | 1.1.7 |
New Relic Agent | 3.10.0 |
OpenJDK JRE (centos6 ) |
1.8.0_20 |
OpenJDK JRE (lucid ) |
1.8.0_20 |
OpenJDK JRE (mountainlion ) |
1.8.0_20 |
OpenJDK JRE (precise ) |
1.8.0_20 |
OpenJDK JRE (trusty ) |
1.8.0_20 |
Play Framework JPA Plugin | 1.5.0.RELEASE |
PostgreSQL JDBC | 9.3.1102 |
RedisStore | 1.2.0_RELEASE |
Spring Auto-reconfiguration | 1.5.0_RELEASE |
Spring Boot CLI | 1.1.6_RELEASE |
Tomcat Access Logging Support | 2.3.0_RELEASE |
Tomcat Lifecycle Support | 2.3.0_RELEASE |
Tomcat Logging Support | 2.3.0_RELEASE |
Tomcat | 8.0.12 |
Java Buildpack v2.4
I'm pleased to announce the release of the java-buildpack
, version 2.4
. This release focuses on access logging in Tomcat and has the following highlights:
- Configurable Access Logging in Tomcat (via Guillaume Berche)
- Session Replication working with Pivotal Redis Service (via John McTeague)
For a more detailed look at the changes in 2.4
, please take a look at the commit log. Packaged versions of the buildpack, suitable for use with create-buildpack
and update-buildpack
, can be found attached to this release.
Packaged Dependencies
Dependency | Version |
---|---|
AppDynamics Agent | 3.7.17 |
Groovy | 2.3.3 |
MariaDB JDBC | 1.1.7 |
New Relic Agent | 3.7.2 |
OpenJDK JRE (centos6 ) |
1.7.0_60 |
OpenJDK JRE (lucid ) |
1.7.0_60 |
OpenJDK JRE (mountainlion ) |
1.7.0_60 |
OpenJDK JRE (precise ) |
1.7.0_60 |
OpenJDK JRE (trusty ) |
1.7.0_60 |
Play Framework JPA Plugin | 1.4.0.RELEASE |
PostgreSQL JDBC | 9.3.1101 |
RedisStore | 1.1.0_RELEASE |
Spring Auto-reconfiguration | 1.4.0_RELEASE |
Spring Boot CLI | 1.1.4_RELEASE |
Tomcat Access Logging Support | 2.2.0_RELEASE |
Tomcat Lifecycle Support | 2.2.0_RELEASE |
Tomcat Logging Support | 2.2.0_RELEASE |
Tomcat | 7.0.54 |
Java Buildpack v2.3
I'm pleased to announce the release of the java-buildpack
, version 2.3
. This release focuses on auto-reconfiguration and has the following highlights:
- Connections to Spring Insight in offline environments
- Disable Auto-reconfiguration explicitly
- Spring Boot 1.1.x auto-reconfiguration support
For a more detailed look at the changes in 2.3
, please take a look at the commit log. Packaged versions of the buildpack, suitable for use with create-buildpack
and update-buildpack
, can be found attached to this release.
Packaged Dependencies
Dependency | Version |
---|---|
AppDynamics Agent | 3.7.17 |
Groovy | 2.3.2 |
MariaDB JDBC | 1.1.7 |
New Relic Agent | 3.6.0 |
OpenJDK JRE (centos6 ) |
1.7.0_60 |
OpenJDK JRE (lucid ) |
1.7.0_60 |
OpenJDK JRE (mountainlion ) |
1.7.0_60 |
OpenJDK JRE (precise ) |
1.7.0_60 |
OpenJDK JRE (trusty ) |
1.7.0_60 |
Play Framework JPA Plugin | 1.4.0.RELEASE |
PostgreSQL JDBC | 9.3.1101 |
RedisStore | 1.0.0_RELEASE |
Spring Auto-reconfiguration | 1.4.0_RELEASE |
Spring Boot CLI | 1.1.1_RELEASE |
Tomcat Lifecycle Support | 2.1.0_RELEASE |
Tomcat Logging Support | 2.1.0_RELEASE |
Tomcat | 7.0.54 |
Java Buildpack v2.2
I'm pleased to announce the release of the java-buildpack
, version 2.2
. A smaller and quicker release this time (thankfully) with the following highlights:
- Credentials in repository URIs (via Shaozhen Ding)
- Groovy 2.3 support
- Auto-reconfiguration support for Servlet 3 and
distZip
style applications - Buildpack packaging on Windows (via
kjhawar
)
For a more detailed look at the changes in 2.2
, please take a look at the commit log. Packaged versions of the buildpack, suitable for use with create-buildpack
and update-buildpack
, can be found attached to this release.