Re: OFBiz connection to Postgres database without JBDC

2022-12-27 Thread Douglas Melo
I was wrong, lol  The restriction is only for version 42.3.3, this version has vulnerability. https://www.postgresql.org/about/news/postgresql-jdbc-4233-released-2410/

Re: OFBiz connection to Postgres database without JBDC

2022-12-27 Thread Michael Brohl
Hi Douglas, Do you have some reference to read why Postgres is blocking JDBC? OFBiz is database agnostic, the implementation to achieve this uses JDBC as the core mechanism. So I guess it would be quite difficult to connect OFBiz in another way than JDBC. Best regards, Michael Brohl

OFBiz connection to Postgres database without JBDC

2022-12-27 Thread Douglas Melo
Good morning people! Is it possible to make OFBiz Connection in Postgresql database without JDBC? It looks like JBDC has been blocked by the Postgres team due to a security vulnerability. Is there any other way to connect to the database without JBDC? Or do you know if there is any secure JBDC