jhorvath opened a new pull request, #7754:
URL: https://github.com/apache/netbeans/pull/7754

   Since the container registry login on the compute instance expires every 24 
hours, implementing automatic login using a bearer token. Using the bearer 
token mechanism to authorise the registry also for a local build.
   
   If a DB connection is added to the Cloud Assets when no JDBC driver is 
present, the connection is broken because it uses a name of Oracle JDBC driver 
wrapper which has no JARs. When a correct drive is added (this is part of 
micronaut-tools extension), the empty driver wrapper is still used and the 
connection is unusable. Allowing to add new connection only of valid JDBC 
driver is available.
   
   An SSH session and running a container on a compute instance keeps the 
terminal open, leading to many open terminals, even if the command fails. 
Running the ssh as a shell command, so it closes a terminal after ssh exits.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to