<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    <br>
    <br>
    <div class="moz-cite-prefix">On 12/07/2022 10:23, George Adams
      wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:VI1PR83MB03988BC744FDDB2ABC343EF088869@VI1PR83MB0398.EURPRD83.prod.outlook.com">
      
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style>@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}@font-face
        {font-family:Menlo;
        panose-1:2 11 6 9 3 8 4 2 2 4;}p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:10.0pt;
        font-family:"Calibri",sans-serif;}a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}span.EmailStyle19
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Courier New";}.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}div.WordSection1
        {page:WordSection1;}</style>
      <div class="WordSection1">
        <p class="MsoNormal"><span style="font-size:11.0pt;mso-fareast-language:EN-US">H David,<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="font-size:11.0pt;mso-fareast-language:EN-US"><o:p> </o:p></span></p>
        <pre><span style="font-size:11.0pt;font-family:"Calibri",sans-serif;mso-fareast-language:EN-US">The key difference is that we wouldn’t nee to keep updating the full version number/checksum. We could ofcourse use the <a href="https://github.com/oracle-actions/setup-java" moz-do-not-send="true">oracle-actions/setup-java</a> and do something like this:

</span><span style="font-family:Menlo;color:#24292F">  - name: 'Set up latest Oracle JDK 18'<o:p></o:p></span></pre>
        <p class="MsoNormal"><span style="font-family:Menlo;color:#24292F">    uses:
            oracle-actions/setup-java@v1<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="font-family:Menlo;color:#24292F">    with:<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="font-family:Menlo;color:#24292F">      website:
            oracle.com<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="font-family:Menlo;color:#24292F">      release: 18<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="font-size:11.0pt;mso-fareast-language:EN-US"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span style="font-size:11.0pt;mso-fareast-language:EN-US">I’m more
            than happy to leave the codebase as it is but I don’t like
            the way that we have to keep updating the version
            number/checksum.<o:p></o:p></span></p>
        <br>
      </div>
    </blockquote>
    Bumping the version of the boot JDK is something that happens during
    every release, usually soon after the GA of the previous release. I
    don't think you can avoid that.<br>
    <br>
    -Alan<br>
  </body>
</html>