This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| org.hibernate.cfg.AvailableSettings | |
| =================================== | |
| org.hibernate.jpa.AvailableSettings INTERFACE_REMOVED | |
| Constant Setting Deprecated | |
| ACQUIRE_CONNECTIONS hibernate.connection.acquisition_mode 5.3 | |
| APP_CLASSLOADER hibernate.classLoader.application 5.3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - https://developers.redhat.com/blog/2020/01/21/first-steps-with-the-data-virtualization-operator-for-red-hat-openshift/ | |
| Install CRC: | |
| - https://developers.redhat.com/blog/2019/09/05/red-hat-openshift-4-on-your-laptop-introducing-red-hat-codeready-containers/ | |
| useful: | |
| - crc config set memory 8192 (e.g.) (memory, cpus, ...) | |
| - crc config view | |
| - crc version | |
| - crc status |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Create ~/.config/zanata.ini | |
| ------------------------------------------ | |
| [servers] | |
| 10_5_106_35.url=https://translate.jboss.org/ | |
| 10_5_106_35.username=davidredhat | |
| 10_5_106_35.key=81518001d8644e00809e49bdbb7a3934 | |
| Push to Zanata | |
| ------------------------------ | |
| To push only sources (first check-in): | |
| >mvn zanata:push-module -Dzanata.copyTrans=false -Dzanata.username=davidredhat -B |