-
Notifications
You must be signed in to change notification settings - Fork 117
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
jhron
wants to merge
74
commits into
grails:master
Choose a base branch
from
jhron:Multitenant
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
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
Configure Renovate
…ersion Update liquibaseVersion
GitHub workflow
Configure Java CI Workflow
Move renovate.json to .github folder
in Java CI Workflow
The H2 in-memory database is having some issues with integrationTests
Update to Grails 4
…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
Migrated to Grails 5
Remove spock-outputcapture dependency
…core Update dependency org.hibernate:hibernate-core to v5.6.1.Final
Update release-drafter.yml
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
Signed-off-by: Puneet Behl <[email protected]>
…ibernateversion Update dependency org.liquibase.ext:liquibase-hibernate5 to v4.6.2
Remove subfolder from publish GitHub Pages step
Update dependency gradle to v7.3.1
|
Please rebase, resolve the conflicts, and sign the CLA. |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.