jhipster / jhipster-kotlin

Kotlin based JHipster
https://khipster.dev
Apache License 2.0
447 stars 95 forks source link

Migrate to JHipster v8 #378

Closed mraible closed 3 weeks ago

mraible commented 9 months ago

According to https://github.com/jhipster/generator-jhipster/issues/23449, JHipster v8 is getting close. We should migrate and make sure everything works correctly.

asomov commented 9 months ago

@sendilkumarn can you please help to identify the work to be done ?

sendilkumarn commented 9 months ago

@asomov I have started working on this branch https://github.com/jhipster/jhipster-kotlin/tree/v8.0.0

There are a quite a few changes in v8

Feel free to take any item and work on this branch - https://github.com/jhipster/jhipster-kotlin/tree/v8.0.0

mshima commented 2 months ago

@sendilkumarn do you want some help on this? generator-jhipster v7 -> v8 should be done before any source code change to simplify migration.

mshima commented 2 months ago

Looks like kotlin implementation is identical to generator-jhipster except java files is converted to kt files. Migration plan:

A follow-up task is to update to spring-boot v3 templates.

asomov commented 1 month ago

@mshima is your PR complete? I see a number of different branches in your fork.

mshima commented 1 month ago

@asomov v8 migration using v7 templates is complete. Once merged, there are a few follow-ups.