Tags

Tags give the ability to mark specific points in history as being important
  • v2.4.10

    08de8c7b · Version 2.4.10 ·
    - fixed missing message when login fails and no text is returned
    - replaced deprecated stuff from commons-lang3
  • v2.4.9

    28bc9aba · Version 2.4.9 ·
    - Backoffice Generator Updates
      - now detects field type from list of Annotations correct
      - int and Integer are now handled now
      - using number boxes without separator now
      - fixed regex split for some search operations
      - fixed shift when empty fields are in the resultlist
      - missing include in ui-binder added for many to one relations
      - manyToOne suggestion can handle non String fields now
      - manyToOne suggestion fixed NPE situation
      - more backoffice Many To One fixes
      - manyToOne widget: little placement improvement
    - bic map and bank accounts (AT) updated
    - spring-boot updated to 3.5.7
    - dependency updates
  • v2.4.8

    230e41f8 · Version 2.4.8 ·
    - bic map and bank accounts (AT + DE) updated
    - spring-boot updated to 3.5.6
    - elementary updated to 1.3.2
    - dependency updates
  • v2.4.7

    9b89ddf3 · Version 2.4.7 ·
    - bic map updated
    - spring-boot updated to 3.5.5
    - elementary updated to 1.3.1
    - dependency updates
  • v2.4.6

    0422d59c · Version 2.4.6 ·
    - bic map and bank accounts (DE) updated
    - spring-boot updated to 3.5.4 (first 3.5 with all required changes)
    - dependency updates
  • v2.4.5

    8b909f1b · Version 2.4.5 ·
    - bic map and bank accounts (DE) updated
    - spring-boot updated to 3.4.7
    - dependency updates
  • v2.4.4

    93af7217 · Version 2.4.4 ·
    - bic map updated
    - spring-boot updated to 3.4.6
    - dependency updates
  • v2.4.3

    a085e0f8 · Version 2.4.3 ·
    - bic map updated
    - spring-boot updated to 3.4.5
    - dependency updates
  • v2.4.2

    beedfcb1 · Version 2.4.2 ·
    - bic map and bank accounts (AT+DE) updated
    - gwt updated to 2.12.2
    - spring-boot updated to 3.4.4
    - dependency updates
  • v2.4.1

    864e46c4 · Version 2.4.1 ·
    - bic map updated
    - spring-boot updated to 3.4.3
    - dependency updates
  • v2.4.0

    6c5db2d4 · prepare for release 2.4.0 ·
    - update to new gin version and jakarta.inject namespace
    - switched gin, jukito, gwtp and gwtp-extensions to own forks
    - Backoffice generator speedup: detect BackofficeWidgets only once
    - Backoffice generator - replaced GWT.create() with Injection
    - server side validation result deserialization improved
    - less code and can be unit tested now
    - removed jakarta.validation and org.hibernate.validator sources
      all required sources from jakarta.validation and
    org.hibernate.validator
      where included into gwt-bean-validators-engine package, now only the
      modified are part of the package, the other are used from source.jars
  • v2.3.3

    5bf0bfd2 · Version 2.3.3 ·
    - bic map updated
    - spring-boot updated to 3.4.2
    - dependency updates
  • v2.3.2

    fb703ede · Version 2.3.2 ·
    - fixed some problems with PageNumberWithArrows Widget
    - DynamicInputWidget: check value before parsing to get rid of exception
    - some small bugfixes
    - LoginCallback
      - make callback stuff accessible (private -> protected)
      - handle login with result parsing problem
    - code cleanup
    - bic map and bank account (DE) updated
    - spring-boot updated to 3.4.1
    - hibernate-validator update to 8.0.2
    - dependency updates
  • v2.3.1

    1679a379 · Version 2.3.1 ·
    fixed deserialization problem which broke backoffice search
  • v2.3.0

    dc380151 · Version 2.3.0 ·
    - porting to gwt 2.12 and java 17
      - removed some workarounds required for spring-boot 3.3 to work with
    java 11
      - code generator source version set to RELEASE_17
      - instanceof improvements with pattern matching (JEP 394)
      - use of new text blocks (JEP 378)
      - switch/cases updated to new syntax
      - doctype update to 2.12.1
    - pom file cleanup
    - bic map updated
    - spring-boot updated to 3.3.6
    - dependency updates
  • v1.11.27

    1d267aff · Version 1.11.27 ·
    this is a release with backports from the 2.x version, to bring them
    back to validationapi2, don't use included spring version in production,
    the spring-framework 5.3.x is only updated for paying users, if you are
    one of them, override spring-framework.version and
    spring-security.version in your projects pom file. If you don't use
    spring parts of this bundle, you shouldn't have any security problem
    with this release.
    
    Backports from 2.2.2:
    - Backoffice generator
      - ManyToOne handling
      - clean up import list after write
      - fixed required import detection
      - fixed multiple OneToMany relations
      - fixed multiple embedded generations
      - handle embedded in ManyToOne relation entity
    - Validation: recursive detection of the classes to detect
    - bic map and bank account (AT) updated
    
    Backports from 2.2.1
    - bic map and bank account (DE) updated
  • v2.2.2

    75fd3569 · Version 2.2.2 ·
    - Backoffice generator
      - ManyToOne handling
      - clean up import list after write
      - fixed required import detection
      - fixed multiple OneToMany relations
      - fixed multiple embedded generations
      - handle embedded in ManyToOne relation entity
    - Validation: recursive detection of the classes to detect
    - bic map and bank account (AT) updated
    - spring-boot updated to 3.3.5
    - dependency updates
  • v2.2.1

    39f82e4e · Version 2.2.1 ·
    - bic map and bank account (DE) updated
    - spring-boot updated to 3.3.4
    - dependency updates
  • v2.2.0

    7f0bfad7 · Version 2.2.0 ·
    - spring-boot updated to 3.3.3
  • v1.11.26

    8c1f6ab4 · Version 1.11.26 ·
    - Backoffice generator
      - one to many handling
      - sepa stuff improvements
    - phone number input widget without country reference fixed
    - ImageLazyLoading - removed observer and used native implementation
    - bic map and bank account (AT) updated
    - additional some improvements and code cleanup
    - dependency updates