Dwarakaprasad Thakku Damodaran
Dwarakaprasad Thakku Damodaran
> Java 22 is supported in the latest version. You would need to ask the library for an update. Awesome thank you!
bug bounty claim [https://opencollective.com/generator-jhipster/expenses/160398](https://opencollective.com/generator-jhipster/expenses/160398)
UserRepository and PersistentTokenRepository has different implementations, split to each generator.
@mshima are you looking to move these into 'jhipster:cassandra'?
UserRepository and PersistentTokenRepository has different implementations, split to each generator.
> PersistentTokenRepository still missing Ok, will work on it this week...
Seems like jhipster's reactive stack will have to wait until [byte-buddy](https://github.com/raphw/byte-buddy/issues/1609) && [BlockHound](https://github.com/reactor/BlockHound/issues/404) are resolved...
makes sense, thank you @mshima. Is there any plan in the future to convert the blueprints to typescript.
> We should add an option `extension` with 'js' and 'mjs' options, which will default to 'mjs' for local blueprint and 'js' otherwise good suggestion, I will try to address...
I don't think there is an option in the generator to do this currently but, this can be done with a [blueprint](https://www.jhipster.tech/modules/extending-and-customizing/). If you have the modified app, I can...
> I am trying to build a sidebar menu base on jhipster 8.4.0. Does this blueprint will be maintain by jhipster official? I am not sure, but we can create...