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

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

commit 2980e1bf0225a0c87f7766ee85f3e7dfaf9a1351
Merge: 7a29441b6b3 8e0a98049b6
Author: Martin BalĂ­n <[email protected]>
AuthorDate: Wed Apr 16 13:03:18 2025 +0200

    Merging #8293 from petrovic-d Micronaut launcher tests
    
    Micronaut launcher tests

 java/java.lsp.server/vscode/src/extension.ts       |  29 ++++-
 .../test/{suite/index.ts => launcher/fileUtil.ts}  |  55 ++++------
 .../vscode/src/test/{suite => launcher}/index.ts   |   4 +-
 .../vscode/src/test/launcher/launch.test.ts        | 109 +++++++++++++++++++
 java/java.lsp.server/vscode/src/test/runTest.ts    |  33 +++++-
 .../java.lsp.server/vscode/src/test/suite/index.ts |   4 +-
 .../vscode/src/test/suite/testutils.ts             |   2 +-
 .../src/test/test-projects/test-app/empty.ts       |  21 ++++
 .../vscode/test-projects/test-app/.gitignore       |  15 +++
 .../vscode/test-projects/test-app/README.md        |  24 +++++
 .../test-projects/test-app/aot-jar.properties      |  37 +++++++
 .../test-projects/test-app/micronaut-cli.yml       |   6 ++
 .../vscode/test-projects/test-app/pom.xml          | 117 +++++++++++++++++++++
 .../src/main/java/com/example/Application.java     |  10 ++
 .../src/main/resources/application.properties      |   2 +
 .../test-app/src/main/resources/logback.xml        |  14 +++
 .../src/test/java/com/example/TestAppTest.java     |  21 ++++
 nbbuild/rat-exclusions.txt                         |   3 +
 18 files changed, 461 insertions(+), 45 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

Reply via email to