This is an automated email from the ASF dual-hosted git repository.
neilcsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.
from 8774f8d Application deployment support to locally running Payara
Server docker container (#3330)
add c72bf12 No doctype is a fallback for missing doctype
add 38dd781 Merge pull request #3505 from
JaroslavTulach/jtulach/FallbackDoctype
add e4bf509 Update FlatLaf from 2.0 to 2.0.1
add ca66c2b Merge pull request #3504 from DevCharly/flatlaf-2.0.1
add 33025dc Manually disable other Java extension
add 10d85e4 Merge pull request #3510 from
JaroslavTulach/jtulach/DetectMultipleJavaExtensions
add 01639b6 Fix code completion for parent's trait #3486
add b645e98 Merge pull request #3521 from junichi11/gh-3486
add 607de01 Micronaut Project: Inform user about execution of downloaded
code
add 43cda59 [NETBEANS-6401] Ensure mwnv and gradlew are executable after
extraction from generated ZIP
add 9c08a45 Merge pull request #3506 from matthiasblaesing/micronaut_fix
add ad042b7 Regenerate sigfiles
add a18008a3 Merge pull request #3507 from
junichi11/php-regenerate-sigfiles
add b2aafd4 Making build information a bit more up to date
add 987c489 Merge pull request #3512 from
JaroslavTulach/jtulach/VsixUpToDateBuildInfo
add 1d6f7a1 Exposing simple UI action to open next segment of a heap dump
add 80879f8 Merge pull request #3518 from
JaroslavTulach/jtulach/MultipleHprofSegments
add d4f6336 build.xml and run.xml: fixed detection of 64 bit architecture
for Java 9+
add 297486a Merge pull request #3522 from DevCharly/ant-jvm-arch-64bit
add 95208b0 #3526: Retain traling / for non-existing directories.
add 5b6a473 Merge pull request #3541 from
sdedic/maven/GH3526-maven-classpath
add 3231d64 [#3511] workaround for extends/implements panel not showing
any results.
add 4153d97 Merge pull request #3543 from
mbien/show-finals-workaround_delivery
add 1572a44 [jackpot] DefaultRuleUtilities::referencedIn fix for single
variable matching.
add fd384f0 Merge pull request #3540 from mbien/referencedIn-fix
add 582c2c5 [NETBEANS-6177] Fix an issue the stop command is not sent
add 3ff1e3d Merge pull request #3549 from junichi11/netbeans-6177-xdebug
new 0b619d1 Merge pull request #3515 from apache/delivery
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../micronaut/licenseinfo.xml | 26 ++----
.../micronaut/newproject/BasePropertiesVisual.form | 102 ++++++++++++--------
.../micronaut/newproject/BasePropertiesVisual.java | 77 ++++++++-------
.../modules/micronaut/newproject/Bundle.properties | 1 +
.../newproject/MicronautProjectWizardIterator.java | 17 ++++
.../modules/micronaut}/resources/warning.png | Bin
.../modules/micronaut}/resources/warning.svg | 0
harness/apisupport.harness/release/run.xml | 7 +-
.../org/netbeans/modules/html/templates/html.html | 2 +-
.../netbeans/modules/html/templates/xhtml.xhtml | 2 +-
.../hints/declarative/conditionapi/Matcher.java | 20 +++-
.../declarative/conditionapi/isReferencedIn.hint | 30 ++++++
.../declarative/conditionapi/isReferencedIn.test | 75 +++++++++++++++
java/java.lsp.server/vscode/BUILD.md | 40 ++++----
java/java.lsp.server/vscode/src/extension.ts | 12 +--
.../ui/ExtensionAndImplementationVisualPanel.java | 6 +-
.../netbeans/modules/maven/NbMavenProjectImpl.java | 34 ++++++-
.../maven/classpath/RuntimeClassPathImpl.java | 3 +-
.../maven/classpath/TestRuntimeClassPathImpl.java | 5 +-
nbbuild/build.xml | 7 +-
.../netbeans/modules/php/dbgp/DebugSession.java | 17 +++-
.../netbeans/modules/php/dbgp/SessionManager.java | 10 +-
.../php/editor/completion/PHPCodeCompletion.java | 19 +++-
.../php/editor/elements/IndexQueryImpl.java | 4 +
.../testfiles/completion/lib/gh3486/gh3486.php | 103 +++++++++++++++++++++
.../lib/gh3486/gh3486.php.testGH3486_01.completion | 16 ++++
.../lib/test207345/bar.php.testUseCase1.completion | 1 -
.../completion/PHPCodeCompletionGH3486Test.java | 49 ++++++++++
php/php.project/external/binaries-list | 2 +-
...1.3-license.txt => phpsigfiles-1.4-license.txt} | 2 +-
...s-1.3-notice.txt => phpsigfiles-1.4-notice.txt} | 0
php/php.project/nbproject/project.properties | 2 +-
platform/libs.flatlaf/external/binaries-list | 2 +-
...f-2.0-license.txt => flatlaf-2.0.1-license.txt} | 4 +-
platform/libs.flatlaf/nbproject/project.properties | 2 +-
platform/libs.flatlaf/nbproject/project.xml | 4 +-
.../netbeans/lib/profiler/heap/CacheDirectory.java | 9 +-
.../netbeans/lib/profiler/heap/HeapFactory.java | 2 +-
.../profiler/heapwalk/HeapFragmentWalker.java | 10 ++
.../modules/profiler/heapwalk/HeapWalker.java | 26 ++++--
.../profiler/heapwalk/HeapWalkerManager.java | 26 +++---
.../profiler/heapwalk/OverviewController.java | 14 ++-
.../profiler/heapwalk/ui/OverviewControllerUI.java | 2 +
43 files changed, 621 insertions(+), 171 deletions(-)
copy ide/html/src/org/netbeans/modules/html/templates/html.html =>
enterprise/micronaut/licenseinfo.xml (68%)
copy {websvccommon/websvc.saas.ui/src/org/netbeans/modules/websvc/saas/ui =>
enterprise/micronaut/src/org/netbeans/modules/micronaut}/resources/warning.png
(100%)
copy {websvccommon/websvc.saas.ui/src/org/netbeans/modules/websvc/saas/ui =>
enterprise/micronaut/src/org/netbeans/modules/micronaut}/resources/warning.svg
(100%)
create mode 100644
java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/conditionapi/isReferencedIn.hint
create mode 100644
java/java.hints.declarative/test/unit/src/org/netbeans/modules/java/hints/declarative/conditionapi/isReferencedIn.test
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/lib/gh3486/gh3486.php
create mode 100644
php/php.editor/test/unit/data/testfiles/completion/lib/gh3486/gh3486.php.testGH3486_01.completion
create mode 100644
php/php.editor/test/unit/src/org/netbeans/modules/php/editor/completion/PHPCodeCompletionGH3486Test.java
rename php/php.project/external/{phpsigfiles-1.3-license.txt =>
phpsigfiles-1.4-license.txt} (99%)
rename php/php.project/external/{phpsigfiles-1.3-notice.txt =>
phpsigfiles-1.4-notice.txt} (100%)
rename platform/libs.flatlaf/external/{flatlaf-2.0-license.txt =>
flatlaf-2.0.1-license.txt} (99%)
---------------------------------------------------------------------
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