1. 8090fe0 Fix broken Attic URL by Sebastian Bazley · 8 years ago trunk
  2. aea41cd update to point at attic by Jan Iversen · 8 years ago
  3. d7e4d9a Use factory to create FOMEntry instance. by Andreas Veithen · 10 years ago
  4. 5abfccf Switch Axiom to release version. by Andreas Veithen · 10 years ago
  5. 82864e2 Switch Axiom to release version. by Andreas Veithen · 10 years ago
  6. 6c5eced Fix incorrect artifact ID. by Andreas Veithen · 10 years ago
  7. 8e0086a Adapt to recent changes in Axiom. by Andreas Veithen · 10 years ago
  8. 297205b Adapt to recent changes in Axiom and avoid accessing the internal state of Axiom nodes directly. by Andreas Veithen · 11 years ago
  9. d36464a Adapt to recent changes in Axiom and avoid using internal APIs. by Andreas Veithen · 11 years ago
  10. d5ec967 Prevent the build from creating the Jackrabbit repository in the source tree (instead, create it in the target directory). by Andreas Veithen · 13 years ago
  11. b49ab3f Use the new style system property configuration for the surefire plugin. by Andreas Veithen · 13 years ago
  12. 2394792 Applied the fix in r1452103 to the two other SimpleAdapter classes. by Andreas Veithen · 13 years ago
  13. e52ffe2 Fixed a test case issue (incorrect response to POST request; causing Axiom to throw an exception). by Andreas Veithen · 13 years ago
  14. c43e39d Avoid using fixed TCP port numbers in unit tests. by Andreas Veithen · 13 years ago
  15. aa32b52 If something goes wrong in the setUp method, let JUnit handle it and fail the test. by Andreas Veithen · 13 years ago
  16. aa21321 Avoid using fixed TCP port numbers in unit tests. by Andreas Veithen · 13 years ago
  17. a245ada If something goes wrong in the setUp method, let JUnit handle it and fail the test. by Andreas Veithen · 13 years ago
  18. ca7a4c6 Avoid using fixed TCP port numbers in unit tests. by Andreas Veithen · 13 years ago
  19. 8b50372 Fixed formatting. by Andreas Veithen · 13 years ago
  20. 555282c Removed unnecessary call to internal Axiom method corrupting the object model. by Andreas Veithen · 13 years ago
  21. 4d069b6 Avoid using internal Axiom APIs. by Andreas Veithen · 13 years ago
  22. 753b571 Some code simplifications. by Andreas Veithen · 13 years ago
  23. f19937a Switched to Axiom snapshot version to detect regressions early. by Andreas Veithen · 13 years ago
  24. 60866bf Prevent FOMBuilder from modifying the internal state of its superclass (StAXOMBuilder) because this creates a compatibility issue with Axiom 1.2.15. Instead, let Axiom handle the creation of the FOMDocument instance. by Andreas Veithen · 13 years ago
  25. f49aadb Removed unused imports and unnecessary @SuppressWarnings. by Andreas Veithen · 13 years ago
  26. 2009f1a Update CHANGES file for 1.1.3 release by Anthony Elder · 13 years ago
  27. b615efa Switched to Axiom release version. by Andreas Veithen · 13 years ago
  28. b1dd8d4 fix for the Java7 build problems from ABDERA-311 by Christine Koppelt · 13 years ago
  29. 881cd49 Adapt to latest changes in Axiom. by Andreas Veithen · 13 years ago
  30. adeb938 Set svn:ignore. by Andreas Veithen · 13 years ago
  31. b42e0cf fix for ABDERA-309 by Christine Koppelt · 13 years ago
  32. f390bba added patch from Willem Jiang for ABDERA-293 by Christine Koppelt · 13 years ago
  33. 502ba62 Removed empty svn:mergeinfo properties. by Andreas Veithen · 13 years ago
  34. b0b610e Upgraded Axiom to 1.2.14-SNAPSHOT. by Andreas Veithen · 13 years ago
  35. e10075e Merged latest changes from trunk. by Andreas Veithen · 13 years ago axiom-upgrade
  36. 2057ab7 Eliminated a couple of unnecessary/incorrect calls to setParentElement. by Andreas Veithen · 13 years ago
  37. a02b181 Avoid calling OMElement#removeAttribute(OMAttribute) with a null value. by Andreas Veithen · 13 years ago
  38. 6f5e097 Updated to OMElementImpl constructors introduced in Axiom 1.2.14. by Andreas Veithen · 13 years ago
  39. 6ace5f8 Merged latest changes from trunk. by Andreas Veithen · 13 years ago
  40. 73e2f28 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. by Andreas Veithen · 13 years ago
  41. b76fb41 Some code simplifications. by Andreas Veithen · 13 years ago
  42. b7e6382 Merged latest changes from trunk. by Andreas Veithen · 13 years ago
  43. 6f6b78f Removed constructors that would allow to create OMElement instances that are not linked to an OMFactory. by Andreas Veithen · 13 years ago
  44. 7dd2407 Merged latest changes from trunk. by Andreas Veithen · 13 years ago
  45. 2d43077 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. by Andreas Veithen · 13 years ago
  46. 61a3988 Added a unit test for attribute filtering. by Andreas Veithen · 13 years ago
  47. f035bf9 Forgot to give the unit test a meaningful name. by Andreas Veithen · 13 years ago
  48. c419255 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. by Andreas Veithen · 13 years ago
  49. 06b5b24 Since we filter out DTDs, we don't need to handle them in FOMDocument#clone(). by Andreas Veithen · 13 years ago
  50. c4dda9a Some more unfinished code. by Andreas Veithen · 13 years ago
  51. b6c122b Merged latest changes from trunk. by Andreas Veithen · 13 years ago
  52. 05a7d35 Use meaningful parameter names. by Andreas Veithen · 13 years ago
  53. 0c8e0cd A processing instruction is always complete. by Andreas Veithen · 13 years ago
  54. 7982919 Merged latest changes from trunk. by Andreas Veithen · 13 years ago
  55. c9d2c56 No need to replace the entire StAXOMBuilder#next() method. At this point we only need to override the method to transform exceptions. by Andreas Veithen · 13 years ago
  56. d6cd0ce 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. by Andreas Veithen · 13 years ago
  57. 1148695 Added a unit test to test various parser options for which there was no test coverage yet. by Andreas Veithen · 13 years ago
  58. 1e29715 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. by Andreas Veithen · 13 years ago
  59. 5506ef3 Removed unnecessary repository declaration. The Apache snapshot repository is configured in the Apache super-POM. by Andreas Veithen · 13 years ago
  60. 03b9386 No need to override createOMElement. The method in the base class now calls constructNode and we override that method. by Andreas Veithen · 13 years ago
  61. 13ab07d Merged latest changes from trunk. by Andreas Veithen · 13 years ago
  62. b41cbe5 Realigned the control flow in FOMBuilder with the control flow in the standard Axiom builders. by Andreas Veithen · 13 years ago
  63. 41dbe1f Removed method that duplicates code from the base class. by Andreas Veithen · 13 years ago
  64. 910168f Removed unnecessary null checks. by Andreas Veithen · 13 years ago
  65. 1efabbb Removed unused attribute. by Andreas Veithen · 13 years ago
  66. 7d92715 Avoid usage of deprecated UUIDGenerator. by Andreas Veithen · 13 years ago
  67. 05edacf Some unfinished changes. by Andreas Veithen · 13 years ago
  68. 2b9f62a Created a development branch to prepare the changes necessary to make Abdera compatible with the latest Axiom version. by Andreas Veithen · 13 years ago
  69. 738d959 Fixed svn:ignore. by Andreas Veithen · 13 years ago
  70. 66fe5f5 Prevent the build from creating a derby.log file in the source tree (instead, create it in the target directory). by Andreas Veithen · 13 years ago
  71. 6494ff3 Let the root POM inherit from the Apache super-POM. by Andreas Veithen · 13 years ago
  72. 5fb3350 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). by Andreas Veithen · 14 years ago
  73. 2941771 ABDERA-284: Updated the Axiom version in the ant build (to match the one used in the Maven build). by Andreas Veithen · 14 years ago
  74. 934c4e2 Update CHANGES file with changes since 1.1.2 by Anthony Elder · 14 years ago
  75. 1e510f2 ABDERA-290: Apply patch from Andreas Veithen and Olve Sæther Hansen to fix using Axiom 1.2.12 breaks Abdera-parser - compile-errors by Anthony Elder · 14 years ago
  76. fb2f0ea further ISO 639-2 language codes added by Christine Koppelt · 14 years ago
  77. 3e65d5a refactoring;added some new ISO 639-2 language codes by Christine Koppelt · 14 years ago
  78. 0cc7b4b added some new ISO 639-2 language codes by Christine Koppelt · 14 years ago
  79. 4acadcf Fix for ABDERA-285 by Christine Koppelt · 14 years ago
  80. a147e72 harmonized geronimo-activation version by Christine Koppelt · 14 years ago
  81. 5489321 removed broken test by Christine Koppelt · 14 years ago
  82. 690b176 fix for ABDERA-281. Add axiom-api dependency to parser. by Daniel Beaulieu · 14 years ago
  83. 7f0c51b fix for ABDERA-282 by Christine Koppelt · 15 years ago
  84. 7243df7 added quaility factors to request accept header by Christine Koppelt · 15 years ago
  85. 0efd2ce improved patch by Christine Koppelt · 15 years ago
  86. f9f2c83 fix for ABDERA-259 by Christine Koppelt · 15 years ago
  87. c59215d finally removed outdated couchdb adapter by Christine Koppelt · 15 years ago
  88. 48df3ea ABDERA-279: Apply patch from Antoine Toulme to fix Faulty classloading - unreachable code by Anthony Elder · 15 years ago
  89. 80d019c updated readme and build script by Christine Koppelt · 15 years ago
  90. 134d8d8 moved doco to wiki by Christine Koppelt · 15 years ago
  91. acaca3f Update changes file for abdera-278 by Anthony Elder · 15 years ago
  92. b0efb71 ABDERA-278: Fix to relax the version requirement for commons-codec in OSGi manifests by Anthony Elder · 15 years ago
  93. de576c6 Update trunk CHANGES file for 1.1.2 release by Anthony Elder · 15 years ago
  94. 6dc510f ABDERA-277: Correct application of patch to fix Excessive calls to flush() on the Writer responsible for writing JSONStream data by Anthony Elder · 15 years ago
  95. 03cf598 ABDERA-277: Apply patch from Olve Sæther Hansen to fix Excessive calls to flush() on the Writer responsible for writing JSONStream data. by Anthony Elder · 15 years ago
  96. 15c791a added unit test for ABDERA-251 and and ABDERA-243 by Christine Koppelt · 15 years ago
  97. 3dfd1f8 applied patch for ABDERA-251 by Christine Koppelt · 15 years ago
  98. 2b8bc19 removed couchdb adapter from build files to get rid of the additional maven repo; updated some dependencies by Christine Koppelt · 15 years ago
  99. e8b7972 updated project version to 1.2-SNAPSHOT by Christine Koppelt · 15 years ago
  100. ba5e5a0 fix for ABDERA-275 by Christine Koppelt · 15 years ago