[jdk11u-dev] RFR: 8316138: Add GlobalSign 2 TLS root certificates [v2]
    María Arias de Reyna 
    duke at openjdk.org
       
    Fri May 17 14:32:22 UTC 2024
    
    
  
On Fri, 17 May 2024 14:25:12 GMT, María Arias de Reyna <duke at openjdk.org> wrote:
>> test/jdk/security/infra/java/security/cert/CertPathValidator/certification/CAInterop.java line 659:
>> 
>>> 657:             case "globalsignr46" ->
>>> 658:                     new CATestURLs("https://valid.r46.roots.globalsign.com",
>>> 659:                             "https://revoked.r46.roots.globalsign.com");
>> 
>> Does this compile? Switch expressions are JDK 14+.
>
> It did compile for me... maybe I compiled it with the wrong JDK!
Sent another commit that fixed it. I compiled it with `--with-boot-jdk=` option pointing to a `openjdk 11.0.19 2023-04-18` That should have failed, right?
-------------
PR Review Comment: https://git.openjdk.org/jdk11u-dev/pull/2715#discussion_r1605107480
    
    
More information about the jdk-updates-dev
mailing list