Releases: kadai-io/kadai
Releases · kadai-io/kadai
v9.1.0
Important
- Angular update to version 17 - to build the kadai-web application, it requires a Node.js version 18.13 or higher
- Oracle support is removed
- Allow multiple LdapContextSource Beans - If you have created an LdapContextSource Bean to be used in KADAI, please rename it using the constant "io.kadai.common.rest.ldap.KADAI_LDAP_CONTEXT_SOURCE". Otherwise KADAI will create its own Bean using the configured properties kadai.ldap.serverUrl, kadai.ldap.bindDn, kadai.ldap.bindPassword, kadai.ldap.baseDn
Improvements
- Update to Spring Boot 3.3.5
- Permission functionality is fixed - now, if at least one of the permission attributes kadai.ldap.userPermissionsAttribute and kadai.ldap.permissionSearchFilterName is empty, permission logic is deactivated
- Fix copying and creating Workbaskets - Save access items when saving a workbasket. Check if accessId is empty so no access item with an empty accessId can be saved
What's Changed
- Update Angular to v14 by @CRoberto1926 in #20
- Closes #32 - Fix GitHub API URL in git hook commit-msg by @CRoberto1926 in #33
- Bump com.ibm.db2:jcc from 11.5.6.0 to 11.5.9.0 by @dependabot in #3
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #4
- Bump version.testcontainers from 1.20.0 to 1.20.1 by @dependabot in #8
- Bump com.puppycrawl.tools:checkstyle from 10.17.0 to 10.18.1 by @dependabot in #9
- Bump org.sonatype.central:central-publishing-maven-plugin from 0.5.0 to 0.6.0 by @dependabot in #21
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.5.0 by @dependabot in #12
- Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.4.0 to 3.5.0 by @dependabot in #14
- Bump actions/setup-node from 4.0.3 to 4.0.4 by @dependabot in #16
- Bump com.puppycrawl.tools:checkstyle from 10.18.1 to 10.18.2 by @dependabot in #35
- Closes #26 - add Sonarcloud to the pipeline by @ryzheboka in #27
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by @dependabot in #49
- Bump version.testcontainers from 1.20.1 to 1.20.2 by @dependabot in #38
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.7 by @dependabot in #36
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 by @dependabot in #55
- Bump com.google.googlejavaformat:google-java-format from 1.23.0 to 1.24.0 by @dependabot in #54
- Closes #58 - Update Angular to v15 by @CRoberto1926 in #23
- Closes #29 - Save access items when saving a workbasket, check if accessId is empty by @CRoberto1926 in #30
- Bump nl.jqno.equalsverifier:equalsverifier from 3.16.1 to 3.17.1 by @dependabot in #53
- Bump version.camunda.dmn from 7.21.0 to 7.22.0 by @dependabot in #52
- Bump org.docx4j:docx4j-JAXB-ReferenceImpl from 11.4.11 to 11.5.0 by @dependabot in #7
- Bump org.mybatis:mybatis-spring from 3.0.2 to 3.0.4 by @dependabot in #6
- Bump Azure/webapps-deploy from 2 to 3 by @dependabot in #1
- Closes #66 - Adapt script to new folder structure of maven-javadoc-plugin generated docs by @CRoberto1926 in #67
- Closes #31: Fix Links and changed Pictures in README by @jamesrdi in #40
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.0 by @dependabot in #13
- Closes #64 - stop deploying SNAPSHOTS in the pipeline by @ryzheboka in #65
- Closes #70 - Fix URL in verify_docs_alive.sh by @CRoberto1926 in #71
- Closes #62 - Update to Spring Boot 3.3.4 by @holgerhagen in #63
- Bump org.jboss.arquillian:arquillian-bom from 1.7.2.Final to 1.9.1.Final by @dependabot in #10
- Bump org.junit:junit-bom from 5.10.1 to 5.11.2 by @dependabot in #72
- Bump express from 4.19.2 to 4.21.1 in /web by @dependabot in #74
- Bump micromatch from 4.0.5 to 4.0.8 in /web by @dependabot in #75
- Closes #59 - Update Angular to v16 by @CRoberto1926 in #76
- Closes #78 - Allow multiple LdapContextSource beans by @CRoberto1926 in #79
- Bump org.junit:junit-bom from 5.11.2 to 5.11.3 by @dependabot in #82
- Closes #60 - Update Angular to v17 by @CRoberto1926 in #81
- Closes #22 - Fix permission attributes; by @ryzheboka in #25
- Closes #34 - remove Oracle support by @ryzheboka in #56
- Bump version.shrinkwrap from 3.3.1 to 3.3.2 by @dependabot in #85
- Bump version.testcontainers from 1.20.2 to 1.20.3 by @dependabot in #86
- Closes #46 - Move should_DeleteOldWorkbasketCleanupJobs_When_InitializingSchedule to AbstractKadaiJobAccTest.java by @jannikFuellgrafEnvite in #87
- Bump actions/setup-node from 4.0.4 to 4.1.0 by @dependabot in #90
- Bump version.spring.boot from 3.3.4 to 3.3.5 by @dependabot in #89
- Closes #91 - fix Sonarcloud issues by @ryzheboka in #92
New Contributors
- @CRoberto1926 made their first contribution in #20
- @dependabot made their first contribution in #3
- @jamesrdi made their first contribution in #40
- @holgerhagen made their first contribution in #63
- @jannikFuellgrafEnvite made their first contribution in #87
Full Changelog: v9.0.0...v9.1.0
v9.0.0
A new beginning