Skip to content

Commit

Permalink
Merge pull request #615 from cloudfoundry/wlp_24.0.0.8
Browse files Browse the repository at this point in the history
Updates for WebSphere Liberty 24.0.0.8
  • Loading branch information
kevin-ortega authored Aug 14, 2024
2 parents 674e6a1 + b100a12 commit 0466e56
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ bundle install --gemfile Gemfile.rubymine-debug
[tuning options]: docs/tuning.md
[java main push]: docs/java-main.md

[Liberty-License]: https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/24.0.0.7/lafiles/runtime/en.html
[Liberty-License]: https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/24.0.0.8/lafiles/runtime/en.html
[JVM-License]: http://www14.software.ibm.com/cgi-bin/weblap/lap.pl?la_formnum=&li_formnum=L-SMKR-AVSEUH&title=IBM%AE+SDK%2C+Java%99+Technology+Edition%2C+Version+8.0&l=en
[manifest documentation]: http://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
| The pushed server is incorrectly packaged. Use the command 'server package --include=usr' to package a server. | The pushed server contains binaries which are not allowed. | Package the server without the binaries. To do this, use the server package command with the '--include=usr' option. |
| You have not accepted the IBM Liberty License. | To use the Liberty buildpack you are required to read the Licenses for Liberty Profile and IBM JVM.| <br>Visit the following uri: <br>IBM [Liberty-License][] and the current IBM [JVM-License][].<br>Extract the license number (D/N:) and place it inside your manifest file as a ENV property e.g. <code><br>ENV: <br> IBM_LIBERTY_LICENSE: {License Number}.</code> |

[Liberty-License]: https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/24.0.0.7/lafiles/runtime/en.html
[Liberty-License]: https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/downloads/wlp/24.0.0.8/lafiles/runtime/en.html
[JVM-License]: http://www14.software.ibm.com/cgi-bin/weblap/lap.pl?la_formnum=&li_formnum=L-PMAA-A3Z8P2&title=IBM%AE+SDK%2C+Java%99+Technology+Edition%2C+Version+8.0&l=en
2 changes: 1 addition & 1 deletion spec/bin/compile_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
end

before(:each) do
ENV.update('IBM_JVM_LICENSE' => 'L-SMKR-AVSEUH', 'IBM_LIBERTY_LICENSE' => 'L-VCFC-5C9WBV', 'USER_AGENT' => 'RSpec-Test')
ENV.update('IBM_JVM_LICENSE' => 'L-SMKR-AVSEUH', 'IBM_LIBERTY_LICENSE' => 'L-YKBM-6E33NM', 'USER_AGENT' => 'RSpec-Test')
end

after(:each) do
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/env/IBM_LIBERTY_LICENSE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
L-VCFC-5C9WBV
L-YKBM-6E33NM

0 comments on commit 0466e56

Please sign in to comment.