googleapis / googleapis/google-cloud-java

[sdk-platform-java] Some downstream native configs initialize JUnit classes at build time in production

Open
#12,388 2 comments 0 reactions 0 assignees View on GitHub
priority: p3 type: bug
Dominant language
Java
Stars
2.1k
Forks
1.2k
Avg merge
1d 23h
Merged PRs (30d)
154

Description

From https://github.com/googleapis/sdk-platform-java/pull/3674

Some libraries mark JUnit classes for initialization at build time in its _production_ native properties file.

For example: https://github.com/googleapis/java-spanner-jdbc/blob/fa65ead20018c083749bb1bd1cc1993f48745ef9/src/main/resources/META-INF/native-image/com.google.cloud/google-cloud-spanner-jdbc/native-image.properties#L15

I tried moving it to a test-only config file (`src/test/resources...`) but the image creation would fail asking to specify the JUnit classes to be initialized at runtime.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.