Čedomir Igaly

Results 23 issues of Čedomir Igaly

Jira issue [HHH-18377](https://hibernate.atlassian.net/browse/HHH-18377) Implementation of [UUID Versioin 6](https://datatracker.ietf.org/doc/html/rfc9562#name-uuid-version-6) and [UUID Version 7](https://datatracker.ietf.org/doc/html/rfc9562#name-uuid-version-7) ---------------------- By submitting this pull request, I confirm that my contribution is made under the terms of the...

Both `Service.notifyConnectionListeners` and `Folder.notifyConnectionListeners` are calling `EventQueue.terminateQueue()` if `type` is `ConnectionEvent.CLOSED` . However, if `mail.event.scope` is set to 'application' or 'session' this can cause to some later events to be...

bug

Jira issue [HHH-18377](https://hibernate.atlassian.net/browse/HHH-18377) This pull requests is update to [#8719](https://github.com/hibernate/hibernate-orm/pull/8719) - Fixed bug in [UUID version 6](https://datatracker.ietf.org/doc/html/rfc9562#name-uuid-version-6) generation - Simplified and slightly improved [UUID version 7](https://datatracker.ietf.org/doc/html/rfc9562#name-uuid-version-7) generation ---------------------- By submitting...

See Jira Issue [HHH-18705](https://hibernate.atlassian.net/browse/HHH-18705) Problem can be quickly, but ugly, solved by copy & paste (with small adjustments) methods `returnType` and `entityType` from class `org.hibernate.processor.annotation.NamedQueryMethod`. ---------------------- By submitting this pull...

Jira issue [HHH-18446](https://hibernate.atlassian.net/browse/HHH-18446) Fixing problem by adding (configurable) default SQL type code to LongVarbinaryJdbcType abd LongVarcharJdbcType ---------------------- By submitting this pull request, I confirm that my contribution is made under...

See Jira Issue [HHH-18693](https://hibernate.atlassian.net/browse/HHH-18693) This is still work in progress, not to be merged with main branch, at least not immediately. For each (static) inner non-private class one meta-model class...

Jira issue [HHH-19396](https://hibernate.atlassian.net/browse/HHH-19396) When creating `SqlAstQueryPartProcessingStateImpl` in method `org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter#visitQuerySpec` parameter `deduplicateSelectionItems` must be set to `false` (see comment in moved code block) When `selectStatement` contains same column more than once...

Jira issue [HHH-19549](https://hibernate.atlassian.net/browse/HHH-19549) Always use access type specified when `@Access` annotation is present on embeddable. ---------------------- By submitting this pull request, I confirm that my contribution is made under the...

Jira issue [HHH-19464](https://hibernate.atlassian.net/browse/HHH-19464) In `org.hibernate.type.descriptor.java.DataHelper#extractBytes(java.io.InputStream, long, int)` assumption that `java.io.InputStream#read(byte[])` reached EOF when number of bytes read is less than size of buffer is not correct. ---------------------- By submitting this...

Jira issue [HHH-19393](https://hibernate.atlassian.net/browse/HHH-19393) Existing test case is modified to demonstrate the problem ---------------------- By submitting this pull request, I confirm that my contribution is made under the terms of the...

JIRA issue Test Case