6
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix for ABDERA-309
Christine Koppelt
as ckoppelt
More... over 11 years ago
added patch from Willem Jiang for ABDERA-293
Christine Koppelt
as ckoppelt
More... over 11 years ago
Removed empty svn:mergeinfo properties.
Andreas Veithen
as veithen
More... over 11 years ago
Upgraded Axiom to 1.2.14-SNAPSHOT.
Andreas Veithen
as veithen
More... over 11 years ago
Eliminated a couple of unnecessary/incorrect calls to setParentElement.
Andreas Veithen
as veithen
More... over 11 years ago
Avoid calling OMElement#removeAttribute(OMAttribute) with a null value.
Andreas Veithen
as veithen
More... over 11 years ago
When creating an element from the builder, only initialize the local name. The namespace will be set by StAXOMBuilder#processNamespaceData. This should avoid unnecessary creation of OMNamespace objects.
Andreas Veithen
as veithen
More... over 11 years ago
Some code simplifications.
Andreas Veithen
as veithen
More... over 11 years ago
Removed constructors that would allow to create OMElement instances that are not linked to an OMFactory.
Andreas Veithen
as veithen
More... over 11 years ago
Also move attribute filtering to FOMStAXFilter, so that FOMBuilder no longer needs to override StAXOMBuilder#processAttributes. Now, all filtering and transformation is done in FOMStAXFilter.
Andreas Veithen
as veithen
More... over 11 years ago
Added a unit test for attribute filtering.
Andreas Veithen
as veithen
More... over 11 years ago
Forgot to give the unit test a meaningful name.
Andreas Veithen
as veithen
More... over 11 years ago
Fixed the qnameAliasMap stuff. It was not exactly working as expected because Axiom resets the namespace information after an element has been created. Moved the logic to FOMStAXFilter so that QName aliasing is entirely transparent to Axiom. Also added a test case.
Andreas Veithen
as veithen
More... over 11 years ago
Since we filter out DTDs, we don't need to handle them in FOMDocument#clone().
Andreas Veithen
as veithen
More... over 11 years ago
Use meaningful parameter names.
Andreas Veithen
as veithen
More... over 11 years ago
A processing instruction is always complete.
Andreas Veithen
as veithen
More... over 11 years ago
No need to replace the entire StAXOMBuilder#next() method. At this point we only need to override the method to transform exceptions.
Andreas Veithen
as veithen
More... over 11 years ago
Started to decouple Abdera from the internals of the Axiom builder by moving the filtering logic (for whitespace, comments, etc.) out of FOMBuilder into an XMLStreamReader wrapper.
Andreas Veithen
as veithen
More... over 11 years ago
Added a unit test to test various parser options for which there was no test coverage yet.
Andreas Veithen
as veithen
More... over 11 years ago
Don't let the build depend on external resources (other than artifacts from Maven repositories). Added the test cases from feedvalidator.org to the sources. They are MIT licensed, which is compatible with the Apache license.
Andreas Veithen
as veithen
More... over 11 years ago
Removed unnecessary repository declaration. The Apache snapshot repository is configured in the Apache super-POM.
Andreas Veithen
as veithen
More... over 11 years ago
Realigned the control flow in FOMBuilder with the control flow in the standard Axiom builders.
Andreas Veithen
as veithen
More... over 11 years ago
Removed method that duplicates code from the base class.
Andreas Veithen
as veithen
More... over 11 years ago
Removed unnecessary null checks.
Andreas Veithen
as veithen
More... over 11 years ago
Removed unused attribute.
Andreas Veithen
as veithen
More... over 11 years ago
Avoid usage of deprecated UUIDGenerator.
Andreas Veithen
as veithen
More... over 11 years ago
Fixed svn:ignore.
Andreas Veithen
as veithen
More... over 11 years ago
Prevent the build from creating a derby.log file in the source tree (instead, create it in the target directory).
Andreas Veithen
as veithen
More... over 11 years ago
Let the root POM inherit from the Apache super-POM.
Andreas Veithen
as veithen
More... over 11 years ago
Only add default namespace declarations on "service" elements that are created programmatically, but not on elments that are created by the parser. Otherwise this may result in inconsistent namespaces. This change also makes Abdera 1.x compatible with Axiom 1.2.13 (which detects this situation and triggers an exception).
Andreas Veithen
as veithen
More... over 12 years ago