This repository was archived by the owner on Mar 13, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 72
Update HibernateDatastoreSpringInitializer #201
Merged
Merged
Conversation
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
to create bean DSL for data services.
* Removed hibernateDatastoreServiceRegistry bean as that was redundant. * Use SoftServiceLoader to prevent instantiating the service.
logger configuration to remove debug logs.
Contributor
Author
|
Please merge apache/grails-data-mapping#1350 before this pull request |
Contributor
|
Get with @jeffbrown on the use cases that he ran into to ensure we're covering the bases |
* Update the `if()` check to filter out some unrelated services. * Rename GormMethodInvokingFactoryBean -> DatastoreServiceMethodInvokingFactoryBean
to verify that the autowire by name works for the data service.
* Use loadServices method from the base class.
Use `def` to verify autowire by name.
* to verify that regular Grails service correctly autowire by type in the Data service.
jamesfredley
pushed a commit
that referenced
this pull request
Feb 19, 2025
…ersion Update dependency org.liquibase:liquibase-core to v4 - manual
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
to create bean DSL for data services.
Fixes #202