Commit Graph

12573 Commits (eb4f59094aa2f8af8850878a3f864fe5ce48eec8)
 

Author SHA1 Message Date
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
Andy Wilkinson 35cda80ace Upgrade to Hibernate 5.2.9.Final
Closes gh-8750
8 years ago
Andy Wilkinson 1a1fe3207b Upgrade to Rxjava 1.2.9
Closes gh-8749
8 years ago
Andy Wilkinson 25baaf807d Upgrade to Netty 4.1.9.Final
Closes gh-8748
8 years ago
Andy Wilkinson c15adfd4a3 Add dependency management for spring-restdocs-asciidoctor
See gh-8716
8 years ago
Madhura Bhave 0ab7c25d9f Revert "Change default for new_generator_mappings to true"
This reverts commit 735dbc4583.
8 years ago
Madhura Bhave 20f201b57a Flip default for management.add-application-context-header
Closes gh-8656
8 years ago
Andy Wilkinson 28a5ffcce6 Fix DataJpaTestIntegrationTests
Closes gh-7612
8 years ago
Andy Wilkinson e0a80c287c Remove Tomcat 7.0 and 8.0-based WebSocket support
Closes gh-8615
8 years ago
Andy Wilkinson 1486490957 Ensure that spring-boot-starter-test pulls in logging dependencies
Closes gh-8492
8 years ago
Madhura Bhave 735dbc4583 Change default for new_generator_mappings to true
Closes gh-7612
8 years ago