Open this gist with https://bit.ly/javaone22-jhipster or use the QR code below.
Time: 16:00 on October 18 near the Welcome Reception (featuring the Null Pointers!).
Below are some issues that could use some attention and your expertise:
To get started with code contributions, see our contributing guide, or perform the following steps:
-
Fork the
generator-jhipster
repo. -
Create a new branch for your changes.
-
Push your changes and create a pull request.
To work on Spring Boot 3 support, you’ll need to install the JHipster BOM project too.
git clone -b spring-boot-3.0-m4 [email protected]:jhipster/jhipster-bom.git
cd jhipster-bom && ./mvnw install -Dgpg.skip=true && cd ..
git clone -b spring-boot-3.0-m4 [email protected]/jhipster/generator-jhipster.git
cd generator-jhipster && npm link