Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Revert to older version of JJWT

The change is too broad and it is not within scope of upgrading WildFly

  1. … 424 more files in changeset.
LDEV-5440 Update JJWT from 0.11.2 to 0.12.5

    • binary
    ./jjwt-api-0.12.5.jar
    • binary
    ./jjwt-impl-0.12.5.jar
    • binary
    ./jjwt-jackson-0.12.5.jar
    • binary
    ./jwks-rsa-0.22.1.jar
  1. … 425 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. … 43 more files in changeset.
LDEV-5277 Add JWKS RSA (JSON Web Key Set parser) library version 0.20.0

    • binary
    ./jwks-rsa-0.20.0.jar
  1. … 2 more files in changeset.
LDEV-5277 Update JJWT library to version 0.11.2

    • binary
    ./jjwt-api-0.11.2.jar
    • binary
    ./jjwt-impl-0.11.2.jar
    • binary
    ./jjwt-jackson-0.11.2.jar
  1. … 91 more files in changeset.
LDEV-4599 Add JWT library. Set up dependencies.

If LAMS has been slimmed before deployment of this patch, it is missing

Jackson library which is needed for JWT library to work. The library can

taken from a fresh copy of WF from the following path:

<WF>modules\system\layers\base\com\fasterxml

It needs to be copied to the slimmed WF instance.

  1. … 5 more files in changeset.
LDEV-4402 Substitute Gson and Apache JSON with Jackson

Jackson is a top JSON library shipped with WF10.

Apache JSON resides in an ancient library which we do not need for

anything else.

We use GSon only for serializing Java objects to JSON, which Jackson can

do too.

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

  1. … 32 more files in changeset.
LDEV-4196 Create document collaboration tool

    • binary
    ./json-simple-1.1.1.jar
    • -0
    • +29
    ./json-simple.module.xml
  1. … 4 more files in changeset.
LDEV-3275: Deploy Gson as a WildFly module.

  1. … 2 more files in changeset.
LDEV-3115: Split Authoring code into libraries for better management. Add partial branching support.

  1. … 10 more files in changeset.