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
Add a builder.dbUrl() method, which should return a java URI instance.
Also, r.connection(r.connection()...dbUrl()) should be (almost) equivalent to using the builder that generated the db-url (factories can't nor shouldn't be serialized).
Add a
builder.dbUrl()method, which should return a javaURIinstance.Also,
r.connection(r.connection()...dbUrl())should be (almost) equivalent to using the builder that generated the db-url (factories can't nor shouldn't be serialized).