This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


    from f88a2a3dab5 Merge pull request #9439 from matthiasblaesing/update-jna
     add d1af05aea06 Added a global preference for user settings.xml for Maven 
projects
     new 95685350d49 Merge pull request #9282 from 
Achal1607/custom-user-settings-xml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../modules/java/lsp/server/protocol/Server.java   |   9 ++
 .../lsp/server/protocol/WorkspaceServiceImpl.java  |  24 ++++-
 .../server/protocol/WorkspaceServiceImplTest.java  | 110 +++++++++++++++++++++
 .../maven/embedder/EmbedderConfiguration.java      |   6 +-
 .../modules/maven/embedder/EmbedderFactory.java    |  42 +++++++-
 .../modules/maven/embedder/MavenEmbedder.java      |  10 +-
 .../netbeans/modules/maven/NbMavenProjectImpl.java |  51 +++++-----
 .../netbeans/modules/maven/api/FileUtilities.java  |  29 +++---
 .../netbeans/modules/maven/api/NbMavenProject.java |   3 +
 .../maven/execute/MavenCommandLineExecutor.java    |   5 +
 .../modules/maven/nodes/ProjectFilesNode.java      |   6 +-
 .../modules/maven/options/Bundle.properties        |   1 +
 .../modules/maven/options/MavenSettings.java       |  25 ++++-
 .../modules/maven/options/SettingsPanel.form       |  37 ++++++-
 .../modules/maven/options/SettingsPanel.java       |  94 ++++++++++++++++--
 15 files changed, 392 insertions(+), 60 deletions(-)
 create mode 100644 
java/java.lsp.server/test/unit/src/org/netbeans/modules/java/lsp/server/protocol/WorkspaceServiceImplTest.java


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