Commit Graph

11683 Commits (4b820acd15ad80ab7e21a0fdc3a68210807e830e)
 

Author SHA1 Message Date
Stephane Nicoll db33a75484 Enable transaction management consistently
Previously to this commit, transaction management was only enabled when
a `DataSource` is configured. The processing of `@Transactional`
annotations are now enabled as long as a `PlatformTransactionManager` is
present.

Also, the `spring.aop.proxy-target-class` is now honoured if set, still
defaulting to CGLIB mode.

Closes gh-8434
8 years ago
Stephane Nicoll 13e5d98560 Merge pull request #8618 from eddumelendez:gh-8609
* pr/8618:
  Polish "Add @DataNeo4jTest" contribution
  Add @DataNeo4jTest
8 years ago
Stephane Nicoll b08016f15a Polish "Add @DataNeo4jTest" contribution
Closes gh-8618
8 years ago
Eddú Meléndez b6feb47574 Add @DataNeo4jTest
This commit adds test infrastructure for Neo4j repositories through
`@DataNeo4jTest`.

See gh-8618
8 years ago
Stephane Nicoll 4b42e68aa6 Merge pull request #8791 from izeye:patch-22
* pr/8791:
  Update doc for add-application-context-header
8 years ago
Johnny Lim 1ed5108639 Update doc for add-application-context-header
Closes gh-8791
8 years ago
Brian Clozel ba3b83c739 Fix dependency scope for reactor-test
This is a test dependency and should be marked as such.

Fixes gh-8789
8 years ago
Stephane Nicoll 4a8d353263 Merge branch '1.5.x' 8 years ago
Stephane Nicoll 751cd6e0b2 Merge pull request #8781 from ptamarit:short-commit-id-custom-length
* pr/8781:
  Polish "Use git.commit.id.abbrev if present" contribution
  Use git.commit.id.abbrev if present
8 years ago
Stephane Nicoll 52527c7298 Polish "Use git.commit.id.abbrev if present" contribution
Closes gh-8781
8 years ago
Pablo Tamarit 30b6166bc1 Use git.commit.id.abbrev if present
Currently GitProperties always shortens the property git.commit.id to an
hardcoded length of 7.

However, both the Maven plugin git-commit-id-plugin and the Gradle
plugin gradle-git-properties are now providing the property
git.commit.id.abbrev along with the propery git.commit.id.
Moreover, the Maven plugin allows to customize the length of the
abbreviated commit ID with the configuration abbrevLength. The Gradle
plugin doesn't allow (yet) to configure this length.

Closes gh-8773
8 years ago
Andy Wilkinson 5b2f0ea070 Revert "Add dep mgmt for fast-classpath-scanner while Neo4j uses LATEST"
This reverts commit 51a2d9b103.

See gh-8687
8 years ago
Andy Wilkinson f52b0b975a Update WebFlux auto-configuration following recent API changes 8 years ago
Andy Wilkinson 99aa155412 Update tests that use WebClient following changes to its API 8 years ago
Andy Wilkinson bf83e74d5f Start building against Reactor Bom Aluminium snapshots for SR2 again
See gh-8589
8 years ago
Stephane Nicoll 1e88e1faa5 Upgrade to Embedded Mongo 2.0.0
Closes gh-8769
8 years ago
Brian Clozel df2d6b370e Fix compilation error with latest webflux changes
See commit c5bcefbd in Spring Framework, which refactored
the RequestMappingHandlerAdapter.
8 years ago
Andy Wilkinson 4ca38d4563 Merge branch '1.5.x' 8 years ago
Andy Wilkinson 181cfd5ca8 Merge branch '1.4.x' into 1.5.x 8 years ago
Andy Wilkinson 9fa8f2e317 Tweak Checkstyle plugin config so violations are output even with -q
Closes gh-8767
8 years ago
Andy Wilkinson e683f8ace9 Revert "Start building against Reactor Bom Aluminium snapshots for SR2 again"
This reverts commit 9164265a54.

See gh-8589
8 years ago
Andy Wilkinson 9164265a54 Start building against Reactor Bom Aluminium snapshots for SR2 again
See gh-8589
8 years ago
Andy Wilkinson aaf76e435e Align with latest Neo4j OGM 3.0 snapshots
See gh-8687
8 years ago
Stephane Nicoll ff50331168 Merge branch '1.5.x' 8 years ago
Stephane Nicoll d8e90af3bf Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll 595fada2ff Merge pull request #8660 from dreis2211:cleanup-equals-exceptions
* pr/8660:
  Fix test assertions
8 years ago
dreis 1266642aba Fix test assertions
Closes gh-8660
8 years ago
Stephane Nicoll 113279c1bc Merge pull request #8678 from zeldan:patch-1
* pr/8678:
  Fix propdeps-plugin url in doc
8 years ago
Dániel Zelei cc30adf0df Fix propdeps-plugin url in doc
Closes gh-8678
8 years ago
Stephane Nicoll ae1475dcb8 Merge pull request #8698 from izeye:polish-20160323
* pr/8698:
  Polish
8 years ago
Johnny Lim 287520a810 Polish
Closes gh-8698
8 years ago
Stephane Nicoll ee0a151671 Merge branch '1.5.x' 8 years ago
Stephane Nicoll 49b8d8c482 Polish
See gh-8698
8 years ago
Stephane Nicoll 90b3e2472d Merge pull request #8699 from izeye:add-test-20170323
* pr/8699:
  Add a missing test for "Fix properties parsing for comment chars"
8 years ago
Johnny Lim 46a0aaac7a Add a missing test for "Fix properties parsing for comment chars"
Closes gh-8699
8 years ago
Madhura Bhave 8bfd42e3f1 Add v2 content type to actuator endpoints
Closes gh-7968
8 years ago
Stephane Nicoll 28a4d5e01b Merge branch '1.5.x' 8 years ago
Stephane Nicoll c6182d510c Merge branch '1.4.x' into 1.5.x 8 years ago
Stephane Nicoll 22869f78a9 Merge pull request #8718 from andersonkyle:fix-typo
* pr/8718:
  Fix typo
8 years ago
Kyle Anderson 57977a654a Fix typo
Closes gh-8718
8 years ago
Stephane Nicoll 9b2b1a3a28 Merge pull request #8686 from dreis2211:empty-string-concat
* pr/8686:
  Replace empty string concatenation with String.valueOf()
8 years ago
dreis 5d85733378 Replace empty string concatenation with String.valueOf()
Closes gh-8686
8 years ago
Andy Wilkinson d322d8613b Upgrade to Flyway 4.1.2
Closes gh-8752
8 years ago
Andy Wilkinson 57a1aa579e Merge branch '1.5.x' 8 years ago
Andy Wilkinson e905c96d9d Upgrade to GemFire 8.2.3
Closes gh-8498
8 years ago
Andy Wilkinson c6aa032cd5 Drop back to Aluminium-SR1 as current snapshots are beyond repair
This reverts 78824b02f3

See gh-8589
8 years ago
Andy Wilkinson 7857bbb956 Add temporary dependency management for reactor-netty
The version of reactor-netty currently provided by reactor-bom is
incompatible with the version of reactor-core that's provided. To
work around this problem, this commit adds dependency management for
reactor-netty that overrides the bom.
8 years ago
Stephane Nicoll 5ed21f0fba Merge pull request #8688 from kazuki43zoo:gh-8684
* pr/8688:
  Fix syntax in doc
8 years ago
Kazuki Shimizu bbde6de95b Fix syntax in doc
Closes gh-8688
8 years ago
Andy Wilkinson 9c0430ba9f Upgrade to Hibernate Validator 5.4.1.Final
Closes gh-8751
8 years ago