Istvan Toth

Results 504 comments of Istvan Toth

Thanks @dasarathirout . You are right, it makes sense to fix this problem there, and remove the redundant JAVA_HOME code from 'visualvm" Seems like nbexec simply is just unaware of...

Actually, it is aware (there is a default case), but it ignores JAVA_HOME, and the symlink resolution code doesn't work with jenv style shims.

Please see https://github.com/apache/netbeans/pull/8725 @thurka .

The scripts have to work with python 2.7, and this patch does not. Can you rewrite it so that it still works with 2.7 ? See tryDecode() as an example

I think yetus simply has problems with very large patches @NihalJain .

I don't think a feature branch is necessary. These are basically whitespace and import ordering changes, I don't expect any problems. IMO having mvn verify pass locally (or at least...

I'm fine with pushing them anytime. If someone has a big patch ready, we can delay a few days to avoid having to re-do that, but I can't think of...

Yes, we should definitely make an announcement about this. (And also update the relevant section of the website)

Check the release scritps, @NihalJain . If you have your nexus credentials set up, you should be able to use the script to publish a snapshot. (Or just do it...