veithen opened a new pull request, #854:
URL: https://github.com/apache/ws-axiom/pull/854

   - Merge NodeFactory2's content (@Singleton + all create* methods) into 
NodeFactory
   - Delete NodeFactory2.java and NodeFactoryImpl.java
   - Update AxiomNodeFactory, DOMNodeFactory: extends NodeFactory2 → NodeFactory
   - Update NodeFactoryMixin: implements NodeFactory2 → NodeFactory
   - Update NodeType: Function<NodeFactory2,…> → Function<NodeFactory,…>, 
remove getFactory2()
   - Update AttributeMatcher, NSAwareAttributeMatcher, 
NamespaceDeclarationMatcher params
   - Update BuilderHandler/BuilderImpl: NodeFactory2 → NodeFactory
   - Remove .getFactory2() from CoreElementMixin, CoreNodeMixin, 
CoreParentNodeMixin, CustomBuilderManager, AxiomSourcedElementMixin
   - Update DOMSemantics param NodeFactory2 → NodeFactory
   - Update AxiomSemantics: factory.getFactory2() → (AxiomNodeFactory) factory
   - Simplify LLOMNodeFactory/DOOMNodeFactory to load weaver singleton as 
NodeFactory


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to