Skip to content

Commit c3c204c

Browse files
committed
Test application documentation link
Previously there was no link from the java-buildpack documentation to the Java Test Application documentation. This made discovery difficult. This change adds that link. [#51721311]
1 parent 1fcf36f commit c3c204c

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The `java-buildpack` is a [Cloud Foundry][cf] buildpack for running Java applica
2222
* [Caches](#util-caches)
2323
* [Repositories](#util-repositories)
2424
* [Repository Builders](#util-repository-builders)
25+
* [Test Applications](#util-test-applications)
2526

2627
---
2728

@@ -423,7 +424,7 @@ In addition to declaring a specific versions to use, you can also specify a boun
423424
| `1.7.0_+` | Selects the greatest available version less than `1.7.1`. Use this syntax to stay up to date with the latest security releases in a particular version.
424425

425426

426-
<a name='util-repository-builder'></a>
427+
<a name='util-repository-builders'></a>
427428
## Repository Builders
428429

429430
The repositories that are currently referenced by the buildpack are easily replicated. Simple scripts are used to populate the repositories in an automated fashion.
@@ -432,3 +433,10 @@ The repositories that are currently referenced by the buildpack are easily repli
432433
| --------- | -------
433434
| `openjdk` | <https://github.com/cloudfoundry/builder-openjdk>
434435
| `tomcat` | <https://github.com/cloudfoundry/builder-tomcat>
436+
437+
<a name='util-test-applications'></a>
438+
## Test Applications
439+
440+
Simple test applications for various Java application types are provided in the [`java-test-applications`][java_test_applications] respository. These are not intended to cover all code-paths. Instead these are constantly changing representations of 'typical' applications.
441+
442+
[java_test_applications]: https://github.com/cloudfoundry/java-test-applications

0 commit comments

Comments
 (0)