Pull request #83: feat: Make BaseRestClient.customStatusHandler publicMerge in MF/mf-common from fix-baserestclient-method-visiblity to master
* commit '58dfba9970092c2b238b3401b01e524f9d83732e':
CI: 4.3.1 -> 4.3.2-SNAPSHOT
CI: BaseRestClient.customStatusHandler() is now a public method, 4.3.1-SNAPSHOT -> 4.3.1
chore(jenkins): Fix tag creation
feat: Make BaseRestClient.customStatusHandler public
Pull request #78: Dependency upgradeMerge in MF/mf-common from dependency-upgrade to master
* commit '57c10cbc853146af0ea516d2d6bec69ef60ffbd7':
CI: 4.2.3 -> 4.2.4-SNAPSHOT
CI: Dependency upgrade, 4.2.3-SNAPSHOT -> 4.2.3
feat: Update dependency scopes to provided and test in pom.xml
Update dependency org.apache.commons:commons-lang3 to v3.18.0
feat: Throw unhandled exceptions in ThrowableResult for better error propagationIf you don't pass a function to handle the unexpected error, it should throw if it is an unexpected exception to avoid silently swallowing it
Upgrade dependencies Kotlin, Mockk and JUnitMerge in MF/mf-common from renovate/all-minor-patch to master
* commit '7736943801e45909f2232f66655837bec9fe29fc':
CI: 4.2.1 -> 4.2.2-SNAPSHOT
CI: Upgrade, Kotlin, Mockk and Junit, 4.2.1-SNAPSHOT -> 4.2.1
Update kotlin monorepo to v2.2.0
Update all non-major dependencies to v1.14.4
Pull request #72: Update all non-major dependenciesMerge in MF/mf-common from renovate/all-minor-patch to master
* commit '17b3aaa1ec345f8565b463ca76feca5e6d4b71ba':
CI: 4.1.7 -> 4.1.8-SNAPSHOT
CI: minor updates and Jenkins, 4.1.7-SNAPSHOT -> 4.1.7
fix: bump from snapshot
feat: check if renovate commit
Update all non-major dependencies
Pull request #71: Improve throwableresult loggingMerge in MF/mf-common from improve-throwableresult-logging to master
* commit '4192500338c58b71e4683e1b6830571963f34b4e':
CI: 4.1.6 -> 4.1.7-SNAPSHOT
CI: Make exceptions easier to work with, 4.1.5-SNAPSHOT -> 4.1.6
feat: Deprecate expectedException and unexpectedException methods in ThrowableResult
feat: Make it easier to pass default Exceptions constructor into mapException and rename...