mawiesne commented on code in PR #2483: URL: https://github.com/apache/tomee/pull/2483#discussion_r2838380935
########## docs/datasource-password-encryption.adoc: ########## @@ -8,12 +8,13 @@ _Apache OpenEJB 3.1.2 or later required_ _TomEE 1.5.0 switched from Apache Commons-DBCP to Tomcat-pool. On that specific version, password encryption is not available. You can still -switch back to Apache Commons DBCP buy adding the following property: +switch back to Apache Commons DBCP by adding the following property: DataSourceCreator dbcp. On all following versions, the database encryption will be ported and hence available on Tomcat-pool as well._ -= Ciphering passwords Apache OpenEJB now provides an easy and extensible -way to cipher databases passwords. Not that by default, this feature is +== Ciphering passwords + +Apache OpenEJB now provides an easy and extensible way to cipher databases passwords. Not that by default, this feature is Review Comment: Will correct and push. ########## docs/tomee-cluster.txt: ########## @@ -1,8 +1,8 @@ -The scope of this document to to define how Apache TomEE can be configured for HA (High Availability) clustering. +The scope of this document to define how Apache TomEE can be configured for HA (High Availability) clustering. Review Comment: Will correct and push. -- 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]
