Skip to content

Conversation

@gavinking
Copy link
Member

#11417 enabled a much more complete solution


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.


@hibernate-github-bot
Copy link

hibernate-github-bot bot commented Dec 11, 2025

Thanks for your pull request!

This pull request does not follow the contribution rules. Could you have a look?

❌ All commit messages should start with a JIRA issue key matching pattern HHH-\d+
    ↳ Offending commits: [0d65356, 377bd35, 16bbaaf, 0d8df8b, cb1f9fe, 46a9af7, aadda4c, 343ac2a, 29ed489]

› This message was automatically generated.

@gavinking gavinking force-pushed the parameter-binding-redux branch from 1d3be1d to 257a78f Compare December 11, 2025 21:35
private <X> TemporalJavaType<X> forMissingPrecision(TypeConfiguration typeConfiguration) {
//noinspection unchecked,rawtypes
return (TemporalJavaType) this;
private TemporalJavaType<T> forMissingPrecision(TypeConfiguration typeConfiguration) {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'typeConfiguration' is never used.
}

protected <X> TemporalJavaType<X> forTimestampPrecision(TypeConfiguration typeConfiguration) {
protected TemporalJavaType<T> forTimestampPrecision(TypeConfiguration typeConfiguration) {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'typeConfiguration' is never used.
}

protected <X> TemporalJavaType<X> forDatePrecision(TypeConfiguration typeConfiguration) {
protected TemporalJavaType<T> forDatePrecision(TypeConfiguration typeConfiguration) {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'typeConfiguration' is never used.
}

protected <X> TemporalJavaType<X> forTimePrecision(TypeConfiguration typeConfiguration) {
protected TemporalJavaType<T> forTimePrecision(TypeConfiguration typeConfiguration) {

Check notice

Code scanning / CodeQL

Useless parameter Note

The parameter 'typeConfiguration' is never used.
@gavinking gavinking force-pushed the parameter-binding-redux branch from 257a78f to 3842838 Compare December 12, 2025 03:49
@gavinking gavinking marked this pull request as ready for review December 12, 2025 15:01
@gavinking gavinking force-pushed the parameter-binding-redux branch from 3842838 to 1bcd5cc Compare December 12, 2025 19:06
@gavinking gavinking force-pushed the parameter-binding-redux branch from 1bcd5cc to 343ac2a Compare December 12, 2025 19:34
I have no idea why it was important that two timestamp
types were identical, nor do I understand why this test
suddenly started failing after a rebase, but I don't
think it can possibly be very important anymore
@gavinking gavinking merged commit 04c266d into hibernate:main Dec 12, 2025
27 of 28 checks passed
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.

1 participant