Skip to content

Spring Data Cassandra tests are using the wrong property for customizing the repository type #44942

New issue

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

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

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

nosan
Copy link
Contributor

@nosan nosan commented Mar 28, 2025

The tests did not verify anything because CityCassandraRepository is located outside the City package, which includes the CityRepository and ReactiveCityRepository repositories only, and also because of an incorrect property name.

See #44929

Update CassandraRepositoriesAutoConfigurationTests to use the correct
'spring.data.cassandra.repositories.type' property.

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Mar 28, 2025
@wilkinsona wilkinsona added type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 2, 2025
@wilkinsona wilkinsona added this to the 3.3.x milestone Apr 2, 2025
@wilkinsona wilkinsona modified the milestones: 3.3.x, 3.3.11 Apr 2, 2025
wilkinsona pushed a commit that referenced this pull request Apr 2, 2025
Update CassandraRepositoriesAutoConfigurationTests to use the correct
'spring.data.cassandra.repositories.type' property.

See gh-44942

Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
@wilkinsona wilkinsona closed this in d368767 Apr 2, 2025
@wilkinsona
Copy link
Member

Thanks very much, @nosan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants