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/03/31 15:34:17 UTC

[netbeans] branch master updated (ed3dbc0 -> 472c46f)

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 ed3dbc0  Remove items via the iterator.
     new 70bf5cb  Disallow warnings when compiling api.intent module
     new b906a98  Removing 3rd party library for JSR 305
     new f3cacd2  Using create class, field, method hints in the IDE to generate missing classes
     new 9180011  Expose the necessary annotations and annotate them as being processed by module's annotation processor
     new 4f644ae  Sigtest no longer complains about removed API elements
     new 93699b9  Let the wrapper JUnit module claim to process org.junit annotations
     new 3338dbc  Versioning and documenting the (hidden) exposure of javax.annotation packages
     new 472c46f  Merge pull request #2835 from JaroslavTulach/jtulach/WarningAsError

The 5205 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:
 platform/api.annotations.common/apichanges.xml     | 20 ++++++
 platform/api.annotations.common/build.xml          | 75 ----------------------
 .../external/jsr305-3.0.2-license.txt              | 44 -------------
 platform/api.annotations.common/manifest.mf        |  2 +-
 .../nbproject/project.properties                   |  4 +-
 .../api.annotations.common/nbproject/project.xml   |  2 +
 .../src/javax/annotation/Nonnull.java              | 36 +++++++++++
 .../src/javax/annotation/meta/TypeQualifier.java   | 30 +++++++++
 .../annotation/meta/TypeQualifierNickname.java     | 30 +++++++++
 .../src/javax/annotation/meta/When.java            | 30 +++++++++
 .../common/proc/StaticResourceProcessor.java       | 24 ++++++-
 platform/api.intent/nbproject/project.properties   |  2 +-
 platform/api.intent/nbproject/project.xml          |  2 +-
 platform/libs.junit4/nbproject/project.properties  |  2 +
 .../javax.annotation.processing.Processor}         |  3 +-
 .../org/netbeans/libs/junit4/NbJUnitProcessor.java | 56 ++++++++++++++++
 16 files changed, 235 insertions(+), 127 deletions(-)
 delete mode 100644 platform/api.annotations.common/external/jsr305-3.0.2-license.txt
 create mode 100644 platform/api.annotations.common/src/javax/annotation/Nonnull.java
 create mode 100644 platform/api.annotations.common/src/javax/annotation/meta/TypeQualifier.java
 create mode 100644 platform/api.annotations.common/src/javax/annotation/meta/TypeQualifierNickname.java
 create mode 100644 platform/api.annotations.common/src/javax/annotation/meta/When.java
 rename platform/{api.annotations.common/external/binaries-list => libs.junit4/src/META-INF/services/javax.annotation.processing.Processor} (90%)
 create mode 100644 platform/libs.junit4/src/org/netbeans/libs/junit4/NbJUnitProcessor.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