Skip to content

Conversation

DavideD
Copy link
Member

@DavideD DavideD commented Aug 7, 2025

Fix #1906

Supersedes #2380

@hibernate-github-bot
Copy link

hibernate-github-bot bot commented Aug 7, 2025

Thanks for your pull request!

This pull request appears to follow the contribution rules.

› This message was automatically generated.

@DavideD DavideD requested a review from dreab8 August 7, 2025 13:46
@DavideD DavideD modified the milestone: 4.0.0.Beta2 Aug 7, 2025
@DavideD DavideD changed the title Issue#1906 Support @IdGenerationType Aug 7, 2025
@DavideD DavideD changed the title Support @IdGenerationType Support @IdGeneratorType Aug 7, 2025
@@ -38,4 +41,18 @@
default CompletionStage<Id> generate(ReactiveConnectionSupplier session, Object owner, Object currentValue, EventType eventType) {
return generate( session, owner );
}

@Override
default Id generate(

Check notice

Code scanning / CodeQL

Confusing overloading of methods Note

Method ReactiveIdentifierGenerator.generate(..) could be confused with overloaded method
generate
, since dispatch depends on static types.
}

@Override
default Object generate(SharedSessionContractImplementor session, Object object){

Check notice

Code scanning / CodeQL

Confusing overloading of methods Note

Method ReactiveIdentifierGenerator.generate(..) could be confused with overloaded method
generate
, since dispatch depends on static types.
@DavideD DavideD marked this pull request as draft August 7, 2025 15:57
@DavideD
Copy link
Member Author

DavideD commented Aug 25, 2025

@dreab8 Do you need this PR? It was a rebased of your original PR with a couple of changes.

But I suspect It's not needed anymore and I would prefer to close it to clean up a bit.

@dreab8
Copy link
Member

dreab8 commented Aug 25, 2025

@DavideD I don't really need it.

@dreab8 dreab8 closed this Aug 25, 2025
@DavideD DavideD deleted the issue#1906 branch August 26, 2025 08:02
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.

Support @IdGeneratorType
2 participants