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