Re: Example Gradle Buuild

2020-07-12 Thread Peter Firmstone



On 7/13/2020 6:14 AM, Zsolt Kúti wrote:

On Sat, Jul 11, 2020 at 3:16 PM Dennis Reedy  wrote:


Hi Zsolt,

There are a few tests in there, most are in the qa directory in the main
svn repository. I think it would be great if we could find a way to merge
them into the modules and follow conventions.


I'll take a look at them, do not promise anything though.
Any jtreg version preferred from here?:
https://ci.adoptopenjdk.net/view/Dependencies/job/jtreg/



Yes the latest, for some reason the html reporter is no longer working, 
so best to redirect the output to a text file.






As far as the gradle version, did gradlew not work for you?


It's just I had JDK 11 set system-wide, gradle picked it up and missed rmi
and corba classes. Same goes for running from IDE.

Zsolt


River only builds on Java 8 presently.

We will need to come up with solutions to the missing classes.

There are changes made in JGDMS that allow it to build on Java 11 and 
run on 14, but there are a lot of changes (historically this has been 
controversial) and some work still remains, such as replacing the IIOP 
implementation with something  else.


I was thinking https://www.jacorb.org/ as well adding support for IIOP 
over TLS.


I initially tried using GlassFish, but there were security 
vulnerabilities present.


My notes in the relevant pom:


    
    
    
    org.jboss.openjdk-orb
    openjdk-orb
    8.1.4.Final
    

Cheers,

Peter.



Re: Example Gradle Buuild

2020-07-12 Thread Zsolt Kúti
On Sat, Jul 11, 2020 at 3:16 PM Dennis Reedy  wrote:

> Hi Zsolt,
>
> There are a few tests in there, most are in the qa directory in the main
> svn repository. I think it would be great if we could find a way to merge
> them into the modules and follow conventions.
>
I'll take a look at them, do not promise anything though.
Any jtreg version preferred from here?:
https://ci.adoptopenjdk.net/view/Dependencies/job/jtreg/


> As far as the gradle version, did gradlew not work for you?
>
It's just I had JDK 11 set system-wide, gradle picked it up and missed rmi
and corba classes. Same goes for running from IDE.

Zsolt