You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Removed the adoptopenjdk recipe, please use the `adoptopenjdk_install` resource instead.
196
192
- Increased the minimum Chef requirement to Chef 15 to use the archive resource.
197
193
- Removed AdoptOpenJDK 10 testing
198
194
199
195
## 6.0.0 (2020-03-02)
200
196
201
-
## Deprecated
202
-
203
197
- The resource alias `java_ark` has been deprecated in favour of `java_oracle_install`
204
198
205
199
## 5.0.0 (2020-02-21)
206
200
207
-
### Added
208
-
209
-
### Changed
210
-
211
201
- Fixed java_certificate regex where it checks if cert exists in cacert file.
212
202
- Make Homebrew Cask name an attribute to allow for other options (ex: adoptopenjdk)
213
203
- Switch homebrew tap to homebrew/cask-versions
214
204
- Make builds parallel
215
205
- Updates package name and link changes for adoptopenjdk
216
206
- Migrated testing to github actions
217
-
218
-
### Deprecated
219
-
220
-
### Removed
221
-
222
207
- Removes openjdk-6
223
208
- Removes openjdk-7 for Ubuntu 16.04
224
209
- Removes openjdk-11 for Ubuntu
@@ -589,19 +574,13 @@ Refactor the cookbook to better support wrapper cookbooks and other cookbook aut
589
574
590
575
## v1.17.4
591
576
592
-
### Bug
593
-
594
577
-**[#111](https://github.com/socrata-cookbooks/java/pull/111)** - Fix alternatives for centos
595
578
596
-
### Improvement
597
-
598
579
-**[COOK-4165](https://tickets.opscode.com/browse/COOK-4165)** - Replace curl with remote_file with cookie header
599
580
-**[#110](https://github.com/socrata-cookbooks/java/pull/110)** - Update openjdk to use the alternatives resource
600
581
601
582
## v1.17.2
602
583
603
-
### Bug
604
-
605
584
-**[COOK-4136](https://tickets.opscode.com/browse/COOK-4136)** - Add md5 parameter to java_ark resource
606
585
607
586
## v1.17.0
@@ -617,28 +596,20 @@ Refactor the cookbook to better support wrapper cookbooks and other cookbook aut
617
596
618
597
## v1.16.4
619
598
620
-
### Bug
621
-
622
599
-**[#103](https://github.com/socrata/java/pull/103)** - set alternatives when using ibm_tar recipe
623
600
-**[#104](https://github.com/socrata/java/pull/104)** - Specify windows attributes in attribute files
624
601
625
602
## v1.16.2
626
603
627
-
### Improvement
628
-
629
604
-**[COOK-3488](https://tickets.opscode.com/browse/COOK-3488)** - set alternatives for ibm jdk
630
605
-**[COOK-3764](https://tickets.opscode.com/browse/COOK-3764)** - IBM Java installer needs 'rpm' package on Ubuntu
631
606
632
-
### Bug
633
-
634
607
-**[COOK-3857](https://tickets.opscode.com/browse/COOK-3857)** - do not unescape the java windows url before parsing it
635
608
-**[#95](https://github.com/socrata/java/pull/95)** - fixes update-alternatives for openjdk installs
636
609
-**[#100](https://github.com/socrata/java/pull/100)** - Use escaped quotes for Windows INSTALLDIR
637
610
638
611
## v1.16.0
639
612
640
-
### Improvement
641
-
642
613
-**[COOK-3823](https://tickets.opscode.com/browse/COOK-3823)** - Upgrade to JDK 7u45-b18
643
614
644
615
## v1.15.4
@@ -651,8 +622,6 @@ Refactor the cookbook to better support wrapper cookbooks and other cookbook aut
651
622
652
623
## v1.15.0
653
624
654
-
### Bug
655
-
656
625
- Fixing version number. Accidently released at 0.15.x instead of 1.15.x
657
626
658
627
## v0.15.2
@@ -663,37 +632,27 @@ Refactor the cookbook to better support wrapper cookbooks and other cookbook aut
663
632
664
633
## v1.14.0
665
634
666
-
### Bug
667
-
668
635
-**[COOK-3704](https://tickets.opscode.com/browse/COOK-3704)** - Fix alternatives when the package is already installed
669
636
-**[COOK-3668](https://tickets.opscode.com/browse/COOK-3668)** - Fix a condition that would result in an error executing action `run` on resource 'bash[update-java-alternatives]'
670
637
-**[COOK-3569](https://tickets.opscode.com/browse/COOK-3569)** - Fix bad checksum length
671
638
-**[COOK-3541](https://tickets.opscode.com/browse/COOK-3541)** - Fix an issue where Java cookbook installs both JDK 6 and JDK 7 when JDK 7 is specified
672
639
-**[COOK-3518](https://tickets.opscode.com/browse/COOK-3518)** - Allow Windoes recipe to download from signed S3 url
673
640
-**[COOK-2996](https://tickets.opscode.com/browse/COOK-2996)** - Fix a failure on Centos 6.4 and Oracle JDK 7
674
641
675
-
### Improvement
676
-
677
642
-**[COOK-2793](https://tickets.opscode.com/browse/COOK-2793)** - Improve Windows support
678
643
679
644
## v1.13.0
680
645
681
-
### Bug
682
-
683
646
-**[COOK-3295](https://tickets.opscode.com/browse/COOK-3295)** - Add default `platform_family` option in Java helper
684
647
-**[COOK-3277](https://tickets.opscode.com/browse/COOK-3277)** - Fix support for Fedora
685
648
686
-
### Improvement
687
-
688
649
-**[COOK-3278](https://tickets.opscode.com/browse/COOK-3278)** - Upgrade to Oracle Java 7u25
689
650
-**[COOK-3029](https://tickets.opscode.com/browse/COOK-3029)** - Add Oracle RPM support
690
651
-**[COOK-2931](https://tickets.opscode.com/browse/COOK-2931)** - Add support for the platform `xenserver`
691
652
-**[COOK-2154](https://tickets.opscode.com/browse/COOK-2154)** - Add SmartOS support
692
653
693
654
## v1.12.0
694
655
695
-
### Improvement
696
-
697
656
-[COOK-2154]: Add SmartOS support to java::openjdk recipe
698
657
-[COOK-3278]: upgrade to Oracle Java 7u25
699
658
-[COOK-2931]: Adding support for the platform 'xenserver' (for installations of java in DOM0)
Copy file name to clipboardExpand all lines: documentation/resources/alternatives.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
-
[back to resource list](https://github.com/sous-chefs/java#resources)
2
1
3
2
# java_alternatives
4
3
4
+
[back to resource list](https://github.com/sous-chefs/java#resources)
5
+
5
6
The `java_alternatives` resource uses `update-alternatives` command to set and unset command alternatives for various Java tools such as java, javac, etc.
0 commit comments