Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] Merge of 6.1 branch to master


On 2/10/21 6:27 AM, Steve Millidge (Payara) wrote:

Thanks Arjan. Great summary. So I assume we can start creating binary builds that the TCK team can take a look at?

Are we planning to run the TCK on the GlassFish Jenkins still?


 

Steve

 

From: arjan tijms <arjan.tijms@xxxxxxxxx>
Sent: 10 February 2021 11:15
To: Steve Millidge (Payara) <steve.millidge@xxxxxxxxxxx>
Cc: glassfish developer discussions <glassfish-dev@xxxxxxxxxxx>
Subject: Re: Merge of 6.1 branch to master

 

Hi,

 

Thanks! The status is as follows:

 

The PR includes the work done earlier by Fujitsu and my work where I updated the command security plugin to support JDK 11 and replaced all usages of sun.* classes that either disappeared entirely, or were made invisible.

 

I tried to replace as much as possible with public alternatives. Eg “jarsigner” moved to a public API, and “FilePolicy” could be obtained via a public API. For some other code, like PropertyExpander I had to replace it with new code of myself.

 

The code compiles, and the unit tests pass. GF starts up enough to generate the domains during the build, but beyond that no tests have been done.

 

To be done is therefore:

 

* Start GF manually and inspect logs

* Start admin console and test if it all works

* Fix the 3 CI tests:

   Cdi_all

   Quicklook full

   Quicklook web

* Run TCK and fix failures (likely fix in both TCK and GF)

 

Kind regards,

Arjan Tijms

 

 

On Wednesday, February 10, 2021, Steve Millidge (Payara) <steve.millidge@xxxxxxxxxxx> wrote:

I’ve approved the merge of Arjan’s 6.1 branch to master JDK 11 compile by arjantijms · Pull Request #23349 · eclipse-ee4j/glassfish (github.com) @arjan tijms can you merge?

@arjan tijms can you also give a quick summary of status of that branch and perhaps create some issues tagged with 6.1 so people can work on it?

 

Thanks

 

Steve

 

 


_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev

Back to the top