Skip to content

Commit a6e1875

Browse files
committed
#40: Updated changelog.
1 parent 7e27f23 commit a6e1875

2 files changed

Lines changed: 23 additions & 4 deletions

File tree

doc/changes/changes_1.0.10.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
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

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,20 @@
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>

0 commit comments

Comments
 (0)