romainmoreau commented on PR #2141: URL: https://github.com/apache/james-project/pull/2141#issuecomment-2011686876
You're welcome! Here are notes I took about some changes related to Spring: - `xbean-spring` was removed because it's not needed anymore based on git history and code analysis; - `vendorAdapter.database` property was removed because `OpenJpaVendorAdapter` was removed from Spring but it should not be an issue because it's inferred from the JDBC url; - `jetm` was removed because it was already partially removed before; - `<parameters>true</parameters>` was added because Spring now needs this (it doesn't use bytecode to get parameters names anymore). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
