On 11/04/2023 20:28, BRUNO MELLONI wrote:
I was able to migrate applications to Spring Boot 3 / Spring 6 (standalone or
running on Tomcat 10) so long as authentication was NOT through Azure AD.
But when I tried to migrate applications that used Microsoft's
spring-cloud-azure-starter-active-dir
I was able to migrate applications to Spring Boot 3 / Spring 6 (standalone or
running on Tomcat 10) so long as authentication was NOT through Azure AD.
But when I tried to migrate applications that used Microsoft's
spring-cloud-azure-starter-active-directory for authentication of 2-step
authent
Good info here.
Commons IS very busy, aren't they.
Lots of good tools in there ..
John
On 4/11/23, Christopher Schultz wrote:
> Bruno,
>
> On 4/11/23 12:51, BRUNO MELLONI wrote:
>> I used org.apache.commons.dbcp2.BasicDataSource as my default
>> DataSource for over a decade in both Tomcat and
Bruno,
On 4/11/23 12:51, BRUNO MELLONI wrote:
I used org.apache.commons.dbcp2.BasicDataSource as my default
DataSource for over a decade in both Tomcat and standalone apps.
Very reliable.
Note that you are talking about commons-dbcp2 and John was asking about
tomcat-pool (which is a different p
I used org.apache.commons.dbcp2.BasicDataSource as my default DataSource for
over a decade in both Tomcat and standalone apps. Very reliable. I do
remember that “permanently running” apps like a custom job scheduler that we
run would occasionally require a restart, sometimes once a week or onc
John,
On 4/10/23 00:40, John Dale (DB2DOM) wrote:
Has anyone tried using the Tomcat 10 DBCP from a standalone java app?
I have not, but there isn't really anything Tomcat-specific about it.
-chris
-
To unsubscribe, e-mail: u