You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`workflow_dispatch` uses the workflow defined in the `main` branch.
So, we need different JDK depending on the branch we are building
using the scheduler or manually:
* Hibernate Reactive 2.* (with ORM 6) requires JDK 11
* Hibernate Reactive 3.* (with ORM 7) requires JDK 17
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Dec 19, 2024
`workflow_dispatch` uses the workflow defined in the `main` branch.
So, we need different JDK depending on the branch we are building
using the scheduler or manually:
* Hibernate Reactive 2.* (with ORM 6) requires JDK 11
* Hibernate Reactive 3.* (with ORM 7) requires JDK 17
DavideD
added a commit
to DavideD/hibernate-reactive
that referenced
this issue
Dec 19, 2024
`workflow_dispatch` uses the workflow defined in the `main` branch.
So, we need different JDK depending on the branch we are building
using the scheduler or manually:
* Hibernate Reactive 2.* (with ORM 6) requires JDK 11
* Hibernate Reactive 3.* (with ORM 7) requires JDK 17
When the build starts from the scheduler, it uses JDK 17 (the one in main) for all the branches. Fox example, see: https://github.com/hibernate/hibernate-reactive/actions/runs/12318599087/job/34383693316
The text was updated successfully, but these errors were encountered: