You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by dk...@apache.org on 2019/10/31 14:41:02 UTC

[ws-xmlschema] branch master created (now f74a78c)

This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ws-xmlschema.git.


      at f74a78c  XMLSCHEMA-56 - Element defined in a base type sometimes isn't visited by an XmlSchemaWalker's visitor. Thanks to kgi. This closes #4.

This branch includes the following new commits:

     new 5ce56ab  usual bits.
     new 6c68273  Copy the code.
     new b5dda5c  Home for w3c testcases.
     new bda60b9  More tree structure.
     new 7675f40  move the w3c testcases to their own home
     new f50198f  change plan, just check them in as a jar
     new a4f076e  Get structure set up.
     new 7ae1f21  Forgot to commit aggregate pom.
     new 2f8b630  commit version that demonstrated a maven bug
     new 732db14  Fix site production, sort of.
     new 8ca37b7  get eclipse support working, albeit a bit messily
     new 0e64e6d  Resimplify the eclipse stuff now that I am less of an idiot.
     new 6702243  Actually test that the OSGi bundle is not a joke.
     new 8676ba9  Publish 2.0 snapshot site.
     new 8daa4e9  turn checkstyle back on
     new 9e4e038  Clean out unwanted deployment of site.xml.
     new e4162e2  Turn PMD back on.
     new 3065ba0  Fixed an issue in SchemaBuilder that prevented it from resolving imports without schemaLocation, but for which a schema has been registered using XmlSchemaCollection#getKnownNamespaceMap().
     new af7c992  Update to current surefire.
     new 11d1f38  Move eclipse support out to its own top-level to satisfy requirements of m3.
     new 8e9263f  Stub download location until we have one.
     new 81170f5  Update rel plugin.
     new 9581a3b  Update POM to released version of eclipse support artifact.
     new e824afb  [maven-release-plugin] rollback the release of xmlschema-2.0
     new 0153a92  Some POM repairs.
     new e53cca3  [maven-release-plugin] prepare release xmlschema-2.0
     new 030ba86  [maven-release-plugin] prepare for next development iteration
     new 863312d  XMLSCHEMA-13
     new 1ec63a6  XMLSCHEMA-3: Make sure that DefaultURIResolver properly resolves schema locations relative to JAR style URLs. This is important to be able to load schemas from the classpath.
     new 68fa7b7  Wrapper calls to System.getPropery within AccessController to allow controlling the access via a securitymanager.
     new a1dfb95  [XMLSCHEMA-16] Output qnames for unions Patch from Dmitry Repchevsky applied
     new d23de8e  [XMLSCHEMA-10] Fix issues with attributes being written out before the facets Patch from William Eliot Kimber applied (also fix stuff I shouldn't have committed in my last commit...  need to switch my XmlSchema checkout to git.....)
     new 3f088b2  Add svn:ignores
     new 1784b12  Make sure we set the cause for some thrown exceptions so we know why
     new 704e23a  Some site updates
     new 5e1c071  [XMLSCHEMA-8] Fix problem with relative paths if a file URI is passed in for system location.
     new 3b267aa  [XMLSCHEMA-5] Add a testcase for this.
     new 4e01100  Add README and RELEASE-NOT files. Line ending for new schemas
     new 370b798  Attempt to fix release process
     new 1940766  [maven-release-plugin] prepare release xmlschema-2.0.1
     new 69ffa16  [maven-release-plugin] prepare for next development iteration
     new 7923902  [XMLSCHEMA-16] Fix issue of order of the union memberTypes
     new 68a217e  Re-indent pom to clean it up
     new 4327367  Cleanup a bunch of site related things
     new 71d8890  Remove assemblies that are less than ideal. apache-release profile automatically builds a src distro in the root of the build. The doc assembly isn't the needed full site and is thus pretty pointless.
     new 8530367  Update release plugin goals and apache parent
     new a5b9558  [maven-release-plugin] prepare release xmlschema-2.0.1
     new 8db88ea  [maven-release-plugin] prepare for next development iteration
     new 4a5c3cb  Fix all the usage of generics to remove all the Eclipse warnings
     new ef72695  [XMLSCHEMA-22] Use the english locale for parsing enums to avoid issues with local locals making the toUpperCase call not yield usable results.
     new a93293a  [XMLSCHEMA-24] Update to use setAttributeNS instead of setAttribute
     new 7699ad5  [XMLSCHEMA-23] Fix issues with namespace declarations not being preserved on anything other than the top level element
     new 95aac97  [XMLSCHEMA-18] Don't set anything into the threadlocal if we don't need to to avoid having anything hold onto it (or our classloader)
     new 3a9c2c2  [XMLSCHEMA-20] Fix problem of serialized import elements always having a targetNamespace attribute that may be empty.
     new 3b8847b  Update release notes
     new 8865410  [maven-release-plugin] prepare release xmlschema-2.0.2
     new 127b1dc  [maven-release-plugin] prepare for next development iteration
     new 06b76a9  Need to add the w3c notice
     new a8d45ac  [maven-release-plugin] prepare release xmlschema-2.0.2
     new a026cf6  [maven-release-plugin] prepare for next development iteration
     new ffec8d9  [XMLSCHEMA-7] Fix issues with multiple xsd:key/keyrefs not being output. Patch from Marc Giger applied
     new fc0d0eb  Add one more item to the release notes
     new 55770f4  [maven-release-plugin] prepare release xmlschema-2.0.2
     new 44c4c3a  [maven-release-plugin] prepare for next development iteration
     new b54973b  [XMLSCHEMA-25] Fix for potential never ending loop Patch from Dmitry Repchevsky applied
     new a751e7d  Update release notes
     new 7c62f4d  [maven-release-plugin] prepare release xmlschema-2.0.3
     new 093bfc6  [maven-release-plugin] prepare for next development iteration
     new 9264bed  Not sure why we have a (non static) XmlSchema#serializeInternal(XmlSchema, Writer, Map<String,String>) method. That doesn't look like proper OO design. Remove the XmlSchema parameter and instead use "this".
     new 412aa26  [XMLSCHEMA-30] This commit fixes the XMLSCHEMA-30 bug.
     new 31ecc46  Fix imports
     new 48f4587  [XMLSCHEMA-26] Fix return of getNamespaceURI Patch from Dmitry Repchevsky applied
     new 0363e94  Change to 2.1.0 as XMLSCHEMA-26 introduces a slight behavior change which may not be appropriate for a patch
     new a98abf5  Missed some snapshot versions, flip to variable
     new 69ab4b4  [XMLSCHEMA-26] Forgot the testcase Patch from Dmitry Repchevsky
     new 43b8833  Update release notes
     new 6787a31  More updates to release notes
     new 8a94406  Don't deploy the test stuff, kind of pointless and not needed
     new 95fc766  [maven-release-plugin] prepare release xmlschema-2.1.0
     new 980e203  [maven-release-plugin] prepare for next development iteration
     new 247a20b  Start working on xmlschema site
     new 02762d9  Add apache links
     new ff60940  More apache links
     new 31df72a  [XMLSCHEMA-32] Lookup base types for ComplexContentRestriction Patch from Dmitry Repchevsky applied
     new ab94c53  [XMLSCHEMA-33] Define facets for the built in types Patch from Michael Pigott applied
     new 68b7ff7  [XMLSCHEMA-34] Attach schema target namespace fo XmlSchemaAny Patch from Michael Pigott applied
     new ed9f59c  Add some settings so xmlschema can be pulled directly into m2e
     new 13236b2  Update to java6, change version number to 2.2.0-SNAPSHOT to reflect the big change
     new b72f36f  Cleanup some warnings in eclipse
     new 684c5cc  Update to a newer version of pax-exam
     new f1a5a3f  Fix the formatting
     new ed3fbf3  Update some plugin versions and the parent pom version
     new 6a563cf  [XMLSCHEMA-36] Add the xmlschema-walker code from Michael Pigott Patch applied, reformatted, minor API updates
     new 973d61c  [XMLSCHEMA-37, XMLSCHEMA-11] Update the object model a bit to allow all to have a proper list of child types.  Also update choice appropriately.   Slightly incompatible API change.
     new f2e581c  Forgot to svn add a file
     new 0e07cd9  [XMLSCHEMA-38] Update the xmlschema-walker to properly define the generics Patch from Michael Pigott applied
     new 08d8f8a  Turn the new walker module into a bundle.  Update the bundle configuration to put a better URL, etc...
     new 1ec4409  [maven-release-plugin] prepare release xmlschema-2.2.0
     new 44e6233  [maven-release-plugin] prepare for next development iteration
     new cb9c353  [XMLSCHEMA-39] Create a proper xmlns namespace qualified attribute
     new 2cff46d  [maven-release-plugin] prepare release xmlschema-2.2.1
     new 333602d  [maven-release-plugin] prepare for next development iteration
     new 42d7281  Bug fix for XmlSchemaScope: support user-defined types for complex types. Patch from mikepigott applied This closes #2
     new 266dd9f  Update Pax Exam and Apache Felix. This fixes a build failure on Java 8.
     new 76fa17c  Upgrade Felix to the latest version.
     new b9f3731  XMLSCHEMA-43: Fix a test failure on Java 9.
     new 763a465  XMLSCHEMA-43: (Temporarily) switch to Equinox because Apache Felix doesn't support Java 9 yet.
     new e5be0d3  XMLSCHEMA-42: Add support for xs:attribute without type attribute to xmlschema-walker. Patch contributed by Tobias Crawley.
     new 30a4d19  [XMLSCHEMA-40] Don't use the locale/toLowerCase and instead use the raw strings.  Performs better as well.
     new 0a8fff5  [XMLSCHEMA-44] Make XmlSchemaCollection get* APIs null-safe.  Patch from Gary Gregory applied
     new 71f3322  Update release notes
     new 61f8299  Update junit/xmlunit versions
     new e05dc26  Update some plugin versions
     new ad60b01  [maven-release-plugin] prepare release xmlschema-2.2.2
     new f8700a7  [maven-release-plugin] prepare for next development iteration
     new 55c8dbc  Don't attach the test ZIP to the project.
     new bccbd28  Fix Javadoc problems.
     new aec3a06  [XMLSCHEMA-50] Fix problems grabbing annotation from certain schema constructs Patch from Mario Korte applied This closes #3
     new 09d65c8  Upate release notes
     new 15c0a69  [maven-release-plugin] prepare release xmlschema-2.2.3
     new 50f0dd8  [maven-release-plugin] prepare for next development iteration
     new f772ced  XMLSCHEMA-52 - Downloads page doesn't provide checksums or signatures
     new 1f8292b  Updating Apache parent pom
     new 6a275bb  Fix deprecated method usages.
     new 58766de  Make the build work with Java 9, 10 and 11.
     new aa1120c  XMLSCHEMA-53: Drop support for DOM 2.
     new 74c9240  Some minor improvements
     new d0f067b  Updating parent pom
     new 03374ae  Set secure processing feature and disallow doctypes
     new c6feca8  Updating guava version
     new a5f599e  Reverting to a version of guava that supports java 1.7
     new a852cb2  Setting secure processing feature on the TransformerFactory
     new 132fd89  Updating release notes
     new a018e10  Updating download page
     new 2a6f50d  [maven-release-plugin] prepare release xmlschema-2.2.4
     new 44646e3  [maven-release-plugin] prepare for next development iteration
     new ff39efc  Reverting release
     new fd9ed25  Reverting release
     new ced884d  Allow DocTypes
     new 7ac74ea  [maven-release-plugin] prepare release xmlschema-2.2.4
     new 4f31291  [maven-release-plugin] prepare for next development iteration
     new af14ead  Fixing digest links
     new 361db0d  Updating SLF4J
     new 95ed7ed  Updating SLF4J
     new 0bb6d48  Using Deque instead of Stack
     new 9f4df4c  Updating license name
     new 662c102  Switching to use https everywhere
     new f74a78c  XMLSCHEMA-56 - Element defined in a base type sometimes isn't visited by an XmlSchemaWalker's visitor. Thanks to kgi. This closes #4.

The 148 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.