Aurélien Mino

Results 31 issues of Aurélien Mino

The `AddJavaBuildProfile` command is not implemented in `GradleCommandHandler` - [ ] Add build profile, with activation - [ ] Add properties - [ ] Add build plugins (and plugin management)...

area: feature request :bulb:
theme: gradle
$$ bug-bounty $$
$500

Dependabot log: ``` updater | 2024/02/26 01:13:38 INFO Checking if vue 3.4.13 needs updating proxy | 2024/02/26 01:13:38 [192] GET https://registry.npmjs.org:443/vue proxy | 2024/02/26 01:13:38 [192] 200 https://registry.npmjs.org:443/vue proxy |...

area: dependencies
$$ bug-bounty $$
$100

This is a meta issue to track what needs to be done before we can publish a first release with Gradle enabled. Blocking issues: - [ ] #8588 - [x]...

area: feature request :bulb:
theme: gradle

Following #4955, the following generators need to be completed with the gradle plugin equivalent to the maven plugin used: - [x] SpringBootCoreModuleFactory - [x] GitInfoModuleFactory - [x] SonarQubeModulesFactory - [...

area: feature request :bulb:
theme: gradle

Fixes #9076

area: feature request :bulb:

With release 3.7, Apache now has [its own official image](https://hub.docker.com/r/apache/kafka). We should switch to it, and at the same time switch to kraft mode, that don't require running zooker anymore.

area: feature request :bulb:

It might be nice to have a module to configure [renovate](https://github.com/renovatebot/renovate) for a jhipster-lite generated project, with e.g. docker-compose dependencies update for content in `src/main/docker` (as done in #9059) and...

area: feature request :bulb:
theme: CI

https://github.com/jhipster/jhipster-lite/blob/4f375e7bde3f7c7ca877b52bddc503509e44bea3/src/main/java/tech/jhipster/lite/generator/server/springboot/core/domain/SpringBootCoreModuleFactory.java#L57 does not remove `5.4.0` in `pom.xml` See https://github.com/jhipster/jhipster-lite-sample-app/blob/0df81108ece4f8838e4236753e006000775b2fb5/pom.xml#L24C6-L24C21

area: enhancement :wrench:
generator: internal

It seems to be only used for `SpringLiquibaseUtilTest`

area: dependencies
theme: database migration
theme: tests

The current kafka module use `kafka-clients` dependency, rather that relying on `spring-kafka` integration. Spring-Kafka brings some interesting features (configuration by properties, observability, high-level abstraction, ...) and is what is used...

area: feature request :bulb:
server: spring boot
theme: broker