Does anyone know about status of exposed intelij-p...
# exposed
k
Does anyone know about status of exposed intelij-plugin/gradle plugins? The repo (https://github.com/JetBrains/exposed-intellij-plugin) looks bit abandoned
e
Hey! Right now we're making the review and checking what should we make with it
👍 1
k
Great, thanks 🙏 I think it’s great supplement to Exposed itself. I’ll be looking forward for updates
r
https://github.com/EpicSquid/exposed-code-generator This is a more up to date fork I've been working on for the gradle side
a
@Ryan Woodcock is this still active? I get an error when I try to build my project that seems to be related to the JVM version
Copy code
kotlin("jvm") version "1.9.10"
or pluginManagement.. Would love to use your plugin as you seem to have implemented the changes I need, especially
ignoreTables
since I am trying to use TimescaleDB and I was getting some errors when I built with the original version.
Repo
Copy code
Build file '/build.gradle.kts' line: 32

Plugin [id: 'org.jetbrains.kotlin.jvm', version: '1.9.10'] was not found in any of the following sources:

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
Ok took me a while but I found that the package is no longer available in github.
I tried using a self compiled version but then I hit a wall trying to run it 😞
Copy code
exposed-code-generator/plugin/src/main/kotlin/dev/epicsquid/exposed/gradle/plugin/shadowjar/PatchedClassWriter.kt:14:47 Unchecked cast: Any! to Array<Any?>
e
Hey, @Andres. The old plugin is going to be deprecated. @Marat Dinmukhametov is working on the new one and can share more details
🙌 1
r
The plugin should work @Andres as I'm using it in my projects with the github repo as a maven repo. I can take another look in a weke
j
Can you share the link to the repo to the new plugin?
m
The new IDE plugin is available in the JetBrains Marketplace for the Ultimate: https://plugins.jetbrains.com/plugin/24367-exposed/ We're still working on it, but it already offers database table/column completion
j
Does that include the Gradle plugin with codegen?
m
@Javier Unfortunately, no. But we’re going to add an Entity generation action to the IDE plugin
j
That mean the schema first approach was dropped? As doing codegen with the need of an IDE would lead to break everything that is not pushed to the git repo
m
Oh, sorry! I was only answering about the new IDE plugin, so that doesn’t mean we won’t have a Gradle plugin. I think @e5l can give a better answer about the future of the Gradle plugin
👍 1