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 2022/03/28 08:11:37 UTC

[netbeans] branch master updated (93db1c4 -> 097bb23)

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 93db1c4  GroovyVirtualSourceProvider should run GroovyParser in 'indexing' mode. (#3859)
     new ff6fb43  Source level 15 and text blocks shall be supported regardless of the JDK NetBeans run on
     new 2a988bb  Enable testing of java.source module
     new fc1e300  Use --release instead of downgrading the source level
     new 0cb94f1  Minimum support release is 7
     new 814d02d  Use com.sun.tools.javac.code.Source to compare source levels
     new b5c21d0  Bringing the fix and the test together
     new a4fdca2  Keep the warning about missing classes, but remove the change level notice
     new fdea3e5  Being more conservative when computing useRelease
     new 2a26dc1  Merging with nb-javac@18
     new 097bb23  Merge pull request #3715 from jtulach/jtulach/UseReleaseInsteadOfDowngrading

The 6830 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:
 .travis.yml                                        |  3 +-
 .../modules/java/source/parsing/JavacParser.java   | 48 ++++++++++----
 .../api/java/source/MockSourceLevelQuery.java      | 69 ++++++++++++++++++++
 .../api/java/source/TextBlocksOnAnyJavaTest.java   | 76 ++++++++++++++++++++++
 4 files changed, 181 insertions(+), 15 deletions(-)
 create mode 100644 java/java.source/test/unit/src/org/netbeans/api/java/source/MockSourceLevelQuery.java
 create mode 100644 java/java.source/test/unit/src/org/netbeans/api/java/source/TextBlocksOnAnyJavaTest.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