Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

replace synchronised with RetrantLock - so that its JDK 21 Virtual thread Project loom friendly. #110

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nitin1532
Copy link

@nitin1532 nitin1532 commented Feb 17, 2024

Description

Motivation and Context

Testing

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist

  • Local run of mvn install succeeds
  • My code follows the code style of this project
  • My change requires a change to the Javadoc documentation
  • I have updated the Javadoc documentation accordingly
  • I have read the README document
  • I have added tests to cover my changes
  • All new and existing tests passed
  • A short description of the change has been added to the CHANGELOG

License

  • By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@nitin1532
Copy link
Author

nitin1532 commented Feb 17, 2024

@bhvkshah : Please review. Pull request for changes in this driver to make it "Project Loom" friendly.

@bhvkshah
Copy link
Contributor

Thanks for submitting the PR, @nitin1532 ! I will review it with the team. Could you please also add tests to ensure the changes work as expected and no existing functionality is broken?

@nitin1532
Copy link
Author

nitin1532 commented Feb 19, 2024 via email

@nitin1532
Copy link
Author

nitin1532 commented Feb 22, 2024 via email

@bhvkshah
Copy link
Contributor

Hi Nitin, I will review and have an update for you by next week. If all looks good, we can include this in one of the upcoming releases.

@nitin1532
Copy link
Author

nitin1532 commented Mar 27, 2024 via email

@bhvkshah
Copy link
Contributor

Hi @nitin1532 thank you for understanding that the team is busy. I ran our test suite against the changes in your PR. However, the tests keep hanging with these changes, and not a single test passes successfuly. I do not want to outright reject your PR as the intent and the changes are useful, but it is evident that we will need to iterate a bit to ensure that these changes work as expected with our driver. I do not know when they team will be able to prioritize iterating on this PR.

Additionally, I've noticed that
the driver is not actively maintained and lacks support for the latest
features.

Please let us know which features you would like to see implemented in the Redshift JDBC Driver.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants