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 ebce17f  LSP: Provide hover information in Micronaut yaml files. 
(#2955)
     new 0af54c8  Removed unused leftover from 6da12ea7c
     new b182fef  NPE in testsuite: use NULL in case of null InputOutput.
     new 82be519  [NETBEANS-5623] Do not increase quality from FALLBACK to 
EVALUATED on invalidation.
     new 4018151  [NETBEANS-5627] Load from disk cache on Project creation.
     new 61e166b  [NETBEANS-5629] Defined Plugin Lookup order.
     new 06aeeb9  [NETBEANS-5627] ClassPath available immediately for Gradle 
project.
     new 663d166  apichanges updated, tests added. toQuality changed to 
CompletionStage.
     new 7235059  Merge pull request #2924 from sdedic/gradle/load-lookup

The 5442 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:
 extide/gradle/apichanges.xml                       |  16 +
 extide/gradle/manifest.mf                          |   2 +-
 .../modules/gradle/ActionProviderImpl.java         |  31 +-
 .../org/netbeans/modules/gradle/GradleProject.java |   8 +-
 .../modules/gradle/NbGradleProjectFactory.java     |   7 +-
 .../modules/gradle/NbGradleProjectImpl.java        | 398 +++++++++++++++++----
 .../org/netbeans/modules/gradle/ReloadAction.java  |  11 +-
 .../gradle/ReloadProjectDependenciesDecorator.java |   2 +-
 .../modules/gradle/api/NbGradleProject.java        |  28 ++
 .../gradle/loaders/DiskCacheProjectLoader.java     |   1 -
 .../gradle/loaders/GradleProjectLoaderImpl.java    |   1 -
 .../gradle/loaders/LegacyProjectLoader.java        |   4 +-
 .../gradle/AbstractGradleProjectTestCase.java      |   9 +-
 .../modules/gradle/NbGradleProjectImplTest.java    | 310 ++++++++++++++++
 .../netbeans/modules/gradle/ProjectTrustTest.java  |   2 +-
 .../java/classpath/ClassPathProviderImpl.java      | 128 +++++--
 .../modules/gradle/GradleCoreAccessor.java         |  31 ++
 .../java/classpath/ClassPathProviderImplTest.java  | 262 ++++++++++++++
 18 files changed, 1101 insertions(+), 150 deletions(-)
 create mode 100644 
extide/gradle/test/unit/src/org/netbeans/modules/gradle/NbGradleProjectImplTest.java
 create mode 100644 
java/gradle.java/test/unit/src/org/netbeans/modules/gradle/GradleCoreAccessor.java

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

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

Reply via email to