This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from edbfccde3a #7505: Let lsp.client display completions provided by
CompletionCollector
add 5810ed5cc8 Fix platform/openide.text tests (NotifyModifiedTest) on JDK
11+
add 88a5a8e704 Fix platform/openide.util.ui test on JDK 11+
add 6440e808f2 Fix tests in platform/lib.uihandler on JDK11+
add 13c5fd23ad Remove hard dependency on presence of
ProjectManageImplementation in platform/openide.nodes
add 108acb427e Fix apisupport/timers unittests
add b5a5c4bc71 Fix platform/netbinox test (BundleURLConnectionTest.java)
and remove JDK 8 CI setup
new 3ec463737a Merge pull request #7502 from matthiasblaesing/jdk17_2
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:
.github/workflows/main.yml | 11 +--
apisupport/timers/nbproject/project.properties | 3 -
.../modules/timers/ObjectListRendererTest.java | 12 ++-
.../lib.uihandler/nbproject/project.properties | 2 +-
.../org/netbeans/lib/uihandler/LogFormatter.java | 6 +-
.../src/org/netbeans/lib/uihandler/LogRecords.java | 10 +-
.../netbeans/lib/uihandler/LogFormatterTest.java | 2 +-
.../lib/uihandlerserver/LogRecordsTest.java | 8 +-
.../modules/netbinox/BundleURLConnectionTest.java | 107 +++++++++++++++++----
.../src/org/openide/nodes/Children.java | 10 +-
.../src/org/openide/text/NotifyModifiedTest.java | 11 +--
.../xml/{XMLUtilTest.java => XMLUtil2Test.java} | 20 +---
12 files changed, 128 insertions(+), 74 deletions(-)
rename
platform/openide.util.ui/test/unit/src/org/openide/xml/{XMLUtilTest.java =>
XMLUtil2Test.java} (97%)
---------------------------------------------------------------------
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