This is an automated email from the ASF dual-hosted git repository.
sdedic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.
from 4bee741 Merge pull request #2775 from
matthiasblaesing/update-typescript
new ed3170b Introducing COMMAND_PRIME action.
new a3b2977 Implemented "priming build" action for Maven projects.
new 225cae8 Invoke priming build before project open.
new a3eb5fb Merge pull request #2795 from
sdedic/project/primingBuildAction
The 5070 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:
ide/projectapi/apichanges.xml | 15 +
ide/projectapi/manifest.mf | 2 +-
.../org/netbeans/spi/project/ActionProvider.java | 7 +
java/java.lsp.server/nbproject/project.xml | 2 +-
.../modules/java/lsp/server/LspServerState.java | 58 ++++
.../modules/java/lsp/server/protocol/Server.java | 161 +++++++++--
.../server/protocol/TextDocumentServiceImpl.java | 46 ++-
.../lsp/server/protocol/WorkspaceServiceImpl.java | 12 +-
java/maven/manifest.mf | 2 +-
java/maven/nbproject/project.xml | 2 +-
.../netbeans/modules/maven/ActionProviderImpl.java | 26 +-
.../modules/maven/InternalActionDelegate.java | 29 ++
.../maven/problems/MavenModelProblemsProvider.java | 139 ++++++++-
.../modules/maven/problems/SanityBuildAction.java | 86 ++++--
.../modules/maven/problems/PrimingActionTest.java | 315 +++++++++++++++++++++
15 files changed, 830 insertions(+), 72 deletions(-)
create mode 100644
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/LspServerState.java
create mode 100644
java/maven/src/org/netbeans/modules/maven/InternalActionDelegate.java
create mode 100644
java/maven/test/unit/src/org/netbeans/modules/maven/problems/PrimingActionTest.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