@platforma-open/milaboratories.runenv-java-corretto
v1.1.5
Published
Amazon Corretto software package for Platforma Backend
Downloads
239
Readme
Corretto run environment for Platforma Backend
This package is the catalogue of all supported versions of 'corretto' run environment.
Unlike most other software packages, it keeps software descriptors for all corretto versions published earlier.
As we do not maintain/build our own java, the version of this package is not bound to any specific version of amazon corretto distribution, but newer corretto version publications produce newer software descriptors in this package.
How to release new version of corretto run environment
- Update
package.json
:- Add new entrypoint for fresh version of java.
- Change version of java built by default in CI (
pkg:build
andpublish:packages
scripts).
- Run build script to check packages and descriptors are built normally
npm run pkg:build
- Commit new descriptor generated in
dist
directory. - Bump
<minor>
version part inpackage.json
.