Skip to content
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

Fix insert of ladybug report fails with PostgreSQL #6764

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Conversation

jacodg
Copy link
Contributor

@jacodg jacodg commented May 4, 2024

No description provided.

@@ -117,6 +120,13 @@ private ObjectPool<PoolableConnection> createConnectionPool(PoolableConnectionFa
}

public DataSource getDataSource(String dataSourceName) {
// File storage will be used instead of database storage when dataSourceName is empty (see
// springIbisTestTool.xml) but Spring will still wire bean dataSource (calling this method) to bean scheduler
// (which will ignore it, see SchedulerFactoryBean.setDataSource()). Prevent parent class from throwing an
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In het framework wrappen we dit ding en halen we expliciet de datasource en tx manager setters er uit.

@jacodg jacodg marked this pull request as draft May 6, 2024 15:46
@jacodg jacodg marked this pull request as ready for review May 7, 2024 15:23
Copy link

sonarcloud bot commented May 14, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
2.8% Coverage on New Code (required ≥ 65%)

See analysis details on SonarCloud

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

Successfully merging this pull request may close these issues.

None yet

2 participants