Skip to content

3.5.0-M1 Does not contain Vibur DBCP Configuration #43986

@hantsy

Description

@hantsy

I tried to create a simple example to taste the vibur dbcp in the 3.5.0-M1, but found the add the following configuration in the application.properties.

spring.datasource.vibur.jdbc-url=jdbc:postgresql://localhost:5432/testdb
spring.datasource.vibur.username=user
spring.datasource.vibur.password=passowrd
#spring.datasource.vibur.driver-class-name=

And the includes the dependencies in project.

<dependency>
	<groupId>org.springframework</groupId>
	<artifactId>spring-jdbc</artifactId>
</dependency>
<dependency>
	<groupId>org.vibur</groupId>
	<artifactId>vibur-dbcp</artifactId>
</dependency>
// and postgres jdbc driver

When starting the application, it will report spring.datasource.url is not configured.

Explored the DataSourceConfiguration in 3.5.0-M1, there is no vibur item there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: invalidAn issue that we don't feel is valid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions