Skip to content

Releases: sous-chefs/java

v1.15.4

04 Nov 21:11
Compare
Choose a tag to compare

[COOK-4210] - remove unneeded run_command to prevent zombie processes

v1.15.2

04 Nov 21:09
Compare
Choose a tag to compare

[CHEF-4210] remove unneeded run_command to prevent zombie processes

v1.15.0

01 Nov 13:21
Compare
Choose a tag to compare

Bug

  • Fixing version number. Accidently released at 0.15.x instead of 1.15.x

v0.15.2

31 Oct 13:51
Compare
Choose a tag to compare

FIX

  • [COOK-3908] - Fixing JAVA_HOME on Ubuntu 10.04

v1.14.0

08 Oct 03:03
Compare
Choose a tag to compare

Bug

  • COOK-3704 - Fix alternatives when the package is already installed
  • COOK-3668 - Fix a condition that would result in an error executing action run on resource 'bash[update-java-alternatives]'
  • COOK-3569 - Fix bad checksum length
  • COOK-3541 - Fix an issue where Java cookbook installs both JDK 6 and JDK 7 when JDK 7 is specified
  • COOK-3518 - Allow Windoes recipe to download from signed S3 url
  • COOK-2996 - Fix a failure on Centos 6.4 and Oracle JDK 7

Improvement