You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ne...@apache.org on 2023/02/01 15:06:10 UTC

[netbeans] 01/01: Merge pull request #5366 from apache/delivery

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

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

commit ac2b269fa33a277ff09bc424fb9a5a8c63ed2194
Merge: 6d082ad5aa7 ba163d899fe
Author: Neil C Smith <ne...@apache.org>
AuthorDate: Wed Feb 1 15:06:02 2023 +0000

    Merge pull request #5366 from apache/delivery
    
    Sync delivery to release170 for 17-rc3

 .../modules/cloud/oracle/actions/AddADBAction.java | 144 +++++++++------
 .../cloud/oracle/actions/DownloadWalletAction.java | 136 +++++++++-----
 .../cloud/oracle/actions/DownloadWalletDialog.java |   2 +-
 .../j2ee/dd/impl/resources/jakartaee_10.xsd        |   2 +-
 enterprise/micronaut/nbproject/project.xml         |   2 +-
 .../micronaut/maven/MicronautMavenConstants.java   |  10 +-
 .../maven/MicronautPackagingArtifactsImpl.java     | 106 ++++++++---
 .../netbeans/modules/micronaut/resources/layer.xml |  13 ++
 .../micronaut/resources/spring-actions-maven.xml   |  32 ++++
 .../modules/tomcat5/j2ee/TomcatPlatformImpl.java   |   2 +-
 .../client/bindings/GoToMarkOccurrencesAction.java |   7 +-
 .../lsp/client/bindings/MarkOccurrences.java       |  33 +++-
 .../refactoring/RefactoringActionsProvider.java    |  13 +-
 .../netbeans/modules/java/graph/NodeWidget.java    |  90 ++++++----
 java/java.lsp.server/vscode/CHANGELOG.md           |   9 +
 .../modules/java/source/save/Reformatter.java      |   6 +-
 .../modules/java/source/save/FormatingTest.java    |  39 +++-
 .../org/netbeans/lib/nbjavac/services/NBAttr.java  |  12 ++
 java/maven/apichanges.xml                          |  15 ++
 java/maven/nbproject/project.properties            |   2 +-
 .../modules/maven/api/execute/RunUtils.java        |  25 +++
 .../java/hints/spiimpl/batch/BatchSearch.java      |  12 +-
 .../java/hints/spiimpl/batch/BatchSearchTest.java  | 196 +++++++++++++++++----
 .../php/editor/actions/UsedNamesCollector.java     |   6 +-
 .../modules/php/editor/model/impl/Type.java        |  10 +-
 .../php/editor/model/impl/VariousUtils.java        |   2 +-
 .../IdenticalComparisonSuggestion.java             |   1 -
 .../unit/data/testfiles/actions/useCase_09.php     |  11 ++
 .../testfiles/actions/useCase_09.php.usedNames     |   2 +
 .../unit/data/testfiles/actions/useCase_10.php     |  11 ++
 .../testfiles/actions/useCase_10.php.usedNames     |   2 +
 ...tInstanceOverrideMethodWithGuessingBoolType.php |  11 ++
 ...ceOverrideMethodWithGuessingBoolType_01.codegen |   3 +
 ...ceOverrideMethodWithGuessingBoolType_02.codegen |   3 +
 .../issue235450.php.testLowercase_01.completion    |   2 +-
 .../php/editor/actions/UsedNamesCollectorTest.java |   8 +
 .../SelectedPropertyMethodsCreatorTest.java        |  12 ++
 .../typinghooks/PhpCommentGeneratorTest.java       |  18 ++
 38 files changed, 786 insertions(+), 224 deletions(-)


---------------------------------------------------------------------
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