Hi, this is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contributed to our codebase before, or even folks who haven't contributed to open source before.

If that's you, we're interested in helping you take the first step and can answer questions and help you out as you do. Note that we're especially interested in contributions from people from groups underrepresented in free and open source software!

If you have contributed before, consider leaving this one for someone new, and looking through our general ideal-for-contribution issues. Thanks!

Problem

Detection of Amazon Redshift in org.springframework.boot.jdbc.DataBaseDriver is incorrect. The Redshift JDBC driver returns Redshift as the productName but we are using Amazon Redshift as the productName.

Solution

Update the DatabaseDriver enum with the right value for the productName for Redshift.

Update the tests to ensure that the right DatabaseDriver.fromProductName() works for Redshift.

Steps to Fix

  • [ ] Claim this issue with a comment below and ask any clarifying questions you need
  • [ ] Set up a repository locally following the Contributing Guidelines
  • [ ] Try to fix the issue following the steps above
  • [ ] Commit your changes and start a pull request.

Comment From: anudeepg

@scottfrederick As I am fixing similar issue of MariaDB https://github.com/spring-projects/spring-boot/issues/25127 Can i claim this issue as well to fix ?

Comment From: philwebb

@anudeepg Thanks for the offer, but can we give someone else a chance to do this one. We're keen to get as many first-timers as possible.

Comment From: anudeepg

@anudeepg Thanks for the offer, but can we give someone else a chance to do this one. We're keen to get as many first-timers as possible.

Comment From: anudeepg

Sure, thanks for giving chance to first-timers. I will check any other issues if I can contribute. Do you have any suggestion for filtering issues which i (any new contributor but using spring from many years in Java projects) can look ?

Comment From: melburne

Hi @philwebb , Can I pick this one up if no one else is working on it?

Comment From: snicoll

@melburne the issue is all yours, let us know if you have any questions.

Comment From: snicoll

Closing in favor of PR #25265