|
2 | 2 |
|
3 | 3 | [](https://supermarket.chef.io/cookbooks/java) |
4 | 4 | [](https://circleci.com/gh/sous-chefs/java) |
5 | | -[](https://pullreminders.com?ref=badge) |
| 5 | +[](#backers) |
| 6 | +[](#sponsors) |
| 7 | +[](https://opensource.org/licenses/Apache-2.0) |
6 | 8 |
|
7 | 9 | This cookbook installs a Java JDK/JRE. It defaults to installing OpenJDK, but it can also install Oracle, IBM JDKs or AdoptOpenJDK. |
8 | 10 |
|
@@ -174,7 +176,7 @@ While public YUM repos for Oracle Java 7 and prior are available, you need to do |
174 | 176 |
|
175 | 177 | ### adoptopenjdk |
176 | 178 |
|
177 | | -This recipe installs the `AdoptOpenJDK` flavor of Java from https://adoptopenjdk.net/. It also uses the `alternatives` system on the RHEL/Debian families to set the default Java. |
| 179 | +This recipe installs the `AdoptOpenJDK` flavor of Java from [https://adoptopenjdk.net/.](https://adoptopenjdk.net/.) It also uses the `alternatives` system on the RHEL/Debian families to set the default Java. |
178 | 180 |
|
179 | 181 | ### Amazon Corretto |
180 | 182 | This recipe installs the `Amazon Corretto` flavor of OpenJDK from https://aws.amazon.com/corretto/. It also uses the `alternatives` system on RHEL/Debian families to set the default Java. |
@@ -337,7 +339,7 @@ Only one of the following |
337 | 339 |
|
338 | 340 | ### Examples |
339 | 341 |
|
340 | | -``` |
| 342 | +```ruby |
341 | 343 | java_certificate "Install LDAP server certificate to Java CA keystore for Jenkins" do |
342 | 344 | cert_alias node['jenkins']['ldap']['url'][/\/\/(.*)/, 1] |
343 | 345 | ssl_endpoint node['jenkins']['ldap']['url'] |
@@ -432,23 +434,27 @@ suites: |
432 | 434 |
|
433 | 435 | Log into the IBM DeveloperWorks site to download a copy of the IBM Java SDK you wish to use/test, host it on an internal HTTP server, and calculate the SHA256 checksum to use in the suite. |
434 | 436 |
|
435 | | -## License and Author |
| 437 | +## Contributors |
436 | 438 |
|
437 | | -- Author: Eric Helgeson ([[email protected]](mailto:[email protected])) |
438 | | - |
| 439 | +This project exists thanks to all the people who [contribute.](https://opencollective.com/sous-chefs/contributors.svg?width=890&button=false) |
439 | 440 |
|
440 | | -Copyright: 2014-2017, Agile Orbit, LLC |
| 441 | +### Backers |
441 | 442 |
|
442 | | -``` |
443 | | -Licensed under the Apache License, Version 2.0 (the "License"); |
444 | | -you may not use this file except in compliance with the License. |
445 | | -You may obtain a copy of the License at |
| 443 | +Thank you to all our backers! |
446 | 444 |
|
447 | | - http://www.apache.org/licenses/LICENSE-2.0 |
| 445 | + |
448 | 446 |
|
449 | | -Unless required by applicable law or agreed to in writing, software |
450 | | -distributed under the License is distributed on an "AS IS" BASIS, |
451 | | -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
452 | | -See the License for the specific language governing permissions and |
453 | | -limitations under the License. |
454 | | -``` |
| 447 | +### Sponsors |
| 448 | +
|
| 449 | +Support this project by becoming a sponsor. Your logo will show up here with a link to your website. |
| 450 | +
|
| 451 | + |
| 452 | + |
| 453 | + |
| 454 | + |
| 455 | + |
| 456 | + |
| 457 | + |
| 458 | + |
| 459 | + |
| 460 | + |
0 commit comments