krush
krush copied to clipboard
Idiomatic persistence layer for Kotlin
My entity column ```kotlin @Convert(converter = StringListConverter::class) var permissions: MutableList = mutableListOf() ``` generated code is ```kotlin fun Table.role_permissions(columnName: String): Column = stringWrapper(columnName, { pl.touk.krush.StringListConverter().convertToEntityAttribute(it) }, { pl.touk.krush.StringListConverter().convertToDatabaseColumn(it) }) ```...
Bumps [kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.4.0-RC to 1.4.1. Release notes Sourced from kotlinx-serialization-json's releases. 1.4.1 This patch release contains several bug fixes and improvements. Kotlin 1.7.20 is used by default. Improvements Add...
Bumps [pl.allegro.tech.build.axion-release](https://github.com/allegro/axion-release-plugin) from 1.13.14 to 1.14.2. Release notes Sourced from pl.allegro.tech.build.axion-release's releases. v1.14.2 What's Changed Bump mkdocs-material from 8.4.4 to 8.5.2 by @dependabot in allegro/axion-release-plugin#532 Bump pl.allegro.tech.build.axion-release from 1.14.0 to...
Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.7.10 to 1.7.20. Release notes Sourced from plugin.serialization's releases. Kotlin 1.7.20 1.7.20 Analysis API KT-52667 FIR IDE: fun interfaces (SAM interfaces) are not properly resolved KT-52136 FIR:...
Bumps [flyway-core](https://github.com/flyway/flyway) from 8.5.13 to 9.4.0. Release notes Sourced from flyway-core's releases. Flyway 9.4.0 See https://flywaydb.org/documentation/learnmore/releaseNotes#9.4.0 CLI artifact available here Flyway 9.3.1 See https://flywaydb.org/documentation/learnmore/releaseNotes#9.3.1 CLI artifact available here Flyway 9.3.0...
Fix includes version bump to 1.14.2 for kotlinpoet fixes #176
Following tests are failing > DFSTest. shouldVisitAllNodesUsingDFS() > EntityGraphBuilderTest. shouldHandleColumnNaming() > EntityGraphBuilderTest. shouldHandleDatePropertyTypes() > EntityGraphBuilderTest. shouldHandleEmbeddedPropertyTypes() > EntityGraphBuilderTest. shouldHandleEnumPropertyTypes() > EntityGraphBuilderTest. shouldHandleNullableFields() > EntityGraphBuilderTest. shouldHandleNumericPropertyTypes() > EntityGraphBuilderTest. shouldHandleOneToOneMapping() > EntityGraphBuilderTest....
Bumps [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 9.16.1 to 9.20.0. Release notes Sourced from org.flywaydb:flyway-core's releases. Flyway 9.20.0 See https://documentation.red-gate.com/fd/release-notes-for-flyway-engine-179732572.html CLI artifact available here Flyway 9.19.4 See https://documentation.red-gate.com/fd/release-notes-for-flyway-engine-179732572.html CLI artifact available here Flyway 9.19.3...
Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.8.10 to 1.8.22. Release notes Sourced from plugin.serialization's releases. Kotlin 1.8.22 Changelog Tools. Gradle KT-58280 org.jetbrains.kotlin.jvm Gradle plugin contributes build directories to the test compile classpath Checksums...
Bumps [pl.allegro.tech.build.axion-release](https://github.com/allegro/axion-release-plugin) from 1.15.0 to 1.15.3. Release notes Sourced from pl.allegro.tech.build.axion-release's releases. v1.15.3 What's Changed #622 fix VersionVersionProperties.Creator by @duschata in allegro/axion-release-plugin#627 Full Changelog: https://github.com/allegro/axion-release-plugin/compare/v1.15.2...v1.15.3 v1.15.2 What's Changed Update README.md...