Brian Clozel
32b65e85ae
Add config property for GraphQL Schema Mapping Inspection
...
This commit adds a new `spring.graphql.schema.inspection.enabled`
property, which is `true` by default.
This property enables the logging at the INFO level of the GraphQL
Schema inspection report.
During startup, Spring for GraphQL will inspect the schema and report
fields and registrations that are unmapped in the application.
Closes gh-36252
3 years ago
Andy Wilkinson
11e8f98385
Start building against Spring Integration 5.5.19 snapshots
...
See gh-37251
3 years ago
Andy Wilkinson
d1b0f1fae9
Start building against Spring GraphQL 1.0.5 snapshots
...
See gh-37250
3 years ago
Andy Wilkinson
ff24fcb17e
Start building against Spring Data Bom 2021.2.16 snapshots
...
See gh-37248
3 years ago
Andy Wilkinson
133963b2e9
Start building against Spring AMQP 2.4.16 snapshots
...
See gh-37247
3 years ago
Andy Wilkinson
a1659dbfcc
Start building against Reactor Bom 2020.0.36 snapshots
...
See gh-37246
3 years ago
Andy Wilkinson
88db5b050a
Start building against Micrometer 1.9.15 snapshots
...
See gh-37245
3 years ago
dkswnkk
1d7c0108d0
Capitalize order constant in TomcatWebServerFactoryCustomizer
...
See gh-37211
3 years ago
Johnny Lim
5f9bc721d3
Add default value metadata for management.metrics.export.signalfx.published-histogram-type
...
See gh-37210
3 years ago
Andy Wilkinson
9b52ee5dac
Start building against Spring Security 6.2.0 snapshots
...
See gh-37236
3 years ago
Andy Wilkinson
a94f171cae
Start building against Spring LDAP 3.2.0 snapshots
...
See gh-37235
3 years ago
Andy Wilkinson
c49e1dda33
Start building against Spring Kafka 3.1.0 snapshots
...
See gh-37234
3 years ago
Andy Wilkinson
7d9b0cee39
Start building against Spring Integration 6.2.0 snapshots
...
See gh-37233
3 years ago
Andy Wilkinson
15c24d35fd
Start building against Spring GraphQL 1.2.3 snapshots
...
See gh-37232
3 years ago
Andy Wilkinson
ed5d16de84
Upgrade to Jetty 12
...
Closes gh-36073
3 years ago
Andy Wilkinson
02fd570b7d
Start building against Spring Framework 6.1.0 snapshots
...
See gh-37231
3 years ago
Andy Wilkinson
4b0c8eba4c
Start building against Spring Batch 5.1.0 snapshots
...
See gh-37230
3 years ago
Andy Wilkinson
d88b999fa2
Start building against Spring Authorization Server 1.2.0 snapshots
...
See gh-37229
3 years ago
Andy Wilkinson
318ac7adc5
Start building against Spring AMQP 3.1.0 snapshots
...
See gh-37228
3 years ago
Andy Wilkinson
dfa5414486
Start building against Reactor Bom 2023.0.0 snapshots
...
See gh-37227
3 years ago
Andy Wilkinson
88f8311a59
Start building against Micrometer 1.12.0 snapshots
...
See gh-37226
3 years ago
Andy Wilkinson
38e9ede17d
Only suggest snapshots for which a release is planned
...
Closes gh-37212
3 years ago
Phillip Webb
750c597225
Polish 'Add Pulsar ConnectionDetails support'
...
See gh-37197
3 years ago
Chris Bono
089fef0392
Add Pulsar ConnectionDetails support
...
Add `ConnectionDetails` support for Apache Pulsar and provide adapters
for Docker Compose and Testcontainers.
See gh-37197
3 years ago
Yanming Zhou
4c39cc2314
Continue polishing
...
See commit 947e330e9d4cfc537213554f855f6c551e4d3652
See gh-37166
3 years ago
Moritz Halbritter
d84c81d18f
Reduce logging in WelcomePageHandlerMapping on invalid Accept headers
...
Closes gh-37118
3 years ago
anessi
320dd0e24e
Add virtual host support for Rabbit Stream
...
Add a new property 'spring.rabbitmq.stream.virtual-host' which can be
used to set a custom virtual host for streams.
See gh-37189
3 years ago
Chris Bono
6e7b845bdf
Add support for Apache Pulsar
...
Add support for Apache Pulsar using the Spring for Apache Pulsar
project.
See gh-34763
Co-authored-by: Phillip Webb <pwebb@vmware.com>
3 years ago
Moritz Halbritter
76e51bc92f
Only enable needed Couchbase services in integration tests
3 years ago
Moritz Halbritter
d310fb6fce
Prevent docker access when running AOT processing on tests
...
Closes gh-37097
3 years ago
Moritz Halbritter
1a2919bb0e
Polish
3 years ago
Andy Wilkinson
ced32f0751
Require libraries to opt in to moving to snapshots
...
Closes gh-37190
3 years ago
Andy Wilkinson
fadc58679d
Speed up ImageReference.of when path contains upper-case chars
...
Closes gh-35657
3 years ago
Scott Frederick
1e85bf7ca8
Fix mapping of consumed types to propagators
...
Fixes gh-37161
3 years ago
Andy Wilkinson
a77863245d
Polish "Use project.getLayout().getBuildDirectory() instead of getBuildDir()"
...
See gh-37167
3 years ago
Yanming Zhou
a8706962d4
Use project.getLayout().getBuildDirectory() instead of getBuildDir()
...
See gh-37167
3 years ago
Phillip Webb
fd8cb74b46
Load algorithm parameters from PEM encoded 'EC PRIVATE KEY' files
...
Update `PrivateKeyParser` implementations so that algorithm parameters
for PEM encoded 'EC PRIVATE KEY' files are loaded from the incoming
data.
Prior to this commit, the algorithm parameter was hard-coded to
'secp384r1' which could result in a mismatch to the actual file
content.
Fixes gh-34232
3 years ago
Andy Wilkinson
67e1ee5dcf
Fix ordering of Jetty's WebSocketUpgradeFilter
...
Closes gh-37115
3 years ago
Moritz Halbritter
f1f4e9c008
Implement RestClientBuilderConfigurer
...
Closes gh-36265
3 years ago
Moritz Halbritter
cf2828fdb8
Add link to Spring Modulith to documentation
...
Closes gh-37106
3 years ago
Moritz Halbritter
947e330e9d
Polish "Include JdbcClientAutoConfiguration in @JdbcTest and @DataJpaTest slices"
...
See gh-37122
3 years ago
Yanming Zhou
b8eec2a8a4
Include JdbcClientAutoConfiguration in @JdbcTest and @DataJpaTest slices
...
See gh-37122
3 years ago
Andy Wilkinson
208dcb9305
Rename tests now that Jetty is preferred
...
Closes gh-37155
3 years ago
Moritz Halbritter
61739bd917
Prevent propagation for local fields when using W3C propagation
...
Closes gh-37109
3 years ago
Phillip Webb
3640491d5a
Fix Timezone used for now in BuildRequestTests
3 years ago
Phillip Webb
f8f4a2b986
Fix Timezone used for now in BuildRequestTests
3 years ago
Andy Wilkinson
2de98a84bc
Polish "Polish code and javadoc"
...
See gh-37112
3 years ago
hakan-krgn
6d9ce8a3b5
Polish code and javadoc
...
See gh-37112
3 years ago
Johnny Lim
30eacd553d
Add Javadoc since for new setTaskExecutor method
...
See gh-37117
3 years ago
Phillip Webb
727e22abac
Restore Redis to NoSQL stores supported by Spring Data documentation
...
See gh-29694
3 years ago