Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mass rep cap #157

Merged
merged 5 commits into from
Sep 19, 2023
Merged

Mass rep cap #157

merged 5 commits into from
Sep 19, 2023

Commits on Sep 19, 2023

  1. Temp progress on #156

    BryceStevenWilley committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d02bd47 View commit details
    Browse the repository at this point in the history
  2. Added the Massachusetts extension to Tyler WSDLs

    Added the `urn:tyler:ecf:extensions:Massachusetts` namespace to all of the
    ECF schemas. As a result, `wsdl2java` made the following changes to the
    autogenerated Java files:
    
    * `RepresentativeCapacityType`: used in as a possible element of a Tyler CaseAugmentationType.getExtendedData list.
    * Some strings are now actually strings, and have a `XmlJavaTypeAdapter(CollapsedStringAdapter.class)` attribute. The `SMTCodeSimpleType` is only one I see (idk about it).
    * List accessors say "inside the Jakarta XML Binding object" instead of "inside the JAXB object"
    * ordering changes in imports and class ordering in `@XmlSeeAlso`
    BryceStevenWilley committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    bad3bde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c419620 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49c321d View commit details
    Browse the repository at this point in the history
  5. Pass in whole obj to extractLowerCourt

    Not just `lower_court_case`
    BryceStevenWilley committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    9f66b58 View commit details
    Browse the repository at this point in the history