Remove ByteArrayPropertyWithLength and update handling

Removed the ByteArrayPropertyWithLength class and refactored related methods to simplify the handling of string and blob properties without maxLength constraints. This change improves code maintainability by eliminating redundant checks and ensures that property operations are more straightforward and error-free. Additionally, updated the Kotlin version and optimized the build configuration for better dependency management.
This commit is contained in:
2024-12-01 13:55:06 +01:00
parent e60b6472ba
commit ea461409fb
6 changed files with 50 additions and 32 deletions

View File

@@ -6,7 +6,7 @@ plugins {
}
group = "nl.astraeus"
version = "0.2.0-SNAPSHOT"
version = "0.2.1-SNAPSHOT"
repositories {
mavenCentral()