You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2021/05/23 03:43:09 UTC

[netbeans] branch master updated (2cea3bf -> a9f38e8)

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

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


    from 2cea3bf  Various small UI improvements to the database module's "New Connection" wizard.
     new 3cd275a  Issue #270552: AbstractProjectClassPathImpl subtypes generally need to process Artifact.file to handle timestamped snapshots properly.
     new f00ab3e  Merge branch 'master' into AbstractProjectClassPathImpl-Artifact.file-270552
     new 8289ca0  Was not correctly handling timestamed snapshots of nonprimary artifacts, such as something-1.0-20180102.123456-1-tests.jar.
     new 45e238b  Merge branch 'master' of https://github.com/apache/netbeans into AbstractProjectClassPathImpl-Artifact.file-270552
     new 6659a7e  More accurate log message
     new 55d9512  Added `AbstractProjectClassPathImplTest`
     new a9f38e8  Merge pull request #502 from jglick/AbstractProjectClassPathImpl-Artifact.file-270552

The 5466 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:
 .../classpath/AbstractProjectClassPathImpl.java    | 39 ++++++++++++
 .../maven/classpath/CompileClassPathImpl.java      |  8 ++-
 .../maven/classpath/RuntimeClassPathImpl.java      |  6 +-
 .../maven/classpath/TestCompileClassPathImpl.java  |  8 ++-
 .../maven/classpath/TestRuntimeClassPathImpl.java  |  6 +-
 .../modules/maven/nodes/DependencyNode.java        |  1 +
 .../maven/queries/RepositoryMavenCPProvider.java   |  2 +-
 .../AbstractProjectClassPathImplTest.java          | 71 ++++++++++++++++++++++
 8 files changed, 130 insertions(+), 11 deletions(-)
 create mode 100644 java/maven/test/unit/src/org/netbeans/modules/maven/classpath/AbstractProjectClassPathImplTest.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