robin

Results 4 issues of robin

I always use maven-enforcer-plugin in my spring-boot apps, but I seem to get some dependency mismatches: The plugin: ```xml maven-enforcer-plugin enforce ``` The result: ``` Dependency convergence error for com.sun.xml.fastinfoset:FastInfoset:1.2.15...

Today the sequence will start on 0: https://github.com/JetBrains/Exposed/blob/d59247283dc8c1af019e3e2a8c75c7519d1fdb6d/exposed-core/src/main/kotlin/org/jetbrains/exposed/sql/Table.kt#L1045 Would be nice to support customisation of the sequence: ```kotlin override val id = integer("id").autoIncrement(name = "awesome_seq", startWith = 1_000_000).entityId() ``` I...

enhancement

I get this exception when trying to manually test with Postman. ```kotlinx.serialization.SerializationException: Can't locate argument-less serializer for class Customer. For generic classes, such as lists, please provide serializer explicitly. at...

**How would you describe the issue?** Auto merge me from a workflow_run reports success with a generic error message. **How can we reproduce the issue?** On a public repository, use...

bug