Show
2025-09-25 - 🟡 Potential Risk
Engineer(s): Valentin Kavalenka
2025-09-25:
What was accomplished since the last update?
The PR for HIBERNATE-60: Native query without parameters was created.
Confirmed with the Hibernate ORM maintainers that the issue with fetching entities having persistent attributes of struct types is caused by a bug in Hibernate ORM. I was unable to report the bug, and am trying to get that resolved with Atlassian support.
What's the focus over the next two weeks?
I will be on vacation during [2025-Oct-01, 2025-Oct-10] , and will be back on 2025-Oct-14.
When I return, I will work on reviewing the outstanding PRs created by other engineers, as well as moving The PR for HIBERNATE-60: Native query without parameters through the review process.
Any risks/blockers/impediments?
None.
2025-09-25 - 🟡 Potential Risk
Engineer(s): Valentin Kavalenka, Ross Lawley
2025-09-11: Target date on track for 2025-09-25
What was accomplished since the last update?
The PR  for HIBERNATE-63: Implementing simple array function filter  was approved, the task was completed.
Most of functionality in HIBERNATE-60: Native query without parameters  is done.
Fetching entities with persistent attributes of struct types does not work, seemingly due to a bug in Hibernate ORM.
HIBERNATE-97 Explicitly forbid StatelessSession.upsert if we don't implement it properly  was started and completed.
The PR  for HIBERNATE-81 Be able to release first version of Public Preview (1.0.0-preview.1)  was created.
What's the focus over the next two weeks?
Ask Hibernate ORM maintainers about the potential bug discovered while working on HIBERNATE-60: Native query without parameters . Decide how to proceed based on the answers.
Create a PR for HIBERNATE-60: Native query without parameters .
Any risks/blockers/impediments?
Nothing.
2025-09-25 - 🟡 Potential Risk
Engineer(s): Valentin Kavalenka, Ross Lawley
2025-09-11: Target date on track for 2025-09-25
What was accomplished since the last update?
The PR  for HIBERNATE-63: Implementing simple array function filter  was approved, the task was completed.
Most of functionality in HIBERNATE-60: Native query without parameters  is done.
Fetching entities with persistent attributes of struct types does not work, seemingly due to a bug in Hibernate ORM.
HIBERNATE-97 Explicitly forbid StatelessSession.upsert if we don't implement it properly  was started and completed.
The PR  for HIBERNATE-81 Be able to release first version of Public Preview (1.0.0-preview.1)  was created.
What's the focus over the next two weeks?
Ask Hibernate ORM maintainers about the potential bug discovered while working on HIBERNATE-60: Native query without parameters . Decide how to proceed based on the answers.
Create a PR for HIBERNATE-60: Native query without parameters .
Any risks/blockers/impediments?
Nothing.
Engineer(s): Valentin Kavalenka
2025-08-28: Target date on track for 2025-09-25
What was accomplished since the last update?
Addressed review comments in the PR for HIBERNATE-63: Implementing simple array function filter .
Started HIBERNATE-60: Native query without parameters .
Verified that entity query works.
Checked how ResultSetMetaData.getColumnType is used by Hibernate ORM, to see if the idea of dynamically updating ResultSetMetadata is possible. It is not.
What's the focus over the next two weeks?
Move the PR for HIBERNATE-63: Implementing simple array function filter through the review process and merge it.
Continue working on HIBERNATE-60: Native query without parameters .
Any risks/blockers/impediments?
Nothing.