Skip to content

Conversation

arefbehboudi
Copy link

In some of our cases, we are currently using the traditional instanceof checks followed by explicit type casting. With the introduction of Pattern Matching in recent Java versions, we can refactor these checks to make the code more concise and readable.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 9, 2025
@mikereiche
Copy link
Collaborator

mikereiche commented Jan 9, 2025

@arefbehboudi

Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

Also -
Please create an issue.
And the comment of the commit must end with ...

<newline>
Closes #<issue>.

@arefbehboudi
Copy link
Author

I signed https://cla.pivotal.io/sign/spring?repositoryId=spring-projects/spring-data-couchbase&pullRequestId=2017.

But how can I change the commit message after the push?

@mikereiche
Copy link
Collaborator

git commit --amend

and then

git push -f ...

@arefbehboudi
Copy link
Author

Thank you!
I updated it.

schauder and others added 2 commits January 25, 2025 18:53
The constructor for DefaultTransaction now requires a name and `nested` flag.

Closes spring-projects#2016

Signed-off-by: arefbehboudi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting-for-triage An issue we've not yet triaged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants