Commit Graph

1899 Commits (25baaf807d7c27c903c715436f028d502ef1f776)

Author SHA1 Message Date
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
Andy Wilkinson aff1f18fe2 Upgrade to Logback 1.2.2
Closes gh-8635
8 years ago
Andy Wilkinson 2fd51dd8a1 Upgrade to Spring REST Docs 1.2.0.RC1
Closes gh-8716
8 years ago
Andy Wilkinson 5e0acc60bb Merge branch '1.5.x' 8 years ago
Andy Wilkinson bf6e6870ea Upgrade to Neo4j Ogm 2.1.2
Closes gh-8746
8 years ago
Andy Wilkinson 57c16c393b Upgrade to Mariadb 1.5.9
Closes gh-8745
8 years ago
Andy Wilkinson 6ffdc88430 Upgrade to Narayana 5.5.5.Final
Closes gh-8744
8 years ago
Andy Wilkinson 233abb6162 Upgrade to Jboss Transaction Spi 7.5.2.Final
Closes gh-8743
8 years ago
Andy Wilkinson 7ad326992a Upgrade to Hibernate Validator 5.3.5.Final
Closes gh-8742
8 years ago
Andy Wilkinson e60515e88c Upgrade to Jetty 9.4.3.v20170317
Closes gh-8741
8 years ago
Andy Wilkinson 6519fd5e52 Upgrade to Artemis 1.5.4
Closes gh-8740
8 years ago
Andy Wilkinson 290a951f90 Upgrade to Activemq 5.14.4
Closes gh-8739
8 years ago
Andy Wilkinson 8cf9973ff6 Upgrade to Hazelcast 3.7.6
Closes gh-8738
8 years ago
Andy Wilkinson f07d4f77aa Merge branch '1.5.x' 8 years ago
Andy Wilkinson 8973d6cec5 Merge branch '1.4.x' into 1.5.x 8 years ago
Andy Wilkinson a8788ba62c Upgrade to Webjars Locator 0.32-1
Closes gh-8734
8 years ago
Andy Wilkinson c49fb08c8f Upgrade to Spring Loaded 1.2.7.RELEASE
Closes gh-8733
8 years ago
Andy Wilkinson 35ce980b38 Upgrade to Slf4j 1.7.25
Closes gh-8732
8 years ago
Andy Wilkinson fb9ce48dc8 Upgrade to Lombok 1.16.16
Closes gh-8731
8 years ago
Andy Wilkinson de504f3464 Upgrade to Jooq 3.8.7
Closes gh-8730
8 years ago
Andy Wilkinson 0a5732bb14 Upgrade to Jboss Logging 3.3.1.Final
Closes gh-8729
8 years ago
Andy Wilkinson 31419ab038 Upgrade to Hibernate Validator 5.2.5.Final
Closes gh-8728
8 years ago
Andy Wilkinson 617bacbc44 Upgrade to Jetty 9.3.17.v20170317
Closes gh-8727
8 years ago
Andy Wilkinson 8e9975624e Upgrade to Groovy 2.4.10
Closes gh-8726
8 years ago
Andy Wilkinson 4530b607b3 Upgrade to Tomcat 8.5.12
Closes gh-8725
8 years ago
Andy Wilkinson 798146b5e1 Upgrade to Joda Time 2.9.9
Closes gh-8724
8 years ago
Andy Wilkinson c05e8a634f Upgrade to Undertow 1.3.28.Final
Closes gh-8723
8 years ago
Andy Wilkinson 89cd7311bb Upgrade to Dropwizard Metrics 3.1.4
Closes gh-8722
8 years ago
Andy Wilkinson 42675cb04b Upgrade to H2 1.4.194
Closes gh-8721
8 years ago
Andy Wilkinson 17793f4f67 Upgrade to Appengine 1.9.50
Closes gh-8720
8 years ago
Andy Wilkinson ecea51076d Merge branch '1.4.x' into 1.5.x 8 years ago
Andy Wilkinson 258205ac46 Start building against Spring Security 5.0 snapshots
See gh-8714
8 years ago
Andy Wilkinson a88c56dfdc Start building against Spring Integration 4.3.9 snapshots
See gh-8713
8 years ago
Andy Wilkinson 2b6bcfd738 Start building against Spring Framework 4.3.8 snapshots
Closes gh-7949
See gh-8712
8 years ago
Andy Wilkinson 87ebec6838 Upgrade to Jackson 2.9.0.pr2
As part of the upgrade, this commit removes the use of any API that
has been deprecated in 2.9. This includes the config props endpoint's
use of SerializationFeature.WRITE_NULL_MAP_VALUES. This has been
replaced with configuring serialization inclusion to only include
properties with non-null values. This means that all null-valued
properties will no longer be serialized, not just those that are an
entry in a map.

