Re: [EXTERNAL] Re: Converting Java 8 to 17+, conflicts with modules

2023-11-11 Thread John Manko
; requires jakarta.ws.rs; requires jakarta.xml.bind; requires jersey.client; requires jersey.media.multipart; requires org.eclipse.persistence.jpa; From: Stephen G. Parry Sent: Saturday, November 11, 2023 11:47 AM To: Bradley Willcott ; John Manko

Converting Java 8 to 17+, conflicts with modules

2023-11-10 Thread John Manko
This might not be a purely Netbeans issue, but maybe NB has some tooling to assist, or someone can answer a quick question. I'm in the middle of converting Java 8 project to Java 17/21 (A little late in the game, I know! I'm beholden to other forces beyond my control.), and I have a library

nbactions.xml schema definition

2023-08-31 Thread John Manko
Where can I find the schema definition for nbactions.xml? I'm using the Payara Micro maven plugin, and I need to pass some environment variables to the war. I'd like to put the variables in an .env file (similarly how I do with the Docker runtime). Here is my nbactions.xml: