xstream.module.xml

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

  1. … 70 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

  1. … 2 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. … 4 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. … 12 more files in changeset.
LDEV-4400 Update configuration files to match latest schemas

  1. … 33 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.

  1. … 349 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. … 8 more files in changeset.