Filip Pytloun | 7fcfbdf | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 1 | ==== |
| 2 | Java |
| 3 | ==== |
| 4 | |
| 5 | Programming language environment. |
| 6 | |
| 7 | Sample pillars |
| 8 | ============== |
| 9 | |
Martin Polreich | 4e10d87 | 2018-01-10 12:01:41 +0100 | [diff] [blame] | 10 | OpenJDK 8 environment with development libs |
Filip Pytloun | 7fcfbdf | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 11 | |
| 12 | .. code-block:: yaml |
| 13 | |
| 14 | java: |
| 15 | environment: |
| 16 | enabled: true |
Martin Polreich | 4e10d87 | 2018-01-10 12:01:41 +0100 | [diff] [blame] | 17 | version: '8' |
Filip Pytloun | 7fcfbdf | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 18 | platform: openjdk |
| 19 | development: true |
| 20 | |
Martin Polreich | 4e10d87 | 2018-01-10 12:01:41 +0100 | [diff] [blame] | 21 | Oracle JAVA JDK 8 |
Filip Pytloun | 7fcfbdf | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 22 | |
| 23 | .. code-block:: yaml |
| 24 | |
| 25 | java: |
| 26 | environment: |
| 27 | enabled: true |
Martin Polreich | 4e10d87 | 2018-01-10 12:01:41 +0100 | [diff] [blame] | 28 | version: '8' |
| 29 | platform: oracle-java |
| 30 | development: true |
| 31 | |
| 32 | Oracle JAVA JDK 9 |
| 33 | |
| 34 | .. code-block:: yaml |
| 35 | |
| 36 | java: |
| 37 | environment: |
| 38 | enabled: true |
| 39 | version: '9' |
| 40 | release: '0.1' |
| 41 | build: '11' |
Filip Pytloun | 7fcfbdf | 2015-10-06 16:28:32 +0200 | [diff] [blame] | 42 | platform: oracle-java |
| 43 | development: true |
| 44 | |
| 45 | Read more |
| 46 | ========= |
| 47 | |
| 48 | * http://openjdk.java.net/install/ |
| 49 | * http://www.wikihow.com/Install-Oracle-Java-on-Ubuntu-Linux |
| 50 | * https://github.com/saltstack-formulas/sun-java-formula |
| 51 | * https://www.digitalocean.com/community/articles/how-to-install-java-on-ubuntu-with-apt-get |
| 52 | * https://github.com/saltstack-formulas/sun-java-formula |
| 53 | * https://github.com/saltstack-formulas/java-formula |
Filip Pytloun | f457c24 | 2017-02-02 13:02:03 +0100 | [diff] [blame] | 54 | |
| 55 | Documentation and Bugs |
| 56 | ====================== |
| 57 | |
| 58 | To learn how to install and update salt-formulas, consult the documentation |
| 59 | available online at: |
| 60 | |
| 61 | http://salt-formulas.readthedocs.io/ |
| 62 | |
| 63 | In the unfortunate event that bugs are discovered, they should be reported to |
| 64 | the appropriate issue tracker. Use Github issue tracker for specific salt |
| 65 | formula: |
| 66 | |
| 67 | https://github.com/salt-formulas/salt-formula-java/issues |
| 68 | |
| 69 | For feature requests, bug reports or blueprints affecting entire ecosystem, |
| 70 | use Launchpad salt-formulas project: |
| 71 | |
| 72 | https://launchpad.net/salt-formulas |
| 73 | |
| 74 | You can also join salt-formulas-users team and subscribe to mailing list: |
| 75 | |
| 76 | https://launchpad.net/~salt-formulas-users |
| 77 | |
| 78 | Developers wishing to work on the salt-formulas projects should always base |
| 79 | their work on master branch and submit pull request against specific formula. |
| 80 | |
| 81 | https://github.com/salt-formulas/salt-formula-java |
| 82 | |
| 83 | Any questions or feedback is always welcome so feel free to join our IRC |
| 84 | channel: |
| 85 | |
| 86 | #salt-formulas @ irc.freenode.net |