Skip to content

Instantly share code, notes, and snippets.

View jrenaat's full-sized avatar

Jan Schatteman jrenaat

  • Red Hat
  • Barcelona
View GitHub Profile
@jrenaat
jrenaat / AvailableSettings_deprecations.txt
Last active December 9, 2021 20:00
Removed from cfg/AvailableSettings
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
@jrenaat
jrenaat / gist:3eb1217a491ff4cbc5f7440f05017ddf
Last active April 15, 2020 21:19
Teiid Openshift Setup + Examples
- 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
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