0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bumped dependency versions to latest RELEASE versions. More... over 12 years ago
Added unit test for `ResourceProcessorHandlerMethodReturnValueHandler` as well as fix from pull request #61 More... over 12 years ago
Updated `ResourceProcessor` framework to call configured RPs at the appropriate time. More... over 12 years ago
Fix for #60. Added `maxPageSize` to the `RepositoryRestConfiguration` so the user can specify a maximum which can be specified as the `limit` parameter. If the user specifies a value that exceeds the maximum, the configured maximum will be used rather than the value specified as a query parameter. More... over 12 years ago
DATAREST-60 Only set the errback parameter if one is configured in the RepositoryRestConfiguration. More... over 12 years ago
Tweak to build file to trigger documentation publishing More... over 12 years ago
Tweaked build file to address issue with Artifactory integration on the CI server. More... over 12 years ago
Tweaked build file to address issue with Artifactory integration on the CI server. More... over 12 years ago
Merge pull request #59 from jbrisbin/6e4e7da142fde7036bf3d9daa8caa25f8a40b330 More... over 12 years ago
Incorporated recent changes to Spring Data Commons and dependent projects that obsoleted the need to manage domain object metadata within Spring Data REST. Required updating to the latest snapshots available for spring-data-commons and spring-data-jpa. More... over 12 years ago
Fix broken test that didn't have the AnnotatedHandlerBeanPostProcessor defined in it. More... over 12 years ago
Tweak gitignore to ignore any log files left lying around from testing. More... over 12 years ago
Fix for #50 More... over 12 years ago
Fix for #47 More... over 12 years ago
Tweak build file to not specify a particular JDK when creating an IDEA project file. More... over 12 years ago
Merge branch 'master' of github.com:SpringSource/spring-data-rest More... over 12 years ago
Merge pull request #49 from olivergierke/DATAREST-56 More... over 12 years ago
Merge pull request #48 from olivergierke/DATAREST-57 More... over 12 years ago
DATAREST-57 - Bumped version number to 1.1.0.BUILD-SNAPSHOT. More... over 12 years ago
DATAREST-56 - RepositoryRestHandlerMapping now uses lowest precedence. More... over 12 years ago
Change AnnotatedHandlerRepositoryEventListener into a BeanPostProcessor which works better all around and processes every bean, looking for event handlers. More... over 12 years ago
Fixed a bug where the repository rel wasn't being respected in linked property link lists. More... almost 13 years ago
Added package-info More... almost 13 years ago
Cosmetic change. More... almost 13 years ago
Fix an NPE bug when serializing an entity with no ID. More... almost 13 years ago
Updating main wiki page. More... almost 13 years ago
Updated javadoc generation to aggregate from all submodules. More... almost 13 years ago
Adding a description to the maven.gradle file. More... almost 13 years ago
Updated the build to use a separate maven pom file alteration script to make the resulting pom maven central-compliant. More... almost 13 years ago
Tweaked how the version is exposed. It isn't by default so I added a check for `@RestResource` on the version attribute. If a `path` is set, the version is exported under that name. More... almost 13 years ago