xstream

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Register SQL timestamp converter in XStream

  1. … 1 more file in changeset.
LDEV-5440 Update libraries to new versions

    • binary
    ./xstream-1.4.20.jar
  1. … 68 more files in changeset.
LDEV-5440 Update CSRFGuard from 4.1.3 to 4.3.0-jakarta

Customisation was needed:

In CsrfGuardUtils use

public static String normalizeResourceURI(final String resourceURI) {

String normalizedResourceURI = resourceURI.startsWith("/") ? resourceURI : '/' + resourceURI;

// LAMS LDEV-4932 Replace multiple slashes with a single one, so it works the same as Spring MVC

normalizedResourceURI = normalizedResourceURI.replaceAll("/{2,}", "/");

return normalizedResourceURI;

}

Also update WF module schemas.

  1. … 44 more files in changeset.
LDEV-3275 Update XStream binaries

    • binary
    ./xstream-1.4.11.jar
LDEV-4440, LDEV-3275 Update XStream source code

    • binary
    ./xstream-1.4.10.jar
  1. … 331 more files in changeset.
LDEV-4440, LDEV-3275 Update XStream binaries

Version 1.4.10 is more up to date than 1.5.0 which has been released

unofficially.

  1. … 3 more files in changeset.
LDEV-4402 Remove obsolete XPP3 and XMLPull libraries

The libraries have been used by earlier versions of XStream. They are

not needed for latest XStream and Java 6+.

Deserialized classes must implement a no-arg constructor.

  1. … 9 more files in changeset.
LDEV-4400 Update configuration files to match latest schemas

  1. … 32 more files in changeset.
LDEV-3275: Make XStream use enhanced mode in which it can instantinate classes without no-arg constructors. This requires Oracle's JVM to be used, but it is a requirement of LAMS anyway. Otherwise multiple LAMS classes (mainly DTOs) would have to be given no-arg constructors or implement Serializable.

  1. … 11 more files in changeset.
LDEV-3275: Add missing dependencies. Update XStream to version 1.5.0, and its corresponding libraries. Reimplement LD attachment importing. Reimplement Content Repository credential check. Moja joda-time library to separate folder as it is not a part of XStream deployment anymore, but it is still needed in LAMS code.

    • binary
    ./xmlpull-1.1.3.1.jar
    • -0
    • +30
    ./xmlpull.module.xml
    • binary
    ./xpp3_min-1.1.4c.jar
    • binary
    ./xstream-1.5.0-SNAPSHOT.jar
  1. … 339 more files in changeset.
LDEV-3275: Deploy XPP (XMLPull), Joda 2.1 and XStream Commons as a WildFly module. Use XOM library version 1.0 -> 1.2.5 delivered with WildFly.

    • -0
    • +34
    ./xstream.module.xml
  1. … 4 more files in changeset.
LDEV-2849: Remove unnecessary libraries and dependencies.

  1. … 104 more files in changeset.
WVI-33: Allow registration on external server via SAML module. Make "access" context use AuthnRequests. Upgrade several libraries to newer versions. General debuggin and cleaning.

  1. … 379 more files in changeset.
LDEV-2642, LDEV-2646: Extend access control for Planner nodes. Add a node's owner field. Fix exporting/importing nodes. Upgrade XStream from 1.1 to 1.1.3.

  1. … 10 more files in changeset.
updated libraries revert from axis2 to axis 1.4 because of the fact axis2 does not support rpc style soap binding, which is required by moodle integration

  1. … 29 more files in changeset.
added or updated jars for axis2 webservice

    • binary
    ./wstx-asl-2.9.3.jar
  1. … 25 more files in changeset.
Add xstream third party package.

    • binary
    ./jmock-2004-03-19.jar
    • binary
    ./joda-time-0.98.jar
    • binary
    ./stax-1.1.1-dev.jar
    • binary
    ./xml-writer-0.2.jar
    • binary
    ./xpp3-1.1.3.4d_b4_min.jar
  1. … 2 more files in changeset.