Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added compatibility for Grails 3.3 together with Multi-Tenancy. #182

Open
wants to merge 74 commits into
base: master
Choose a base branch
from

Conversation

jhron
Copy link

@jhron jhron commented Sep 25, 2020

Data sources are now taken from existing beans directly instead of configuration files. So it works with dynamically created data sources too and not only with data sources defined in configuration files.

jhron and others added 30 commits September 25, 2020 15:26
Data sources are now taken from existing beans directly instead of configuration files. So it works with dynamically created data sources too and not only with data sources defined in configuration files.
* additionally use ClassLoaderResourceAccessor to load included change scripts

* fix tests
The H2 in-memory database is having some issues with integrationTests
…base-h2-1.x

Update dependency com.h2database:h2 to v1.4.200
…octor-asciidoctor-gradle-plugin-1.x

Update dependency org.asciidoctor:asciidoctor-gradle-plugin to v1.6.1
Remove provided scope as it is deprecated
…core

Update dependency org.hibernate:hibernate-core to v5.6.1.Final
puneetbehl and others added 25 commits November 20, 2021 02:33
Add a new category "Build/CI" to release notes
Setup New Github Wofklow - To publish release on Sonatype OSSRH
Configure Asciidoctor task outputDir to /build/asciidoc folder
Use action gradle/gradle-build-action@v2
Improvements to Java CI Github Workflow
Fix documentation for multiple data sources
Use ${{ github.workspace }} instead of env variable.
Fixed path of secring.gpg in release workflow
…ibernateversion

Update dependency org.liquibase.ext:liquibase-hibernate5 to v4.6.2
Remove subfolder from publish GitHub Pages step
@CLAassistant
Copy link

CLAassistant commented Mar 26, 2024

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@puneetbehl
Copy link
Contributor

Please rebase, resolve the conflicts, and sign the CLA.

jhron added 2 commits May 3, 2024 09:11
Data sources are now taken from existing beans directly instead of configuration files. So it works with dynamically created data sources too and not only with data sources defined in configuration files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants