File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Exasol UDF API for Java 1.0.10, released 2026-??-??
1+ # Exasol UDF API for Java 1.0.10, released 2026-06-11
22
3- Code name:
3+ Code name: UDF Code Coverage Reporting
44
55## Summary
66
7- ## Features
7+ In this release we added the missing JaCoCo agent injection to the integration test, so that now the code coverage is reported properly.
88
9- * ISSUE_NUMBER: description
9+ ## Bugfixes
10+
11+ * 40: Fixed code coverage reporting from UDF.
1012
1113## Dependency Updates
1214
1315### Test Dependency Updates
1416
17+ * Updated ` com.exasol:exasol-testcontainers:7.2.3 ` to ` 7.3.0 `
1518* Added ` org.jacoco:org.jacoco.agent:0.8.14 `
19+ * Updated ` org.junit.jupiter:junit-jupiter-params:5.14.4 ` to ` 6.1.0 `
20+ * Updated ` org.slf4j:slf4j-jdk14:2.0.17 ` to ` 2.0.18 `
1621
1722### Plugin Dependency Updates
1823
Original file line number Diff line number Diff line change 6464 </dependencies >
6565 <build >
6666 <plugins >
67+ <!-- Overriding parent POM to avoid warning with JDK 11 -->
68+ <plugin >
69+ <groupId >org.apache.maven.plugins</groupId >
70+ <artifactId >maven-compiler-plugin</artifactId >
71+ <version >3.15.0</version >
72+ <configuration >
73+ <release >${java.version} </release >
74+ <showWarnings >true</showWarnings >
75+ <compilerArgs >
76+ <arg >-Xlint:all</arg >
77+ <arg >-Werror</arg >
78+ </compilerArgs >
79+ </configuration >
80+ </plugin >
6781 <plugin >
6882 <groupId >com.exasol</groupId >
6983 <artifactId >project-keeper-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments