-
## Foreward
First off, I want to thank the Junit 5 team from being so willing to officially support Kotlin as a first-class citizen in the Junit 5 library. It has been absolutely wonderful being able…
-
Hi, I get this error every time I try to run my project.
```
Exception in thread "main" java.lang.NoSuchMethodError: 'org.jetbrains.exposed.sql.Column io.github.dehuckakpyt.telegrambot.model.Teleg…
-
when adding the exposed dependency, when the application starts, it starts giving an error (see below), trying to exclude nothing helps
```
Error occurred during initialization of boot layer
java.l…
-
I tried using the Gradle plugin together with Flyway for migrations.
When I run `generateExposedCode`, there is a class generated for the FlywaySchemaHistory table.
Strangely, in the generated cod…
-
# Kotlin 기반 경량 ORM Exposed - Yun Blog | 기술 블로그
Yun Blog | 기술 블로그
[https://cheese10yun.github.io/exposed/](https://cheese10yun.github.io/exposed/)
-
Backend Codegen is problematic: it exposes a `java.util.List`, but this is actually a `com.google.protobuf.Internal.ProtobufList`. `ProtobufList` throws on mutation
> Extends List to add the capabi…
-
Looks like we have to manually release some FFIObjects
![Image](https://user-images.githubusercontent.com/9841565/219634484-001f3b03-63f1-4a74-b0a4-54df3c973ff9.png)
-
**Plugin version**
1.32.0
**Gradle version**
8.6
**JDK version**
17
**(Optional) Kotlin and Kotlin Gradle Plugin (KGP) version**
1.9.23
**(Optional) Android Gradle Plugin (AGP) version…
-
This is due to http://www.sql-server-helper.com/error-messages/msg-334.aspx
which is used here:
https://github.com/JetBrains/Exposed/blob/b97f22d7c676098f21a148d99ba53c784010335b/exposed-core/src/…
-
Kotlin quite clearly has explicit nullability, but some Java projects can somewhat express the same with nullability annotations. In addition to that we can deduce nullabillity once for instance a met…