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 daeca8d3c5bc8131353f160819c1d47e2da42d36 Merge: 7a5dc2cb524 500b47cea46 Author: Michael Bien <[email protected]> AuthorDate: Wed Feb 25 18:15:38 2026 +0100 Merge pull request #9217 from mbien/cleanup-filechooser-traversal-util-usage Don't call deprecated FileUtil::preventFileChooserSymlinkTraversal .../ui/platform/NbPlatformCustomizerHarness.java | 2 +- .../project/ui/wizard/project/templatePanelVisual.javx | 1 - .../ui/wizards/impl/PanelProjectLocationVisual.java | 1 - .../j2ee/jboss4/customizer/CustomizerSupport.java | 5 +---- .../wsitconf/ui/service/subpanels/KeystorePanel.form | 2 +- .../wsitconf/ui/service/subpanels/KeystorePanel.java | 11 ++++------- .../wsitconf/ui/service/subpanels/TruststorePanel.form | 2 +- .../wsitconf/ui/service/subpanels/TruststorePanel.java | 11 ++++------- .../j2ee/clientproject/ui/customizer/CustomizerRun.java | 1 - .../clientproject/ui/customizer/CustomizerSources.java | 1 - .../clientproject/ui/wizards/PanelSourceFolders.java | 2 -- .../ejbjarproject/ui/customizer/CustomizerSources.java | 1 - .../ejbjarproject/ui/wizards/PanelSourceFolders.form | 2 +- .../ejbjarproject/ui/wizards/PanelSourceFolders.java | 2 -- .../impl/sharability/ServerVolumeCustomizer.java | 1 - .../jakarta/transformer/TransformerPanelVisual.java | 8 ++------ .../project/api/ant/ui/wizard/ProjectLocationPanel.java | 1 - .../javaee/wildfly/customizer/CustomizerSupport.java | 1 - .../modules/tomcat5/customizer/CustomizerSupport.java | 1 - .../modules/web/freeform/ui/WebClasspathPanel.java | 17 +++++++---------- .../modules/web/freeform/ui/WebLocationsPanel.java | 2 +- .../web/project/ui/customizer/CustomizerSources.java | 1 - .../gradle/newproject/GradleInitPanelVisual.java | 1 - .../gradle/newproject/ProjectAttributesPanelVisual.java | 1 - .../samples/gjdemo/GroovyJavaDemoPanelVisual.java | 1 - .../nbprojectgen/NBProjectGeneratorsPanelVisual.java | 1 - .../modules/db/mysql/ui/AdminPropertiesPanel.java | 1 - .../netbeans/modules/derby/ui/DerbyPropertiesPanel.java | 2 -- ide/diff/src/org/netbeans/modules/diff/PatchAction.java | 2 +- .../netbeans/modules/project/ant/ui/VariablePanel.java | 1 - .../modules/project/ant/ProjectLibraryProvider.java | 3 +-- .../modules/project/ui/ProjectChooserAccessory.java | 2 +- .../modules/ant/freeform/ui/BasicProjectInfoPanel.java | 3 --- .../wizard/library/J2SEVolumeCustomizer.java | 1 - .../java/api/common/project/ui/LibrariesNode.java | 2 +- .../api/common/project/ui/customizer/EditMediator.java | 1 - .../modules/java/freeform/ui/ClasspathPanel.form | 2 +- .../modules/java/freeform/ui/ClasspathPanel.java | 5 +---- .../netbeans/modules/java/freeform/ui/OutputPanel.java | 2 -- .../java/j2semodule/ui/customizer/CustomizerRun.java | 1 - .../ui/wizards/PanelProjectLocationVisual.java | 2 -- .../modules/java/j2seplatform/wizard/DetectPanel.java | 1 - .../java/j2seproject/ui/customizer/CustomizerRun.java | 1 - .../ui/wizards/PanelProjectLocationExtSrc.java | 1 - .../ui/wizards/PanelProjectLocationVisual.java | 2 -- .../spi/java/project/support/ui/EditJarPanel.java | 3 +-- .../javawebstart/ui/customizer/JWSCustomizerPanel.java | 1 - .../netbeans/modules/maven/customizer/RunJarPanel.java | 1 - .../modules/maven/newproject/BasicPanelVisual.java | 1 - .../eclipse/core/UpdateEclipseReferencePanel.java | 2 -- .../modules/javafx2/project/ui/JFXIconsPanel.java | 3 --- .../modules/javafx2/project/ui/JFXRunPanel.java | 2 -- .../src/org/openide/filesystems/FileChooserBuilder.java | 7 ------- .../src/org/openide/filesystems/FileUtil.java | 2 +- .../src/org/openide/actions/SaveAsAction.java | 2 +- .../templates/RustProjectTemplatePanelVisual.java | 1 - 56 files changed, 32 insertions(+), 108 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
