Skip to content

JdbcRepositoryConfigExtension does not report repository base class name #2137

@mp911de

Description

@mp911de

The class name is required to correctly determine AOT repository metadata and so fragments in the metadata appear with org.springframework.data.repository.config.RepositoryBeanDefinitionReader$Dummy.

    {
      "name": "saveAll",
      "signature": "org.springframework.data.repository.config.RepositoryBeanDefinitionReader$Dummy",
      "fragment": {
        "interface": "org.springframework.data.repository.config.RepositoryBeanDefinitionReader$Dummy",
        "fragment": "org.springframework.data.repository.config.RepositoryBeanDefinitionReader$Dummy"
      }
    }

Metadata

Metadata

Assignees

Labels

theme: aotAn issue related to Ahead-Of-Time processingtype: bugA general bug

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions