This is an automated email from the ASF dual-hosted git repository. mbien pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit ff360b622e0deca004ba43c168d8fd84e0b35be0 Merge: f60ecd2c86 a0109cc64b Author: Michael Bien <[email protected]> AuthorDate: Sat Feb 10 03:51:48 2024 +0100 Merge pull request #7019 from mbien/ci-update-for-nb22 Prepare CI for NB 22 and bump minimum JDK requirement to 17 .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(-) --------------------------------------------------------------------- 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