Closes gh-8604
Closes gh-8537
Closes gh-7695
8 years ago
Andy Wilkinson 3024ed8316 Remove dependency management for neo4j-ogm-compiler
neo4j-ogm-compiler does not exist in OGM 3.0 snapshots

See gh-8687
8 years ago
Andy Wilkinson 51a2d9b103 Add dep mgmt for fast-classpath-scanner while Neo4j uses LATEST
neo4j-ogm-core uses LATEST for the version of its dependency upon
fast-classpath-scanner. This leads to unrepeatable builds and also
appears to be destabilising our CI.

Hopefull we will be able to revert this commit once
neo4j/neo4j-ogm#341 has been fixed.

See gh-8687
8 years ago
Andy Wilkinson 25bf4a14cd Start building against Neo4j OGM 3.0.0 snapshots
This commit our Neo4j OGM dependency with the Spring Data Neo4j
snapshots that are currently included in snapshots of Spring Data Kay.

It switches to using Neo4j's Bolt driver by default, aligning it with
the default of the latest Spring Data Neo4j 5 snapshots.

It also contains a workaround for a Neo4j OGM issue [1] and a change
to Neo4jDataAutoConfigurationTests that prevents the entire classpath
from being scanned.

See gh-8687

[1] https://github.com/neo4j/neo4j-ogm/issues/340
8 years ago
Andy Wilkinson 1893fdab0d Revert "Upgrade to Jackson 2.9.0.pr1"
This reverts commit 10ae5e8f3f. Health
serialization fails with Jackson 2.9.0 (gh-7695).

See gh-8537
8 years ago
Andy Wilkinson 10ae5e8f3f Upgrade to Jackson 2.9.0.pr1
As part of the upgrade, this commit removes the use of any API that
has been deprecated in 2.9.0.pr1. This includes the config props
endpoint's use of SerializationFeature.WRITE_NULL_MAP_VALUES. This
has been replaced with configuring serialization inclusion to only
include properties with non-null values. This means that all
null-valued properties will no longer be serialized, not just those
that are an entry in a map.

Closes gh-8604
Closes gh-8537
8 years ago
Andy Wilkinson 78824b02f3 Start building against Reactor Bom Aluminium snapshots for SR2
See gh-8589
8 years ago
Andy Wilkinson b35c162593 Raise the minimum supported version of Gradle to 3.4
Closes gh-7922
8 years ago
Andy Wilkinson 030b566194 Upgrade to Selenium HtmlUnit 2.25
See gh-8515
8 years ago
Andy Wilkinson c42312be79 Upgrade to RxJava 2.0.7
Closes gh-8539
8 years ago
Andy Wilkinson 884fedcefb Upgrade to Selenium 3.2.0
Closes gh-8538
8 years ago
Phillip Webb c7b46e4d1c Upgrade to HtmlUnit 2.25
Fixes gh-8515
8 years ago
Andy Wilkinson dcf7e11de5 Upgrade to Snakeyaml 1.18
Closes gh-8505
8 years ago
Andy Wilkinson dc2548d3bc Upgrade to Spring Security Oauth 2.1.0.RELEASE
Closes gh-8504
8 years ago
Andy Wilkinson bf7c9acc87 Upgrade to Rxjava 1.2.7
Closes gh-8503
8 years ago