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

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

commit 148b16829d2da05d09c87a7991ff3f7558410e9c
Merge: 553bcecede 41b0a86001
Author: Eric Barboni <sk...@apache.org>
AuthorDate: Mon Apr 29 14:31:14 2024 +0200

    Merge pull request #7324 from apache/delivery
    
    Sync delivery to release220 for 22-rc2

 .../j2ee/dd/impl/resources/jakartaee_11.xsd        |   2 +-
 .../modules/web/monitor/client/MonitorAction.java  |   3 -
 .../provider/GroovyCompletionCollector.java        |   2 +-
 .../completion/MethodParamsTipPaintComponent.java  |  11 +-
 .../modules/editor/fold/ui/FoldOptionsPanel.java   |   6 +-
 .../modules/editor/lib/drawing/CollapsedView.java  | 712 ---------------------
 .../hudson/ui/impl/HudsonFailureDisplayer.java     |   2 +-
 .../modules/jumpto/type/FilteredListModel.java     |   2 +-
 .../languages/hcl/ast/HCLArithmeticOperation.java  |  12 +-
 .../modules/languages/hcl/ast/HCLAttribute.java    |   5 +
 .../modules/languages/hcl/ast/HCLBlock.java        |   4 +
 .../modules/languages/hcl/ast/HCLCollection.java   |  12 +-
 .../languages/hcl/ast/HCLConditionalOperation.java |   9 +-
 .../modules/languages/hcl/ast/HCLContainer.java    |   2 +
 .../modules/languages/hcl/ast/HCLElement.java      |   2 +-
 .../modules/languages/hcl/ast/HCLExpression.java   |   9 +-
 .../languages/hcl/ast/HCLExpressionFactory.java    |  10 +-
 .../languages/hcl/ast/HCLForExpression.java        |  22 +-
 .../modules/languages/hcl/ast/HCLFunction.java     |   7 +-
 .../modules/languages/hcl/ast/HCLIdentifier.java   |  28 +-
 .../languages/hcl/ast/HCLResolveOperation.java     |  29 +-
 .../modules/languages/hcl/ast/HCLVariable.java     |   2 +-
 .../languages/hcl/ast/HCLCollectionTest.java}      |  20 +-
 .../hcl/ast/HCLExpressionTestSupport.java}         |  29 +-
 .../languages/hcl/ast/HCLForExpressionTest.java    |  78 +++
 .../languages/hcl/ast/HCLFunctionTest.java}        |  13 +-
 .../modules/languages/hcl/ast/HCLLiteralsTest.java |   2 +-
 .../languages/hcl/ast/HCLOperationsTest.java       |  45 +-
 .../modules/parsing/nb/EditorMimeTypesImpl.java    |   2 +-
 .../modules/properties/BundleStructure.java        |   7 +-
 .../subversion/ui/browser/BrowserPanel.java        |   6 +-
 .../subversion/ui/update/RevertModifications.java  |   2 +-
 .../versioning/ui/history/HistoryDiffView.java     |   4 +-
 .../modules/xml/axi/impl/SchemaReferenceProxy.java |   5 +-
 .../debugger/jpda/ui/models/SourcesModel.java      |   2 +-
 .../debugger/jpda/models/JPDAThreadImpl.java       |   2 +-
 .../modules/form/layoutdesign/LayoutFeeder.java    |   2 +-
 .../delegates/BorderLayoutSupport.java             |   2 +-
 .../gradle/java/customizer/SourceSetPanel.java     |  19 +-
 .../gradle/java/nodes/BootCPNodeFactory.java       |  56 +-
 .../gradle/java/queries/GradleJarArtifacts.java    |   2 +-
 .../java/spi/support/JavaToolchainSupport.java     |   4 +-
 .../org/netbeans/modules/i18n/SelectorUtils.java   |   2 +-
 .../editor/java/MethodParamsTipPaintComponent.java |  10 +-
 java/java.hints.declarative/licenseinfo.xml        |   1 +
 .../java/hints/declarative/DeclarativeFix.java     |   6 +
 .../hints/declarative/resources/Bundle.properties  |   5 +-
 .../hints/declarative/resources/HintSample.hint    |  10 +-
 .../resources/{HintSample.hint => HintSample.test} |   9 +-
 .../declarative/resources/HintTestWizDesc.html}    |  18 +-
 .../hints/declarative/resources/HintWizDesc.html}  |  18 +-
 .../java/hints/declarative/resources/duke.gif      | Bin 0 -> 785 bytes
 .../java/hints/declarative/resources/layer.xml     |  40 +-
 .../java/hints/declarative/test/TestParser.java    |  38 +-
 .../java/hints/declarative/end-marker-test.hint}   |   5 +-
 .../java/hints/declarative/end-marker-test.test    |  48 +-
 .../hints/declarative/test/TestParserTest.java     |  13 +-
 .../queries/SourceJavadocAttacherUtil.java         |   2 +-
 .../problems/ModulePathsProblemsProvider.java      |   6 +-
 java/java.source.base/manifest.mf                  |   1 +
 .../queries/MavenArtifactsImplementation.java      |   2 +-
 .../startup/layers/CountingSecurityManager.java    |   3 +-
 .../explorer/propertysheet/PropertyPanel.java      |   9 +-
 63 files changed, 500 insertions(+), 941 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to