Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5440 Upgrade MySQL Java connector to version 8.3.0

    • binary
    ./mysql-connector-j-8.3.0.jar
  1. … 2 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-4402 Update MySQL connector source code for version 8.0.11

    • binary
    ./mysql-connector-java-5.1.46-bin.jar
    • binary
    ./mysql-connector-java-8.0.11.jar
  1. … 753 more files in changeset.
LDEV-4402 Upgrade to MySQL 8.0.11

This server version requires a newer connector and server time zone

settings.

  1. … 15 more files in changeset.
LDEV-4402 Update MySQL connector source files

  1. … 27 more files in changeset.
LDEV-4402 Upgrade MySQL connector so it works with server 8.0.3+

    • binary
    ./mysql-connector-java-5.1.43-bin.jar
    • binary
    ./mysql-connector-java-5.1.46-bin.jar
  1. … 7 more files in changeset.
LDEV-4402 Upgrade MySQL connector

From version 5.1.38 to 5.1.43

Changes in 3rdParty.userlibraries for Spring are shipped with this

commit too.

    • binary
    ./mysql-connector-java-5.1.38-bin.jar
    • binary
    ./mysql-connector-java-5.1.43-bin.jar
  1. … 1 more file in changeset.
LDEV-4400 Update configuration files to match latest schemas

  1. … 33 more files in changeset.
After migration clean up

  1. … 314 more files in changeset.
LDEV-3629: Alter character set and collation of the database and each of its tables. Shorten indexed text fields. Upgrade Java -> MySQL connector. Remove an obsolete field from User class.

    • binary
    ./mysql-connector-java-5.1.31-bin.jar
    • binary
    ./mysql-connector-java-5.1.38-bin.jar
  1. … 282 more files in changeset.
LDEV-3275: Make Ant use WildFly libraries to build EAR. The libraries have to be exactly listed, instead of using **/*.jar. This is becaus full (not slimmed) WildFly contain other library versions than used by LAMS (located in lams_build/lib). When starting up WildFly libraries would be loaded first and probably foreshadow/clash with versions delivered with EAR.

Also an attempt to correctly deliver MySQL connector lib to WildFly modules dir was committed. Other libraries delivery will follow the same pattern.

    • -0
    • +32
    ./mysql-connector-java.module.xml
  1. … 3 more files in changeset.
LDEV-3275: Remove files again after unnecessary reintroduction.

    • binary
    ./mysql-connector-java-5.0.8-bin.jar
  1. … 3 more files in changeset.
LDEV-3275: Reintroduce MySQL files in HEAD.

    • binary
    ./mysql-connector-java-5.0.8-bin.jar
  1. … 3 more files in changeset.
LDEV-3275: Upgrade MySQL connector to version 5.1.31.

    • binary
    ./mysql-connector-java-5.0.8-bin.jar
  1. … 8 more files in changeset.
LDEV-3275: Upgrade MySQL connector to version 5.1.31.

    • binary
    ./mysql-connector-java-5.1.31-bin.jar
  1. … 259 more files in changeset.
LDEV-2823: Add properties that select whether standalone or embedded MySQL should be used for LAMS run and/or build. Make all Tools use MXJ connectors if needed. Make Tool Deployer usage lighter - libraries are not copied to Tools but they are referenced from a single spot. Copy MXJ connectors from "mysql_embedded" project if needed.

  1. … 50 more files in changeset.
LDEV-2239: Upgrading mysql connector

    • binary
    ./mysql-connector-java-3.1.12-bin.jar
    • binary
    ./mysql-connector-java-5.0.8-bin.jar
  1. … 18 more files in changeset.
update mysql JDBC driver

    • binary
    ./mysql-connector-java-3.1.12-bin.jar
    • binary
    ./mysql-connector-java-3.1.7-bin.jar
  1. … 3 more files in changeset.
Moving common libraries to a shared build area

    • binary
    ./mysql-connector-java-3.1.7-bin.jar
  1. … 83 more files in changeset.