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

   Note: this PR is the first from series of 3. I've split the development into 
3 PRs since there are different areas that seem to be better reviewed 
separately. Other PRs in the series depend on this one.
   
   Unrelated fixes:
   - Maven fix- - change event is fired only after result refresh from reloaded 
project completes.
   - `ArtfiactSpec` (still private !) API fixes; some project products do not 
have group at all, some have no version; the API should allow that.
   - core module screws up `jdk.home` property when run without a launcher 
(that sets `jdk.home` beforehand) - visible mainly in tests.
   
   Gradle fixes:
   - during `toQuality` that should reload a project if `force` flag is true, 
the flag was sometimes ignored
   
   Improvement:
   - FINER and FINEST loglevel for `LegacyProjectLoader` will print out 
obtained info and increase verbosity of the gradle plugin (prints into the 
Output window of the debugging NB)
   
   API:
   - Previously `RunConfig` APIs did not add `ActionMapping`'s arguments that 
specify the actual grade tasks to be run. The new API allows to obtain 
RunConfig as if the action was about to be run.


-- 
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