You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
version
Tested with tags v0.6.3, v0.6.4 and master branch.
platform Linux drnick-xps-15-9500 5.11.0-38-generic #42~20.04.1-Ubuntu SMP Tue Sep 28 20:41:07 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
problem
When trying to build babashka with the feature flags BABASHKA_FEATURE_JDBC and BABASHKA_FEATURE_POSTGRESQL everything seems to compile fine. However starting at tag v0.6.3 (Works on v0.6.0 and before, tags in between are broken but fixed thanks to #1040), there seems to be a graal issue with org.postgresql.PGProperty). Here is a my REPL session:
version
Tested with tags
v0.6.3
,v0.6.4
andmaster
branch.platform
Linux drnick-xps-15-9500 5.11.0-38-generic #42~20.04.1-Ubuntu SMP Tue Sep 28 20:41:07 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
problem
When trying to build babashka with the feature flags
BABASHKA_FEATURE_JDBC
andBABASHKA_FEATURE_POSTGRESQL
everything seems to compile fine. However starting at tagv0.6.3
(Works onv0.6.0
and before, tags in between are broken but fixed thanks to #1040), there seems to be a graal issue withorg.postgresql.PGProperty
). Here is a my REPL session:repro
expected behavior
No exception when connecting (works with
v0.6.0
)The text was updated successfully, but these errors were encountered: