You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sd...@apache.org on 2021/04/17 15:42:50 UTC

[netbeans] branch master updated (e1f9b82 -> 6a83edb)

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 e1f9b82  Merge pull request #2884 from sdedic/sdedic/failure-dependency-path
     new 8cd30f3  LSP server should not attempt to display GUI from runOffEventDispatchThread.
     new 9e1a485  Introduced Definer2 to detect supportive plugins. Continue if an attacher fails.
     new a16b436  Support multiple SourceJavadocAttacherImplementation.Definer plugins.
     new 6da12ea  Support Download Sources/Javadoc project actions.
     new b98801d  [NETBEANS-5590] Support for assisted download of sources/javadocs for dependencies.
     new 6a83edb  Merge pull request #2897 from sdedic/gradle/attachSources2

The 5339 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/gradle/ActionProviderImpl.java         |  12 +-
 .../modules/gradle/GradleProjectLoader.java        |   3 +-
 .../modules/gradle/NbGradleProjectImpl.java        |  20 +-
 .../org/netbeans/modules/gradle/ReloadAction.java  |   7 +-
 .../org/netbeans/modules/gradle/action-mapping.xml |   6 +-
 .../modules/gradle/api/GradleProjects.java         |  11 +
 .../gradle/loaders/AbstractProjectLoader.java      |   4 +-
 .../gradle/loaders/GradleProjectLoaderImpl.java    |   5 +-
 .../gradle/loaders/LegacyProjectLoader.java        |  13 +-
 .../gradle/spi/newproject/TemplateOperation.java   |   2 +-
 .../gradle/AbstractGradleProjectTestCase.java      |   2 +-
 java/api.java/apichanges.xml                       |  14 +
 java/api.java/manifest.mf                          |   2 +-
 java/api.java/nbproject/project.xml                |   2 +
 .../api/java/queries/SourceJavadocAttacher.java    | 180 ++++++++--
 .../SourceJavadocAttacherImplementation.java       |  20 +-
 .../java/queries/SourceJavadocAttacherTest.java    | 369 +++++++++++++++++++++
 java/gradle.java/nbproject/project.xml             |   2 +-
 .../java/queries/GradleSourceAttacherImpl.java     | 340 +++++++++++++++++++
 java/java.j2seplatform/nbproject/project.xml       |   2 +-
 .../queries/DefaultSourceJavadocAttacher.java      |  31 +-
 .../java/j2seplatform/queries/QueriesCache.java    |   1 +
 .../j2seplatform/queries/SelectRootsPanel.java     | 142 ++++----
 .../queries/SourceJavadocAttacherUtil.java         | 152 +++++++--
 .../queries/DefaultSourceJavadocAttacherTest.java  |  72 +++-
 .../nbcode/integration/LspRunOffEdtProvider.java   |  32 ++
 26 files changed, 1262 insertions(+), 184 deletions(-)
 create mode 100644 java/api.java/test/unit/src/org/netbeans/api/java/queries/SourceJavadocAttacherTest.java
 create mode 100644 java/gradle.java/src/org/netbeans/modules/gradle/java/queries/GradleSourceAttacherImpl.java
 create mode 100644 java/java.lsp.server/nbcode/integration/src/org/netbeans/modules/nbcode/integration/LspRunOffEdtProvider.java

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists