This is an automated email from the ASF dual-hosted git repository.
lkishalmi pushed a change to branch release122
in repository https://gitbox.apache.org/repos/asf/netbeans.git.
omit 45bf3b3 [NETBEANS-3588] Code Templates not working in Java Editor in
for loops (#2444)
omit 3e74232 Add support for static imports in code templates
omit fc033ea Handling of switch expressions and rule cases in Flow and
NPECheck hint. (#2293)
omit af35c99 [NETBEANS-4910] Correcting open and close events sent from
the LSP client to the LSP server.
omit 78a833a Reducing LSP server messages on startup.
omit 15099a7 StatusDisplayer messages remoted to LSP client. (#2478)
omit a2bdbac [lsp] partial fix of invalidation of breakpoints during file
open (#2462)
omit 1b29b55 [NETBEANS-4930] Upgrade Gradle Tooling 6.7 with JDK-15 Support
omit 693cab3 Read mainClass configuration or property.
omit 9a66197 [NETBEANS-4919] Avoiding dependency on javac internal classes
from javadoc/.../Analyzer, using NetBeans' HTML information instead. (#2470)
omit e3f1aed Make sure Maven project is refreshed before build is over
omit cef1863 Perform BUILD when no single run/debug action is available
omit 03801b1 Support ActionProgress to allow observing Gradle build process
omit 91c7976 Notify successful execution as soon as Gradle build succeeds
omit f6ef4ea Reload external changes automatically in headless mode.
omit 5c2f2f2 Annotation processors may generate class files: -that have a
name different from any source file in the source roots -even while running in
the editor
omit 54e4bff Using Incomplete classpath to indicate unloadable Gradle
project
omit 182b3c1 Stack trace analyzer needs to understand modular stack traces.
add b2d19c8 Stack trace analyzer needs to understand modular stack traces.
add 9c1d310 Using Incomplete classpath to indicate unloadable Gradle
project
add 43e625b Annotation processors may generate class files: -that have a
name different from any source file in the source roots -even while running in
the editor
add 6900794 Reload external changes automatically in headless mode.
add 468294c Merge pull request #2473 from
entlicher/headlessUQEinDES_delivery
add d7d4faf Notify successful execution as soon as Gradle build succeeds
add c945e9a Support ActionProgress to allow observing Gradle build process
add ed95fe7 Perform BUILD when no single run/debug action is available
add 5fc97b3 Make sure Maven project is refreshed before build is over
add 5c8fd84 Merge pull request #2471 from
JaroslavTulach/jtulach/RefreshGradleAfterSuccessfulBuild
add a033ff8 [NETBEANS-4919] Avoiding dependency on javac internal classes
from javadoc/.../Analyzer, using NetBeans' HTML information instead. (#2470)
add 3b2dabe Read mainClass configuration or property.
add 832de2c Merge pull request #2474 from
entlicher/MavenMainClass_delivery
add fa78c10 [NETBEANS-4930] Upgrade Gradle Tooling 6.7 with JDK-15 Support
add 842baf1 [lsp] partial fix of invalidation of breakpoints during file
open (#2462)
add f643345 StatusDisplayer messages remoted to LSP client. (#2478)
add 5689b67 Reducing LSP server messages on startup.
add a171d50 [NETBEANS-4910] Correcting open and close events sent from
the LSP client to the LSP server.
add b6b73e7 Handling of switch expressions and rule cases in Flow and
NPECheck hint. (#2293)
add ea854e5 Add support for static imports in code templates
add 2ae34a2 [NETBEANS-3588] Code Templates not working in Java Editor in
for loops (#2444)
add 85358b7 Prevent from a deadlock between debugger and debuggee when
breakpoint is resolved right during it's submission.
add 2dc5015 Merge pull request #2481 from
entlicher/TruffleBreakpointResolutionDeadlock_delivery
add edf441e Prevent NullPointerException from LSP HyperlinkProvider
add 444dd9c [NETBEANS-4938] Fixed Gradle Java Frontend Application
generation
add e3d0dc6 Applying typescript hints
add 69af749 Search for JDK in typical location
add a41a490 Start the LanguageClient just once
add bb591a8 Consistently using: Apache Netbeans Language Server
add e38771f Only set the workspace setting when workspace.name is defined
add a8dbed1 Merge pull request #2480 from JaroslavTulach/delivery
add 2a9e274 [NETBEANS-4944] Create New Gradle Projects with Wrapper by
Default
add 7eb08c0 [NETBEANS-4916] Removed Non-Inplemented COS Settings from
Gradle Project UI
add 97cf432 Fixing registration of Mark occurences and Breadcrumbs for
lsp.client.
add 521d95a Avoid confusion by disabling code lenses for running,
debugging and testing
add 4e4688c Merge pull request #2492 from
JaroslavTulach/jtulach/AvoidConflicts
add 319f506 Properly specify --userdir when lauching the nbcode launcher
add d492b87 Merge pull request #2494 from
JaroslavTulach/jtulach/NbCodeUserdir
add dd7e74b [NETBEANS-3789] Fix missing configuration nodes.
add cee80c2 Infrastructure to display simple confirmations/questions in
LSP client. (#2493)
add cec7557 Avoid registering the LSP client's hyperlink provider unless
the given file is handled by the LSP client.
add 50cc574 [NETBEANS-4535] Better way to detect sources and javadocs in
Gradle Projects
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (45bf3b3)
\
N -- N -- N refs/heads/release122 (50cc574)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
extide/gradle/arch.xml | 9 +-
.../gradle/tooling/NbProjectInfoBuilder.groovy | 1 +
.../src/test/data/simple-with-tests/build.gradle | 40 +--
.../settings.gradle} | 0
.../src/build.gradle => simple/settings.gradle} | 0
.../build.gradle => unresolvable/settings.gradle} | 0
.../modules/gradle/GradleModuleFileCache21.java | 254 ++++++++++++++++
.../modules/gradle/GradleProjectCache.java | 7 +-
.../gradle/api/GradleBaseProjectBuilder.java | 49 +++-
.../modules/gradle/api/GradleProjects.java | 12 +-
.../modules/gradle/cache/ProjectInfoDiskCache.java | 9 +-
.../modules/gradle/execute/TrustProjectPanel.java | 6 +-
.../newproject/ProjectAttributesPanelVisual.java | 2 +-
.../modules/gradle/nodes/ConfigurationsNode.java | 32 +-
.../lsp/client/bindings/HyperlinkProviderImpl.java | 12 +-
.../TextDocumentSyncServerCapabilityHandler.java | 33 ++-
.../modules/project/ui/problems/Bundle.properties | 2 +-
.../jpda/backend/truffle/JPDATruffleAccessor.java | 14 +-
java/gradle.htmlui/nbproject/project.xml | 9 +
.../modules/gradle/htmlui/GradleArchetype.java | 75 +++--
.../htmlui/HtmlJavaApplicationProjectWizard.java | 51 +---
.../modules/gradle/htmlui/resources/layer.xml | 3 +
.../modules/gradle/htmlui/CreateArchetypeTest.java | 11 +-
.../gradle/java/customizer/Bundle.properties | 2 -
.../java/customizer/CompileOptionsPanel.form | 38 +--
.../java/customizer/CompileOptionsPanel.java | 32 +-
.../nbcode/integration/nbproject/project.xml | 8 +
.../nbcode/integration/LspDialogDisplayer.java | 31 ++
java/java.lsp.server/nbproject/project.xml | 8 +
.../modules/java/lsp/server/LspServerUtils.java | 91 ++++++
.../lsp/server/protocol/NbCodeLanguageClient.java | 4 +
.../modules/java/lsp/server/protocol/Server.java | 229 +++++++++++----
.../lsp/server/protocol/WorkspaceUIContext.java | 9 +-
.../lsp/server/ui/AbstractDialogDisplayer.java | 68 +++++
.../lsp/server/ui/NotifyDescriptorAdapter.java | 325 +++++++++++++++++++++
.../modules/java/lsp/server/ui/UIContext.java | 39 ++-
.../lsp/server/ui/AbstractDialogDisplayerTest.java | 156 ++++++++++
java/java.lsp.server/vscode/README.md | 20 ++
java/java.lsp.server/vscode/package.json | 24 +-
java/java.lsp.server/vscode/src/extension.ts | 198 ++++++++-----
java/java.lsp.server/vscode/src/nbcode.ts | 9 +-
41 files changed, 1577 insertions(+), 345 deletions(-)
copy
extide/gradle/netbeans-gradle-tooling/src/test/data/{multi/app/src/build.gradle
=> simple-with-tests/settings.gradle} (100%)
copy
extide/gradle/netbeans-gradle-tooling/src/test/data/{multi/app/src/build.gradle
=> simple/settings.gradle} (100%)
copy
extide/gradle/netbeans-gradle-tooling/src/test/data/{multi/app/src/build.gradle
=> unresolvable/settings.gradle} (100%)
create mode 100644
extide/gradle/src/org/netbeans/modules/gradle/GradleModuleFileCache21.java
create mode 100644
java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/LspDialogDisplayer.java
create mode 100644
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/LspServerUtils.java
create mode 100644
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/ui/AbstractDialogDisplayer.java
create mode 100644
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/ui/NotifyDescriptorAdapter.java
create mode 100644
java/java.lsp.server/test/unit/src/org/netbeans/modules/java/lsp/server/ui/AbstractDialogDisplayerTest.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