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 4e6930488c Merge pull request #6249 from matthiasblaesing/js_fixes
new 9e926b4a33 NetBeans UserCatalog should allow mapping namespace to
local file
new 2874cea502 Fix parameter names in signature of
CatalogEntityResolver.resolve and cleanup
new 952d9fc22a Allow schema based completion in XML files where namespace
is registered in UserCatalog
new b85bb0d41a Reenable test
SecureURLResourceRetrieverTest.shouldUseKeyStoreFromSystemProperties()
new 256f1b32dd Merge pull request #6245 from
matthiasblaesing/xml_validation
The 8943 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:
ide/api.xml.ui/nbproject/project.xml | 19 ++
.../netbeans/spi/xml/cookies/SharedXMLSupport.java | 264 ++++++++++++---------
.../spi/xml/cookies/SharedXMLSupportTest.java | 71 +++++-
...onformingNamespacesDocumentWithKnownSchema.xml} | 1 -
.../netbeans/modules/xml/catalog/Bundle.properties | 2 +-
.../modules/xml/catalog/CatalogEntryPanel.form | 7 +-
.../modules/xml/catalog/CatalogEntryPanel.java | 8 +-
.../modules/xml/catalog/CatalogEntityResolver.java | 79 +++---
.../impl/SecureURLResourceRetrieverTest.java | 2 -
.../xml/retriever/impl/badssl.com-client.p12 | Bin 2797 -> 2789 bytes
.../completion/util/CompletionContextImpl.java | 254 ++++++++++----------
11 files changed, 421 insertions(+), 286 deletions(-)
copy
ide/api.xml.ui/test/unit/src/org/netbeans/spi/xml/cookies/data/{ConformingNamespacesDocument.xml
=> ConformingNamespacesDocumentWithKnownSchema.xml} (95%)
---------------------------------------------------------------------
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