Skip to content

Commit

Permalink
#711 Add export of org.firebirdsql.jna.fbclient to com.sun.jna
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Jul 7, 2023
1 parent 4589a7f commit 7d1d9da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion devdoc/jdp/jdp-2023-13-modularization-of-jaybird.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ some types are returned by public methods in `org.firebirdsql.jdbc`
`org.firebirdsql.jna.embedded`:: not exported -- for internal use only
`org.firebirdsql.jna.embedded.classpath`:: exported -- public API; utility classes for embedded providers
`org.firebirdsql.jna.embedded.spi`:: exported -- public API for embedded providers
`org.firebirdsql.jna.fbclient`:: not exported -- plugin implementation
`org.firebirdsql.jna.fbclient`:: only exported to `com.sun.jna` -- plugin implementation
`org.firebirdsql.jna.jakarta`:: exported -- Jakarta web listener, must be exported to be found

=== `chacha64-plugin` (module `org.firebirdsql.jaybird.chacha64`)
Expand Down
1 change: 1 addition & 0 deletions jaybird-native/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

exports org.firebirdsql.jna.embedded.classpath;
exports org.firebirdsql.jna.embedded.spi;
exports org.firebirdsql.jna.fbclient to com.sun.jna;
exports org.firebirdsql.jna.jakarta;

uses org.firebirdsql.jna.embedded.spi.FirebirdEmbeddedProvider;
Expand Down

0 comments on commit 7d1d9da

Please sign in to comment.