We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395f7bd commit 3a14751Copy full SHA for 3a14751
persistence/nosql/async/vertx/src/main/java/org/apache/polaris/nosql/async/vertx/VertxAsyncExec.java
@@ -56,7 +56,7 @@
56
* a Java thread pool to execute blocking tasks.
57
*/
58
@ApplicationScoped
59
-class VertxAsyncExec implements AsyncExec, AutoCloseable {
+public class VertxAsyncExec implements AsyncExec, AutoCloseable {
60
private static final Logger LOGGER = LoggerFactory.getLogger(VertxAsyncExec.class.getName());
61
private static final Duration MAX_DURATION = Duration.ofDays(7);
62
0 commit comments