This is an automated email from the ASF dual-hosted git repository.
mbien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from f60ecd2c86 Merge pull request #7016 from apache/delivery
add 7e625c44a4 bump JDK from 11 to 17 as new minimum requirement for NB 22
add a0109cc64b Fix various tests so that they can run on JDK 17
new ff360b622e Merge pull request #7019 from mbien/ci-update-for-nb22
The 1 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:
.github/workflows/dependency-checks.yml | 8 +-
.github/workflows/main.yml | 179 +++++++++++++--------
.../workflows/native-binary-build-lib.profiler.yml | 2 +-
README.md | 4 +-
.../src/org/netbeans/junit/MethodOrder.java | 4 +
.../unit/src/org/netbeans/junit/OrderAZTest.java | 3 +
.../unit/src/org/netbeans/junit/OrderTest.java | 5 +-
.../unit/src/org/netbeans/junit/OrderZATest.java | 3 +
...oCompletion_CaseBody_PatternMatchingSwitch.pass | 1 +
...toCompletion_Guard_PatternMatchingSwitch_1.pass | 1 +
.../modules/java/hints/test/api/HintTest.java | 152 ++++++++---------
.../hints/BroadCatchBlockTest/TwoExceptions.java | 13 +-
.../BroadCatchBlockTest/TwoExceptionsMulti.java | 13 +-
.../hints/BroadCatchBlockTest/TwoExceptions.java | 13 +-
.../netbeans/modules/java/hints/ImportsTest.java | 2 +-
.../java/hints/bugs/BroadCatchBlockTest.java | 11 +-
.../hints/jdk/ConvertSwitchToRuleSwitchTest.java | 62 +++----
.../hints/jdk/ConvertTextBlockToStringTest.java | 24 +--
.../jdk/ConvertToNestedRecordPatternTest.java | 42 ++---
.../java/hints/jdk/ConvertToRecordPatternTest.java | 31 ++--
.../java/hints/jdk/ConvertToTextBlockTest.java | 8 +-
platform/o.n.bootstrap/src/org/netbeans/Main.java | 2 +-
.../org/netbeans/core/CanProxyToLocalhostTest.java | 5 +-
.../openide.loaders/nbproject/project.properties | 12 +-
.../{issue215777.js => issue215777_01.js} | 1 -
...ssue215777_01.js.testIssue215777_01.completion} | 0
.../data/testfiles/completion/issue215777_02.js | 1 +
...ssue215777_02.js.testIssue215777_02.completion} | 1 -
.../editor/JsCodeCompletionGeneralTest.java | 4 +-
29 files changed, 327 insertions(+), 280 deletions(-)
rename
webcommon/javascript2.editor/test/unit/data/testfiles/completion/{issue215777.js
=> issue215777_01.js} (52%)
rename
webcommon/javascript2.editor/test/unit/data/testfiles/completion/{issue215777.js.testIssue215777_01.completion
=> issue215777_01.js.testIssue215777_01.completion} (100%)
create mode 100644
webcommon/javascript2.editor/test/unit/data/testfiles/completion/issue215777_02.js
rename
webcommon/javascript2.editor/test/unit/data/testfiles/completion/{issue215777.js.testIssue215777_02.completion
=> issue215777_02.js.testIssue215777_02.completion} (98%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists