blob: c03f7ebdc6ce8c06e50350fc9f902deffb7a4d4f [file] [log] [blame]
Filip Pytloun7fcfbdf2015-10-06 16:28:32 +02001====
2Java
3====
4
5Programming language environment.
6
7Sample pillars
8==============
9
Martin Polreich4e10d872018-01-10 12:01:41 +010010OpenJDK 8 environment with development libs
Filip Pytloun7fcfbdf2015-10-06 16:28:32 +020011
12.. code-block:: yaml
13
14 java:
15 environment:
16 enabled: true
Martin Polreich4e10d872018-01-10 12:01:41 +010017 version: '8'
Filip Pytloun7fcfbdf2015-10-06 16:28:32 +020018 platform: openjdk
19 development: true
20
Martin Polreicha3691cf2018-04-18 11:22:07 +020021OpenJDK 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 Polreich4e10d872018-01-10 12:01:41 +010037Oracle JAVA JDK 8
Filip Pytloun7fcfbdf2015-10-06 16:28:32 +020038
39.. code-block:: yaml
40
41 java:
42 environment:
43 enabled: true
Martin Polreich4e10d872018-01-10 12:01:41 +010044 version: '8'
45 platform: oracle-java
46 development: true
47
Martin Polreicha3691cf2018-04-18 11:22:07 +020048Oracle JAVA JDK 10
Martin Polreich4e10d872018-01-10 12:01:41 +010049
50.. code-block:: yaml
51
52 java:
53 environment:
54 enabled: true
Martin Polreicha3691cf2018-04-18 11:22:07 +020055 version: '10'
Martin Polreich4e10d872018-01-10 12:01:41 +010056 release: '0.1'
Martin Polreicha3691cf2018-04-18 11:22:07 +020057 build: '10'
58 oracle_hash: 'fb4372174a714e6b8c52526dc134031e'
Filip Pytloun7fcfbdf2015-10-06 16:28:32 +020059 platform: oracle-java
60 development: true
61
62Read 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 Pytlounf457c242017-02-02 13:02:03 +010071
72Documentation and Bugs
73======================
74
75To learn how to install and update salt-formulas, consult the documentation
76available online at:
77
78 http://salt-formulas.readthedocs.io/
79
80In the unfortunate event that bugs are discovered, they should be reported to
81the appropriate issue tracker. Use Github issue tracker for specific salt
82formula:
83
84 https://github.com/salt-formulas/salt-formula-java/issues
85
86For feature requests, bug reports or blueprints affecting entire ecosystem,
87use Launchpad salt-formulas project:
88
89 https://launchpad.net/salt-formulas
90
91You can also join salt-formulas-users team and subscribe to mailing list:
92
93 https://launchpad.net/~salt-formulas-users
94
95Developers wishing to work on the salt-formulas projects should always base
96their work on master branch and submit pull request against specific formula.
97
98 https://github.com/salt-formulas/salt-formula-java
99
100Any questions or feedback is always welcome so feel free to join our IRC
101channel:
102
103 #salt-formulas @ irc.freenode.net