reshma2004 opened a new pull request, #61: URL: https://github.com/apache/velocity-engine/pull/61
Regarding the issue TRUNK-5119, https://openmrs.atlassian.net/issues?filter=10665&selectedIssue=TRUNK-5119 I checked if velocity versions are already updated though out the project. And found they are already updated. 1. Velocity version: 2.5-SNAPSHOT (already beyond 2.0/2.1) 2. Java requirement: Java 8+ (documented in README) 3. SLF4J logging: Already integrated in the parent To maximize backward compatibility of Velocity 2.5 with Velocity 1.x, I have include the 4 lines in your Velocity configuration as mentioned in this link in the main folder velocity-engine\velocity-engine-core\src\main\resources\org\apache\velocity\runtime\default\velocity.properties : I also modified velocimacro.enable_bc_mode = true as it was conflicting with the above configuration. I have tested locally to ensure build was success. https://velocity.apache.org/engine/2.1/upgrading.html#dependencies-changes <img width="1102" height="638" alt="velocity" src="https://github.com/user-attachments/assets/ce4ca060-fc9f-482a-824b-1385b27c9295" /> -- 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]
