Struts 6.1.1. // Ok to migrate to JDK 17, Spring 6, Hibernate 6?

2023-02-28 Thread Burton Rhodes
Our team is considering a migration to Spring 6 and Hibernate 6 - which require JDK 17 and use the new jakarta packages (among other things). Is there anything within Struts 6.1.1 that would prevent such a migration?

Re: Struts 6.1.1. // Ok to migrate to JDK 17, Spring 6, Hibernate 6?

2023-02-28 Thread Lukasz Lenart
wt., 28 lut 2023 o 13:11 Burton Rhodes napisał(a): > > Our team is considering a migration to Spring 6 and Hibernate 6 - which > require JDK 17 and use the new jakarta packages (among other things). Is > there anything within Struts 6.1.1 that would prevent such a migration? Rather no, yet I'm no

Re: Factory method for dependency injection

2023-02-28 Thread Lukasz Lenart
sob., 25 lut 2023 o 12:47 Bogoljub Pavičić <276ee31...@proton.me.invalid> napisał(a): > > Hi, > > is it possible to produce beans using a factory method with struts2 default > ioc container? > I want to inject an ObjectMapper but I want to configure the bean before > inserting it in the container