| Hi @sanne, yes, I'm happy to help with maintaining the integration module. One of the difficulties that I'm facing is with the modules release process; my release process is not automated enough, while I'm assuming yours is well automated. I need to know what is the communication process with your team around new releases, but these are details. Hi @mih_vlad, what you're saying about the DataSourceConnectionProvider is correct, I guess that there are a lot of people who are using it in production systems, however using this provider implies that you're using JNDI while there are a lot of teams that prefer not to use JNDI. Very often the only object that will be retrieved from JNDI will be the DataSource and many teams (I guess) may decide to stay clear of it. |