lams_build

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-5277 Add JWKS RSA (JSON Web Key Set parser) library version 0.20.0

    • binary
    ./lib/json/jwks-rsa-0.20.0.jar
LDEV-5277 Update JJWT library to version 0.11.2

    • binary
    ./lib/json/jjwt-api-0.11.2.jar
    • binary
    ./lib/json/jjwt-impl-0.11.2.jar
    • binary
    ./lib/json/jjwt-jackson-0.11.2.jar
  1. … 89 more files in changeset.
LDEV-5223 Fix escaped names in Authors pop up

LDEV-5260 Rewrite polling to producer-subscriber model

Till now we had "are-learners-answers-updated" polling on controller

level.

It was rewritten to following scenario:

- method which stores learner answers is aware whether answers have

changed, i.e. it knows if charts need to be updated

- it flushes latest data to DB and puts tool content ID to Sink

- Sink notifies all interested Fluxes (currently only charts updating

one, but in the future other ones like updating table with answer % too)

- FluxMap holds a map of tool content ID -> interested hot publisher

Flux

- the Flux checks if it is interested in the tool content ID from the

Sink

- if so, it fetches data from DB and emits it to all subscribers, i.e.

opened monitoring windows with charts displayed

- data is cached so it is immediately available on for the next

subscriber

- data is throttled so calls to DB are not made too often

- if all subscribers are gone, the hot publisher Flux is still active; a

timeout is added which removes it from FluxMap when there were not emits

for the given time

    • -0
    • +1
    ./conf/j2ee/jboss-deployment-structure.xml
  1. … 5 more files in changeset.
LDEV-5260 Add Reactor as Spring dependency

Spring is capable of configuring Reactor environment automatically if

Spring detects it on classpath. The detection must happen when Spring is

still loading, not afterwards. So Reactor must be a Spring dependency as

otherwise it will load too late to get detected.

LDEV-5260 Separate Reactivestreams code from Reactor library

Reactivestreams 1.0.2 is already present at WF 14 distribution. We just

update it to 1.0.3.

    • binary
    ./lib/reactor/reactive-streams-1.0.3.jar
LDEV-5260 Add Reactor library

    • -0
    • +1
    ./conf/j2ee/jboss-deployment-structure.xml
    • binary
    ./lib/reactor/reactive-streams-1.0.3.jar
    • binary
    ./lib/reactor/reactor-core-3.4.12.jar
    • -0
    • +30
    ./lib/reactor/reactor.module.xml
LDEV-5259 Silence verbose scanner logs

LDEV-5259 Update Spring libraries to version 5.3.13

    • binary
    ./lib/spring/spring-aop-4.3.12.RELEASE.jar
    • binary
    ./lib/spring/spring-beans-4.3.12.RELEASE.jar
    • binary
    ./lib/spring/spring-context-4.3.12.RELEASE.jar
    • binary
    ./lib/spring/spring-context-support-4.3.12.RELEASE.jar
    • binary
    ./lib/spring/spring-expression-4.3.12.RELEASE.jar
    • binary
    ./lib/spring/spring-orm-4.3.12.RELEASE.jar
    • binary
    ./lib/spring/spring-tx-4.3.12.RELEASE.jar
    • binary
    ./lib/spring/spring-web-4.3.12.RELEASE.jar
    • binary
    ./lib/spring/spring-webmvc-4.3.12.RELEASE.jar
LDEV-5259 Update Spring source code reference to 5.3.13

    • binary
    ./lib/spring/spring-aop-5.3.13.jar
    • binary
    ./lib/spring/spring-beans-5.3.13.jar
    • binary
    ./lib/spring/spring-context-5.3.13.jar
    • binary
    ./lib/spring/spring-context-support-5.3.13.jar
    • binary
    ./lib/spring/spring-core-5.3.13.jar
    • binary
    ./lib/spring/spring-expression-5.3.13.jar
    • binary
    ./lib/spring/spring-jdbc-5.3.13.jar
    • binary
    ./lib/spring/spring-orm-5.3.13.jar
    • binary
    ./lib/spring/spring-tx-5.3.13.jar
    • binary
    ./lib/spring/spring-web-5.3.13.jar
    • binary
    ./lib/spring/spring-webmvc-5.3.13.jar
  1. … 3778 more files in changeset.
LDEV-4367 Change Sass CLI parameter for newer version compability

Sass installed as Ruby gem is deprecated since March 2019. Newer

versions of Sass accept a slightly different parameter for sourcemap.

LDEV-4411 Silence cache logs which flood LAMS log files

LDEV-5248 Remove duplicate logging configuration

LDEV-5223 Fix escaped change suggestions in Etherpad comments

LDEV-4411 Use WF provided entity cache configuration

  1. … 3 more files in changeset.
LDEV-4411 Skip hbm.xml files in JAR building as they are long gone

We replaced them with JPA annotations

LDEV-4411 Add log configuration to follow cache work

LDEV-4411 Add 2nd level cache configuration to slimmed WildFly config

LDEV-4411 Set up default and immutable 2nd level cache configuration

  1. … 1 more file in changeset.
LDEV-5248, LDEV-4411 Add 2nd level cache to selected elements

Displaying Assessment results is too DB-intense for multiple learners.

We can enable a short-lived query cache for some entities which have

most impact on the results page. This way multiple requests can reuse

same objects from cache and there is little danger of inconsistency.

  1. … 19 more files in changeset.
LDEV-5247 Fix user name parameter processing in Etherpad plugin

LAMS allows apostrophes but not quotation marks in names, so it is safer

to use quotations when operating with javascript.

LDEV-5227 Add missing Apache POI dependency

    • binary
    ./lib/apache-poi/commons-math3-3.6.1.jar
    • -0
    • +27
    ./lib/apache-poi/math.module.xml
LDEV-5227 Add missing Apache POI dependency

    • binary
    ./lib/apache-poi/commons-math3-3.6.1.jar
    • -0
    • +27
    ./lib/apache-poi/math.module.xml
LDEV-5223 Remove export_authors plugin

It is buggy and does not bring that much value to exports

LDEV-5227 Upgrade Apache POI to 4.1.2 along with its dependencies

    • -0
    • +1
    ./conf/j2ee/jboss-deployment-structure.xml
    • binary
    ./lib/apache-poi/SparseBitSet-1.2.jar
    • binary
    ./lib/apache-poi/commons-compress-1.18.jar
    • binary
    ./lib/apache-poi/commons-compress-1.21.jar
    • binary
    ./lib/apache-poi/poi-4.1.2.jar
    • binary
    ./lib/apache-poi/poi-ooxml-4.0.1.jar
    • binary
    ./lib/apache-poi/poi-ooxml-4.1.2.jar
    • binary
    ./lib/apache-poi/poi-ooxml-schemas-4.1.2.jar
    • binary
    ./lib/apache-poi/poi-scratchpad-4.0.1.jar
    • binary
    ./lib/apache-poi/poi-scratchpad-4.1.2.jar
  1. … 11 more files in changeset.
LDEV-5223 Abandon ice_tables until it is production ready

LDEV-5223 Discard table non-JSON attributes

LDEV-5223 Ignore intermittent error on 1x1 table creation

LDEV-5223 Fix tables HTML export

LDEV-5223 Add a reminder to install Tidy HTML