|
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 | ### windows |
180 | 182 |
|
@@ -334,7 +336,7 @@ Only one of the following |
334 | 336 |
|
335 | 337 | ### Examples |
336 | 338 |
|
337 | | -``` |
| 339 | +```ruby |
338 | 340 | java_certificate "Install LDAP server certificate to Java CA keystore for Jenkins" do |
339 | 341 | cert_alias node['jenkins']['ldap']['url'][/\/\/(.*)/, 1] |
340 | 342 | ssl_endpoint node['jenkins']['ldap']['url'] |
@@ -429,23 +431,27 @@ suites: |
429 | 431 |
|
430 | 432 | 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. |
431 | 433 |
|
432 | | -## License and Author |
| 434 | +## Contributors |
433 | 435 |
|
434 | | -- Author: Eric Helgeson ([[email protected]](mailto:[email protected])) |
435 | | - |
| 436 | +This project exists thanks to all the people who [contribute.](https://opencollective.com/sous-chefs/contributors.svg?width=890&button=false) |
436 | 437 |
|
437 | | -Copyright: 2014-2017, Agile Orbit, LLC |
| 438 | +### Backers |
438 | 439 |
|
439 | | -``` |
440 | | -Licensed under the Apache License, Version 2.0 (the "License"); |
441 | | -you may not use this file except in compliance with the License. |
442 | | -You may obtain a copy of the License at |
| 440 | +Thank you to all our backers! |
443 | 441 |
|
444 | | - http://www.apache.org/licenses/LICENSE-2.0 |
| 442 | + |
445 | 443 |
|
446 | | -Unless required by applicable law or agreed to in writing, software |
447 | | -distributed under the License is distributed on an "AS IS" BASIS, |
448 | | -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
449 | | -See the License for the specific language governing permissions and |
450 | | -limitations under the License. |
451 | | -``` |
| 444 | +### Sponsors |
| 445 | +
|
| 446 | +Support this project by becoming a sponsor. Your logo will show up here with a link to your website. |
| 447 | +
|
| 448 | + |
| 449 | + |
| 450 | + |
| 451 | + |
| 452 | + |
| 453 | + |
| 454 | + |
| 455 | + |
| 456 | + |
| 457 | + |
0 commit comments