-
Notifications
You must be signed in to change notification settings - Fork 14
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
Fix for OCM-68 #3
Open
zinal
wants to merge
359
commits into
apache:trunk
Choose a base branch
from
zinal:OCM-68
base: trunk
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.
Open
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
* Implement GRFT-118. Now the inline is supported with a specific bean converter (InlineBeanConverterImpl). * review java pck git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@477345 13f79535-47bb-0310-9956-ffa450edef68
* Implement GRFT-118. Now the inline is supported with a specific bean converter (InlineBeanConverterImpl). * review java pck git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@477346 13f79535-47bb-0310-9956-ffa450edef68
* Review method params in order to provide a complete API. * Fix for GRFT-122 * Code clean up - Define a DefaultBeanConverter. This simplify the code in the ObjectConverterImpl * Review unit test git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@488396 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@488397 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@505044 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@505050 13f79535-47bb-0310-9956-ffa450edef68
They are is suppored with new atomic type converters. They are mapped into the java String type. Check the jcrmapping-atomic.xml file to see how to specify those new converters git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@508120 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@515299 13f79535-47bb-0310-9956-ffa450edef68
* Add the class ReferenceBeanConverter : map a Reference jcr property into a bean field (readonly). * Add more unit tests on uuid & reference support. git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@515771 13f79535-47bb-0310-9956-ffa450edef68
* Add the class ReferenceBeanConverter : map a Reference jcr property into a bean field (readonly). * Add more unit tests on uuid & reference support. git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@515772 13f79535-47bb-0310-9956-ffa450edef68
* add new collection converters to manage collection of uuid/references git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@517394 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@518771 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@518773 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@518774 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@522615 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@522616 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@523838 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@527637 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@527647 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@527655 13f79535-47bb-0310-9956-ffa450edef68
…nager and in the different converters. * Review the method initPersistenceManager in some unit tests in order to simplify the code * Solve issue GRTF-106 -Avoid INFINITE RECURSION when Object Model has cycles by using an object cache. This is not yet a complete cache system but this small cache is used per persistenceManager and only for retrieve requests. It allows to perform circular lookups (as by crossreferenced objects) that would result in non-terminating loops without such a cache. git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@530134 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@531578 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/incubator/graffito/trunk/jcr/jcr-mapping@531579 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping@532248 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping@532474 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping@535958 13f79535-47bb-0310-9956-ffa450edef68
Remove graffito name. Still under progress. git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping@536999 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping@537007 13f79535-47bb-0310-9956-ffa450edef68
…ession user. Modify unit test for locks git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping@537641 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/jackrabbit-jcr-mapping/jcr-mapping@537642 13f79535-47bb-0310-9956-ffa450edef68
…CRTest and run it against in memory repository. Also restructured base classes to be easier to understand. Unit tests now run 4 times as fast git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1349031 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1349032 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1349034 13f79535-47bb-0310-9956-ffa450edef68
…package 'nodemanagement' git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1352024 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1354501 13f79535-47bb-0310-9956-ffa450edef68
…ethods from the NodeTypeManager interface, but the NodeTypeManagerImpl didn't implement many of them any way. Jackrabbit dependency is now only used as scope test git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1354503 13f79535-47bb-0310-9956-ffa450edef68
…ethods from the NodeTypeManager interface, but the NodeTypeManagerImpl didn't implement many of them any way. Jackrabbit dependency is now only used as scope test git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1354504 13f79535-47bb-0310-9956-ffa450edef68
…ethods from the NodeTypeManager interface, but the NodeTypeManagerImpl didn't implement many of them any way. Jackrabbit dependency is now only used as scope test git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1354508 13f79535-47bb-0310-9956-ffa450edef68
…ethods from the NodeTypeManager interface, but the NodeTypeManagerImpl didn't implement many of them any way. Jackrabbit dependency is now only used as scope test git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1354509 13f79535-47bb-0310-9956-ffa450edef68
…ethods from the NodeTypeManager interface, but the NodeTypeManagerImpl didn't implement many of them any way. Jackrabbit dependency is now only used as scope test git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1354510 13f79535-47bb-0310-9956-ffa450edef68
…get the objects for some path git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1354514 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1354534 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1354535 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1354557 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1357176 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1357177 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1357259 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1357261 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1357262 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1357282 13f79535-47bb-0310-9956-ffa450edef68
… and inception year same as the one from Jackrabbit git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1357283 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1357311 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1358063 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1358126 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1358128 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1358261 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1439352 13f79535-47bb-0310-9956-ffa450edef68
The release checker now lives on dist.apache.org. git-svn-id: https://svn.apache.org/repos/asf/jackrabbit/commons/ocm/trunk@1439353 13f79535-47bb-0310-9956-ffa450edef68
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.
This is a fix for https://issues.apache.org/jira/browse/OCM-68