Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

9.3.1.RELEASE

  • 9.3.1.RELEASE
  • b234710
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
  • Choose a tag to compare

  • 9.3.1.RELEASE
  • b234710
  • Choose a tag to compare

  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@Hildebrand-Ritense Hildebrand-Ritense tagged this 13 Jan 18:45
* Added pom.xml meta info for publishing to Maven Central (#11)

* added POM meta-information, being the name and purpose of a module and the relevant developers
* fixed javadoc reference for a changed package

* Bugfix for test assertion static imports

fixed the usage of the deprecated junit 4 assertions in favor of the hamcrest matcher, modified the jvmTarget option setting so that the test Kotlin compilation is done with target jvm 13 as well (#13)

* set version number for release 9.1.0 (#15)

* added fix for gradle failing to apply publishing config when maven-publish plugin is not applied (#22)

* fixed wrong developer information (#28)

* updating version number for release 9.2.0 (#31)

* #31780 Sorteer dossiers alfabetisch (#37)

Co-authored-by: Klaas Schuijtemaker <klaas@backbase.com>

* feature 31825 Improvements OpenZaak connections (#19)

* feature 31825 Improvements ZaakObjects links

A ZaakInstanceLink is no longer stored in a single JSON object but is now its own entity

Improved code to find a zaak based on a documentId

* feature 31825 Improvements ZaakObjects links

Added a ChangeLog that reads the zaak_instance_links column from the zaak_type_link table. The contents of this will be converted to the new table zaak_instance_link

After all the zaak_instance_links have been converted this column can be deleted. This is the second change log in 20211126-copy-to-zaak-instance-link-changelog.xml

* feature 31825 - Created a migration script

* feature 31825 - Code review findings

* #31768 Json schema document version wordt niet geüpdate na deployment wanneer er een wijziging is (#36)

Co-authored-by: Klaas Schuijtemaker <klaas@backbase.com>

* #32125 Add processDefinitionKey to ZaakTypeLink (#18)

* Added pom.xml meta info for publishing to Maven Central (#11) (#12)

* added POM meta-information, being the name and purpose of a module and the relevant developers
* fixed javadoc reference for a changed package

* Release 9.1.0 (#16)

* Added pom.xml meta info for publishing to Maven Central (#11)

* added POM meta-information, being the name and purpose of a module and the relevant developers
* fixed javadoc reference for a changed package

* Bugfix for test assertion static imports

fixed the usage of the deprecated junit 4 assertions in favor of the hamcrest matcher, modified the jvmTarget option setting so that the test Kotlin compilation is done with target jvm 13 as well (#13)

* set version number for release 9.1.0 (#15)

* #32125 Add processDefinitionKey to ZaakTypeLink

* #32125 Add migration in custom liquibase changeset

* Release/9.2.0.release (#34)

* Added pom.xml meta info for publishing to Maven Central (#11)

* added POM meta-information, being the name and purpose of a module and the relevant developers
* fixed javadoc reference for a changed package

* Bugfix for test assertion static imports

fixed the usage of the deprecated junit 4 assertions in favor of the hamcrest matcher, modified the jvmTarget option setting so that the test Kotlin compilation is done with target jvm 13 as well (#13)

* set version number for release 9.1.0 (#15)

* added fix for gradle failing to apply publishing config when maven-publish plugin is not applied (#22)

* fixed wrong developer information (#28)

* updating version number for release 9.2.0 (#31)

Co-authored-by: Hildebrand-Ritense <54576297+Hildebrand-Ritense@users.noreply.github.com>

* #32125 Fix antMatcher

* #32125 Add test

* #32125 Rename to ChangeLog20211130AddProcessDefinitionKeyToServiceTaskHandler

* #32125 Merge with dev

* #32125 Merge with dev

Co-authored-by: Hildebrand-Ritense <54576297+Hildebrand-Ritense@users.noreply.github.com>
Co-authored-by: Klaas Schuijtemaker <klaas@backbase.com>
Co-authored-by: Rick-Ritense <86724253+Rick-Ritense@users.noreply.github.com>

* Feature/fix openzaak download (#45)

* Added pom.xml meta info for publishing to Maven Central (#11) (#12)

* added POM meta-information, being the name and purpose of a module and the relevant developers
* fixed javadoc reference for a changed package

* Release 9.1.0 (#16)

* Added pom.xml meta info for publishing to Maven Central (#11)

* added POM meta-information, being the name and purpose of a module and the relevant developers
* fixed javadoc reference for a changed package

* Bugfix for test assertion static imports

fixed the usage of the deprecated junit 4 assertions in favor of the hamcrest matcher, modified the jvmTarget option setting so that the test Kotlin compilation is done with target jvm 13 as well (#13)

* set version number for release 9.1.0 (#15)

* Release/9.2.0.release (#34)

* Added pom.xml meta info for publishing to Maven Central (#11)

* added POM meta-information, being the name and purpose of a module and the relevant developers
* fixed javadoc reference for a changed package

* Bugfix for test assertion static imports

fixed the usage of the deprecated junit 4 assertions in favor of the hamcrest matcher, modified the jvmTarget option setting so that the test Kotlin compilation is done with target jvm 13 as well (#13)

* set version number for release 9.1.0 (#15)

* added fix for gradle failing to apply publishing config when maven-publish plugin is not applied (#22)

* fixed wrong developer information (#28)

* updating version number for release 9.2.0 (#31)

Co-authored-by: Hildebrand-Ritense <54576297+Hildebrand-Ritense@users.noreply.github.com>

* Fixed download for resources stored in openzaak documenten API

* Added license text to files without

* Changed dependency type to be injected

Co-authored-by: Hildebrand-Ritense <54576297+Hildebrand-Ritense@users.noreply.github.com>
Co-authored-by: Rick-Ritense <86724253+Rick-Ritense@users.noreply.github.com>

* Feature/klant module (#44)

Introduction of Klant module

* Feature/32606 Store changes when document is edited (#43)

Added a property "valtimo.audit.auditDocumentChanges" which, when set to true, audits document changes. Default is false.

* Changed file processing listener to listen to DocumentRelatedFileAddedEvent (#48)

* Changed listener to listen to DocumentRelatedFileAddedEvent instead of DocumentRelatedFileSubmittedEvent so all added related files are found

* Create Zaak on creation of document based on settings in link

* Fixed openzaak tests for zaak type link

* Set create on dossier in zaak type link for productaanvraag

* Feature/flowmailer (#20)

Introduction of a new flowmailer module within the valtimo-backend-libraries

Solution Design can be found here.
https://ritense.atlassian.net/wiki/spaces/RIT/pages/865042437/Flowmailer

Overview of changes
- Introduced a new MailDispatcher interface, allowing backwards compatibility for older mailSender interface through FilteredMailSender.
- Moved code for filtering to mail module
- Removed mail module dependency on core
- Moved filters and the blacklist service to the mail module.
- Extent Mail module within sub module mandrill , instead of using event
- Implemented apply filters mechanism
- Fixed unit testing causing docker-compose startups this is now separated in unit, integration and security testing tasks
- Added extra testing MailingPropertiesIntTest.kt
- Removed obsolete src in app
- Added test process for mailing
- Added tag integration for missing classes
- MailDispatcher within the Flowmailer module, incl. configuration and tests
- Implementation of a flowmailer connector.

Co-authored-by: Tom Bokma <tom.bokma@ritense.com>
Co-authored-by: Huib van Straten <huib.van.straten@ritense.com>

* #33042 make bean of SpringContextHelper (#53)

Co-authored-by: Klaas Schuijtemaker <klaas@backbase.com>

* #33042 fix conflicting beans name (#54)

* #33042 fix conflicting beans name

* #33042 rename bean

Co-authored-by: Klaas Schuijtemaker <klaas@backbase.com>

* #32887 sla contact op in contactmomenten api (#52)

* #32887 Sla contact op in ContactmomentenAPI

* #32887 Fix url

* #32887 Fix test

* #32887 Fix contactmoment after flowmailer merge

* #32887 prefill contactmoment fields

* #32887 fix comments

* #32887 improve CreateContactMomentRequest

* #32887 remove voorletters

* #32887 Limit MedewerkerIdentificatie

Co-authored-by: Klaas Schuijtemaker <klaas@backbase.com>

* #32887 Fix test (#56)

Co-authored-by: Klaas Schuijtemaker <klaas@backbase.com>

* Fixed backwards compatibility for email blacklisting (#57)

* #32229 upload file in task error (#55)

* #32229 Set indicatiegebruiksrecht to true. to fix error 400: 'indicatiegebruiksrecht-unset'

* #32229 change default to false

Co-authored-by: Klaas Schuijtemaker <klaas@backbase.com>

* #32229 typo (#58)

Co-authored-by: Klaas Schuijtemaker <klaas@backbase.com>

* Improved logging for product aanvragen

* Fixed backwards compatibility for email blacklisting (#60)

* Fixed bug where document creation would fail without zaak type link (#61)

Co-authored-by: theo-ritense <95682624+theo-ritense@users.noreply.github.com>

* #32835 klantcontact en mail bij statusupdate (#62)

* #32835 setStatus for zaak

* #32835 fix test

* #32835 CurrentMedewerker can be SYSTEM

Co-authored-by: Klaas Schuijtemaker <klaas@backbase.com>

* Bugfix: Flowmailer subject and sender not supplied causing NPE

Fixed a bug when subject and sender are not set the SubmitMessage.kt cannot be created (#64)

* #32839 klantcontacten inzien (#65)

* #32839 Klantcontacten inzien

* #32839 order by -registratiedatum

Co-authored-by: Klaas Schuijtemaker <klaas@backbase.com>

* Feature/33015 move valtimos test dependenciesclasses out of runtime scope (#68)

* moved LiquibaseRunnerExtension to a separate module as test only classes should only be exposed in test

* removed unused dependencies

* removed testcontainers + fixed tests

* Feature/30525 openzaak to connector (#69)


* feature 30525 - Created a OpenZaak Connector

Created a new OpenZaakConnector

Adjusted the ConnectorType annotation class, a new parameter is added "allowMultipleConnectors"

The parameter is stored as a boolean in a new column in the database

When a connector is stored with allowMultipleConnectors = false the createConnectorInstance() function will throw an error if a connector of the same type already exists

Cleanup all openzaak code related to creating, modifying and deleting the configuration. This is now only handled by the connector

The only existing REST method remaining is to GET the configuration. This is currently still used a lot in the front-end and unit tests. The configuration of course now comes from the connector information

Added a new liquibase customChange script that converts an open_zaak_config configuration to a connector_instance

Fixes the ConnectorDeploymentService, it will now also store an updated connector

* link klant for productaanvraag (#67)

* Create and link klant for each productaanvraag
* Ensure klantnummer does not exist

* 33041 gzac zaakstatus onjuist (#71)

* #33041 gzac: zaakstatus onjuist

* #33041 static name

Co-authored-by: Klaas Schuijtemaker <klaas@backbase.com>

* Added endpoint to send mail to zaak initiator (#70)

* #32838 aantekening (van klantcontact) vastleggen buiten proces (#72)

* #32838 aantekening (van klantcontact) vastleggen buiten proces

* #32838 aantekening (van klantcontact) vastleggen buiten proces

* #32838 Fix test

* #32838 Kanaal enum

* #32838 GET /kanaal endpoint

Co-authored-by: Klaas Schuijtemaker <klaas@backbase.com>

* #23662 Camunda identityService.clearAuthentication() (#74)

Co-authored-by: Klaas Schuijtemaker <klaas@backbase.com>

* Set default template to avoid breaking change (#73)

* Updated version to 9.3.1.34.RC-SNAPSHOT

Co-authored-by: Rick-Ritense <86724253+Rick-Ritense@users.noreply.github.com>
Co-authored-by: Klaas Schuijtemaker <94360980+Klaas-Ritense@users.noreply.github.com>
Co-authored-by: Klaas Schuijtemaker <klaas@backbase.com>
Co-authored-by: ivo-ritense <74657121+ivo-ritense@users.noreply.github.com>
Co-authored-by: Tom Bokma <53471398+Tom-Ritense@users.noreply.github.com>
Co-authored-by: marijnritense <94897451+marijnritense@users.noreply.github.com>
Co-authored-by: Tom Bokma <tom.bokma@ritense.com>
Co-authored-by: Huib van Straten <huib.van.straten@ritense.com>
Co-authored-by: theo-ritense <95682624+theo-ritense@users.noreply.github.com>
Co-authored-by: Build server <devops-infra@ritense.com>
Assets 2
Loading