Skip to content

develop to java 25 - #1165

Merged
pidoubleyou merged 6 commits into
developfrom
feature/java25
Aug 9, 2026
Merged

develop to java 25#1165
pidoubleyou merged 6 commits into
developfrom
feature/java25

Conversation

@pidoubleyou

Copy link
Copy Markdown
Contributor

@sonarqubecloud

sonarqubecloud Bot commented Aug 9, 2026

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

Filmlist list = new Filmlist();
try (Connection con = dataSource.getConnection();
PreparedStatement ps = con.prepareStatement("SELECT data FROM filme " + where + " ORDER BY data ->> 'sender', data ->> 'thema', data ->> 'titel' " + limit);
PreparedStatement ps = con.prepareStatement("SELECT data FROM filme " + where + " ORDER BY data ->> 'sender', data ->> 'thema', data ->> 'titel' " + limit)
@pidoubleyou
pidoubleyou merged commit 180cb3d into develop Aug 9, 2026
3 of 4 checks passed
@pidoubleyou
pidoubleyou deleted the feature/java25 branch August 9, 2026 18:03
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.

2 participants