Adam Wilder
Adam Wilder
In the kotlin upgrade to 1.7, TimeMark was changed from a class to an interface. Here timemark is used as an implementation: https://github.com/kordlib/kord/blob/0.8.x/common/src/main/kotlin/ratelimit/TimeSourceIntervalRateLimiter.kt#L41 My best guess is the compiled versions...
### Expected Behavior Using an annotation like `@Serdeable` that has `@Introspected`, I would expect the repository to recognize the type as a dto projection ### Actual Behaviour If `@Introspected` is...
### Expected Behavior ```kotlin @Scheduled(fixedDelay = "1s") suspend fun suspendTest() { println("suspend Hello World") } ``` Expected is that "suspend Hello World" prints once per second ### Actual Behaviour Nothing...
Important to note I couldn't run some of the test suites successfully on my M1, but those that did run passed locally. * add test for the issue * in...
### Expected Behavior The HQL `select entityA a where a.entityB in :listOfEntityBs` with an empty list does not throw an NPE. ### Actual Behaviour Since 4.1, it seems that if...