Commit Graph

44282 Commits (4ea3c75331e5da6b493c7bc955bc72f123c81a6e)
 

Author SHA1 Message Date
Moritz Halbritter 4ea3c75331 Improve exception message if endpoint can't be found 1 year ago
Moritz Halbritter ed9169501e Polish 1 year ago
Andy Wilkinson 00264cb9c8 Merge branch '3.1.x'
Closes gh-36790
1 year ago
Andy Wilkinson f0343df9c5 Merge branch '3.0.x' into 3.1.x
Closes gh-36789
1 year ago
Andy Wilkinson 406e934325 Merge branch '2.7.x' into 3.0.x
Closes gh-36788
1 year ago
Andy Wilkinson e7203e31c8 Correct documentation of default path matching strategy
Closes gh-32557
1 year ago
Andy Wilkinson 41a69c870c Merge branch '3.1.x'
Closes gh-36787
1 year ago
Andy Wilkinson ed89272585 Merge branch '3.0.x' into 3.1.x
Closes gh-36786
1 year ago
Andy Wilkinson 34b2de3095 Merge branch '2.7.x' into 3.0.x
Closes gh-36785
1 year ago
Andy Wilkinson 35d3cdbe74 Fail more helpfully when schema or data location is a directory
Previously a schema or data locatio that was a directory would
result in an attempt being made to apply the directory listing as
SQL scripts. This would typically result in a hard to diagnose
failure due to the directory listing not being valid SQL.

This commit updates the initializer to ignore locations for
which the Resources is not readable. This works as Framework's
Resource abstraction does not consider directory resources to be
readable.

Closes gh-36386
1 year ago
Andy Wilkinson e286213110 Merge branch '3.1.x'
Closes gh-36784
1 year ago
Andy Wilkinson f2fce3a008 Merge branch '3.0.x' into 3.1.x
Closes gh-36783
1 year ago
Andy Wilkinson a91f1f0387 Merge branch '2.7.x' into 3.0.x
Closes gh-36782
1 year ago
Andy Wilkinson db0ab9f580 Improve documentation for configuration of schema and data scripts
Closes gh-36176
1 year ago
Stephane Nicoll f5b3bc7a9f Merge branch '3.1.x'
Closes gh-36775
1 year ago
Stephane Nicoll 3e72b8625d Merge branch '3.0.x' into 3.1.x
Closes gh-36774
1 year ago
Stephane Nicoll 56535d804c Rename WebDriverContextCustomizerFactory's customizer
Closes gh-36416
1 year ago
Andy Wilkinson 3441833c5c Add missing Details class 1 year ago
Stephane Nicoll acf6bb644a Merge branch '3.1.x'
Closes gh-36773
1 year ago
Stephane Nicoll 10fecc855c Merge branch '3.0.x' into 3.1.x
Closes gh-36772
1 year ago
Stephane Nicoll e7706b4201 Merge branch '2.7.x' into 3.0.x
Closes gh-36771
1 year ago
Stephane Nicoll 6ccc13f3cd Merge pull request #36767 from eddumelendez
* pr/36767:
  Polish "Configure ActiveMQConnectionFactory properly without spring-jms"
  Configure ActiveMQConnectionFactory properly without spring-jms

Closes gh-36767
1 year ago
Stephane Nicoll 5e11bac1da Polish "Configure ActiveMQConnectionFactory properly without spring-jms"
See gh-36767
1 year ago
Eddú Meléndez bcfaad2cb8 Configure ActiveMQConnectionFactory properly without spring-jms
Previously, if spring-jms is not available and a non-pool connection
factory is requested (the default), no `CachingConnectionFactory` is
created. This commit makes sure to separate the two conditions, so
that a connection factory can be obtained even if spring-jms is not
on the classpath.

See gh-36767
1 year ago
Andy Wilkinson b1d26fe961 Revert "Upgrade default CNB builders to Paketo Jammy"
This reverts commit 6506208d29. The
upgrade to the Jammy builder was causing
failsWhenBuildImageIsInvokedOnMultiModuleProjectWithBuildImageGoal to
hang on CI.

See gh-36689
1 year ago
Andy Wilkinson 9d42cff472 Upgrade to Spock Framework 2.3-groovy-4.0
Closes gh-36754
1 year ago
Andy Wilkinson 0c36f1f26f Upgrade to MockK 1.13.5
Closes gh-36753
1 year ago
Andy Wilkinson 579aac055d Upgrade to Maven Shade Plugin 3.5.0
Closes gh-36752
1 year ago
Andy Wilkinson 1368593199 Upgrade to Maven Resolver 1.9.14
Closes gh-36751
1 year ago
Andy Wilkinson ef79d88acf Upgrade to Maven Plugin Tools 3.9.0
Closes gh-36750
1 year ago
Andy Wilkinson 7b70d99144 Upgrade to Maven Invoker 3.2.0
Closes gh-36749
1 year ago
Andy Wilkinson b6db68bb9b Upgrade to Maven Common Artifact Filters 3.3.2
Closes gh-36748
1 year ago
Andy Wilkinson 0c7c7ac8a9 Upgrade to Maven 3.9.4
Closes gh-36747
1 year ago
Andy Wilkinson f32e27f92e Upgrade to JNA 5.13.0
Closes gh-36746
1 year ago
Andy Wilkinson faef25357f Upgrade to Janino 3.1.10
Closes gh-36745
1 year ago
Andy Wilkinson bc6bf24df8 Upgrade to Commons FileUpload 1.5
Closes gh-36744
1 year ago
Andy Wilkinson e63a30906c Upgrade to Commons Compress 1.23.0
Closes gh-36743
1 year ago
Andy Wilkinson 3a6dbb4cc8 Upgrade to API Guardian 1.1.2
Closes gh-36742
1 year ago
Stephane Nicoll 948c84d8d1 Merge branch '3.1.x' 1 year ago
Stephane Nicoll 2e677c4fa6 Merge branch '3.0.x' into 3.1.x 1 year ago
Stephane Nicoll 870df5ab08 Merge branch '2.7.x' into 3.0.x
Closes gh-36761
1 year ago
Stephane Nicoll 5ed5820f92 Clarify expected jar size in getting started doc
Closes gh-34514
1 year ago
Stephane Nicoll 85f74ba564 Merge branch '3.1.x'
Closes gh-36760
1 year ago
Stephane Nicoll ac1d8a3651 Merge branch '3.0.x' into 3.1.x
Closes gh-36759
1 year ago
Stephane Nicoll f8a5aff160 Merge branch '2.7.x' into 3.0.x
Closes gh-36758
1 year ago
Stephane Nicoll 1e5a72f1f8 Provide nested cause if datasource fails to provide DatabaseDriver
Closes gh-34728
1 year ago
Stephane Nicoll 558d55868b Merge branch '3.1.x' 1 year ago
Stephane Nicoll 8fc93f8952 Merge branch '3.0.x' into 3.1.x 1 year ago
Stephane Nicoll 05df721d51 Merge branch '2.7.x' into 3.0.x 1 year ago
Stephane Nicoll 97ce95c417 Polish "Upgrade to MariaDB 3.1.4"
See gh-36394
1 year ago