Skip to content

Conversation

@koentsje
Copy link
Member

@koentsje koentsje commented Jul 7, 2025

  • Add a section with instructions to modify the 'app/build.gradle' file
  • Add a section for the specifying the 'hibernate.properties' file
  • Adapt the generated project in 'gradle/docs/examples/5-minute-tutorial'

  - Add a section with instructions to modify the 'app/build.gradle' file
  - Add a section for the specifying the 'hibernate.properties' file
  - Adapt the generated project in 'gradle/docs/examples/5-minute-tutorial'

Signed-off-by: Koen Aers <[email protected]>
Copy link
Member

@marko-bekhta marko-bekhta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 👍🏻 😃


The complete `gradle.build` file can look like the below.

```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```
```groovy

That is if you decide to go with the highlights 😃


With this set up, the `hibernate.properties` file should contain the properties as specified below.

```
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
```
```properties

and I think it's properties for the property files 🙈 (same if you decide to do the highlights 😃 )

// Use JUnit Platform for unit tests.
useJUnitPlatform()
}
implementation('com.h2database:h2:2.3.232')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

btw.. I know that Steve is in favor of using these version catalogs (hibernate/hibernate-reactive#1989), but I'm not sure how applicable is that for a small tutorial 😃 🙈

@koentsje koentsje merged commit 3f58ea7 into hibernate:main Jul 7, 2025
3 checks passed
@koentsje koentsje deleted the HBX-3022 branch July 7, 2025 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants