url
stringlengths 79
94
| original_message
stringlengths 5
2.73k
| message
stringlengths 0
2.61k
| original_label
stringclasses 4
values | is_good
bool 2
classes | is_bad
bool 2
classes | binary_label
float64 0
1
⌀ |
---|---|---|---|---|---|---|
https://github.com/spring-projects/spring-boot/commit/eff1147cccb72483267dd82f33b15e359fb70a8f | Rename classpath runner package
Remove `runner` since we're no longer tied to JUnit 4.
See gh-17491 | Rename classpath runner package
Remove `runner` since we're no longer tied to JUnit 4. | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/123ffd736c0a435f24f8d9c647e5d384de8cab4a | Exclude @ManagedResources from Endpoint MBeans
If an Endpoint is already @ManagedResource then it doesn't need
an additional (probably wrong) MBEan registration based on the invoke()
method. | Exclude @ManagedResources from Endpoint MBeans
If an Endpoint is already @ManagedResource then it doesn't need
an additional (probably wrong) MBEan registration based on the invoke()
method. | Why and What | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/14bd404b71fcb967d4af282e839a763112ecd40c | Document AWS Elastic Beanstalk deployment
Update the reference documentation to include details of Amazon
Elastic Beanstalk.
Closes gh-7948 | Document AWS Elastic Beanstalk deployment
Update the reference documentation to include details of Amazon
Elastic Beanstalk. | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/c3e447c84c8a3d46ef300184787d3c6be8b792fc | Order char encoding filter so it sets encoding before request is read
For the character encoding filter to work, it's vital that it sets
the request's encoding before any other filters attempt to read the
request. This commit updates the order of
OrderedCharacterEncodingFilter to be HIGHEST_PRECEDENCE and improves
the existing test to check that the ordering is as required.
Closes gh-3912 | Order char encoding filter so it sets encoding before request is read
For the character encoding filter to work, it's vital that it sets
the request's encoding before any other filters attempt to read the
request. This commit updates the order of
OrderedCharacterEncodingFilter to be HIGHEST_PRECEDENCE and improves
the existing test to check that the ordering is as required. | Why and What | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/e5549f7a2189dd2f225d7e46e8d63d49ecf276f5 | Stop Jersey from pulling in duplicate classes with JDK 11+
Closes gh-17404 | Stop Jersey from pulling in duplicate classes with JDK 11+ | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/fa6ee8e34d5f76ee57dd9f9c84bb047c5ee3d356 | Clarify h2-console requires a servlet-based web app
Fixes gh-12603 | Clarify h2-console requires a servlet-based web app | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/3b0f6e7168b863af2e501ff6fed9876683ff0ca4 | Use Supplier variants of Assert methods
See gh-12630 | Use Supplier variants of Assert methods | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/b7847d98a780c14ba9b1eec62b04acff9bf3c97d | Auto-configure Neo4J BookmarkManager when possible
Add `Neo4jBookmarkManagementConfiguration` which provides an instance
of `BookmarkManager` if necessary and Caffeine cache is on the
classpath. Depending on the kind of application, the `BookmarkManager`
will be request scoped or singleton, as recommended by Spring Data
Neo4j.
See gh-14568 | Auto-configure Neo4J BookmarkManager when possible
Add `Neo4jBookmarkManagementConfiguration` which provides an instance
of `BookmarkManager` if necessary and Caffeine cache is on the
classpath. Depending on the kind of application, the `BookmarkManager`
will be request scoped or singleton, as recommended by Spring Data
Neo4j. | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/b439d3522ee0615cd46ea50d7791a89802d9c0bc | Fix VanillaHealthIndicator javadoc | Fix VanillaHealthIndicator javadoc | No What | false | true | 0 |
https://github.com/spring-projects/spring-boot/commit/569830cdca387974cc731979c3895bed6ff68189 | Migrate LogbackLoggingSystemTests to JUnit 5
See gh-17107 | Migrate LogbackLoggingSystemTests to JUnit 5 | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/a5200568384b036202a49b53813aad4a6ce807b2 | Make containsDescendantOf a default method
Change `ConfigurationPropertySource.containsDescendantOf` to have a
default implementation that return `UNKNOWN`.
Fixes gh-12539 | Make containsDescendantOf a default method
Change `ConfigurationPropertySource.containsDescendantOf` to have a
default implementation that return `UNKNOWN`. | Why and What | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/ff98ba0fa569b4d025ce9ad4532dd6b65800274b | Allow early OnWebApplication filtering
Update `OnWebApplicationCondition` to be an
`AutoConfigurationImportFilter` and filter out classes early.
Closes gh-13328 | Allow early OnWebApplication filtering
Update `OnWebApplicationCondition` to be an
`AutoConfigurationImportFilter` and filter out classes early. | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/3a8a1272855a82c1d454920b423c49ced826428a | Implement simpler exclusion logic for Gradle
Simplify the exclusion logic used in Gradle by implementing implicit
exclusions rather than trying to detect transitive excludes.
This commit reverts much of the code originally included to fix gh-1047
which adds far too much complexity to the build and still doesn't solve
the underlying issue.
Fixes gh-1103 | Implement simpler exclusion logic for Gradle
Simplify the exclusion logic used in Gradle by implementing implicit
exclusions rather than trying to detect transitive excludes.
This commit reverts much of the code originally included to fix gh-1047
which adds far too much complexity to the build and still doesn't solve
the underlying issue. | Why and What | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/d5c0009c6eb0e77e4e1013d149d33de7dccdbd4d | Rename samples to smoke tests
Closes gh-17197 | Rename samples to smoke tests | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/560ffc905661a8981f7845cc8e8d95e9bec835c6 | Do not attempt to restart non-restartable jobs
Closes gh-3830 | Do not attempt to restart non-restartable jobs | No What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/e560b7f6ba91140390a544bb38cb407374e588c7 | Remove public modifier on JUnit5 lifecycle methods
See gh-17292 | Remove public modifier on JUnit5 lifecycle methods | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/d4942a11a80b0df913d3015b0ba0c7a1a0b0b856 | Upgrade to Spring Session Bean-RC1
Closes gh-14573 | Upgrade to Spring Session Bean-RC1 | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/57147241cb9119e1c7af494bd48c76bfb4f5808a | Make WebClientCustomizer optional for WebClient
This commit removes the required dependency on `WebClientCustomizer`
instances when creating `WebClient` beans, making it optional.
Closes gh-12458 | Make WebClientCustomizer optional for WebClient
This commit removes the required dependency on `WebClientCustomizer`
instances when creating `WebClient` beans, making it optional. | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/fe3d2c39a0f4cf016c8ceb27dbeab5508c85e65f | Fix broken links in the documentation | Fix broken links in the documentation | Why and What | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/8f7c96e8f0fa3504a10961bf06db42ad8472d395 | Honour ext and classifier on @Grabbed dependencies
We currently honour type, but ignore ext. Aether doesn't make a
distinction between the two so a Grab that specifies both type and ext
but with different values is considered to be an error.
Fixes #995 | Honour ext and classifier on @Grabbed dependencies
We currently honour type, but ignore ext. Aether doesn't make a
distinction between the two so a Grab that specifies both type and ext
but with different values is considered to be an error. | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/48bf478d2c77521373476ea2e031b505c0a5f5fa | Upgrade to Spring Framework 5.2.2.RELEASE
Closes gh-19076 | Upgrade to Spring Framework 5.2.2.RELEASE | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/e370b592d66ad9b01ff2bfff4b5991f0ac3a9751 | Introduce defined extension point for modifying the environment
The commit introduces a new extension point, EnvironmentPostProcessor,
that can be implemented by classes that want to modify the
environment. Implementations of EnvironmentPostProcessor are loaded
via spring.factories and called in response to the
ApplicationEnvironmentPreparedEvent. Application listeners that wish
to work with the post-processed environment can continue to listen
to ApplicationEnvironmentPreparedEvent and order themselves to
run after EnvironmentPostProcessingApplicationListener.
Existing ApplicationListeners that modify the environment have,
where possible, been updated to implement EnvironmentPostProcessor
instead.
Closes gh-3737 | Introduce defined extension point for modifying the environment
The commit introduces a new extension point, EnvironmentPostProcessor,
that can be implemented by classes that want to modify the
environment. Implementations of EnvironmentPostProcessor are loaded
via spring.factories and called in response to the
ApplicationEnvironmentPreparedEvent. Application listeners that wish
to work with the post-processed environment can continue to listen
to ApplicationEnvironmentPreparedEvent and order themselves to
run after EnvironmentPostProcessingApplicationListener.
Existing ApplicationListeners that modify the environment have,
where possible, been updated to implement EnvironmentPostProcessor
instead. | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/a8fb5b10a7fe29f773d5582ab16e0bb106396d0a | Upgrade to Joda Time 2.5
Closes gh-1888 | Upgrade to Joda Time 2.5 | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/09200361defde95ec48bd9169ab5db7590c9440b | Align expectations of various JMX configurations
They all want to create an MBeanServer and when that happens
user sees no MBeans, or sometimes just one set (Spring Core,
Spring Integration or Spring Boot). To harmonise them we
create a @Bean of type MBeanServer and link to it in the
other autoconfigs
Fixes gh-1046 | Align expectations of various JMX configurations
They all want to create an MBeanServer and when that happens
user sees no MBeans, or sometimes just one set (Spring Core,
Spring Integration or Spring Boot). To harmonise them we
create a @Bean of type MBeanServer and link to it in the
other autoconfigs | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/56115b9baab9cb0eb3f512bef12b21218dbf18c6 | Fix broken test (use web app context) | Fix broken test (use web app context) | No What | false | true | 0 |
https://github.com/spring-projects/spring-boot/commit/d7499387d8e22d52d8e84cf615416b9a1e9c23a7 | Polish 'Improve docs on custom metrics'
Closes gh-12324 | Polish 'Improve docs on custom metrics' | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/cef635d86c854b0b767f929f110d974864dd09a1 | Reinstate devtools debug logging with opt-out
Reinstate `web` logging when devtools is in use, making use of the new
logging groups support. Devtools now also logs an `INFO` message
informing that properties defaults are offers an easy way to disable
them.
Closes gh-14450 | Reinstate devtools debug logging with opt-out
Reinstate `web` logging when devtools is in use, making use of the new
logging groups support. Devtools now also logs an `INFO` message
informing that properties defaults are offers an easy way to disable
them. | Why and What | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/f8a53cf775b03c9258b42be194e05e0ee1779f35 | Update actuator security documentation
Update documentation to align with the new role based method.
See gh-6889 | Update actuator security documentation
Update documentation to align with the new role based method. | Why and What | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/985c8f75982da4fabc1c8a5958a57706d4d4feab | Polish RSocket support | Polish RSocket support | Why and What | false | true | 0 |
https://github.com/spring-projects/spring-boot/commit/9d4ada793902c15f6b62ae0dd4ad45ca0ef5b197 | Add Tomcat 7 and Jetty 8 samples
Switch the Tomcat 8 and Jetty 9 samples to Tomcat 7 and Jetty 8. Since
Tomcat 8 and Jetty 9 are now the default versions the previous samples
are no longer relevant, however, we do need integration tests to check
that we remain compatible with Tomcat 7 and Jetty 8.
See gh-1832 | Add Tomcat 7 and Jetty 8 samples
Switch the Tomcat 8 and Jetty 9 samples to Tomcat 7 and Jetty 8. Since
Tomcat 8 and Jetty 9 are now the default versions the previous samples
are no longer relevant, however, we do need integration tests to check
that we remain compatible with Tomcat 7 and Jetty 8. | Why and What | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/49ef93602e4db89944a5897fb250121186161d2c | Add external-file-property to LogFileMvcEndpoint
Add an additional property to LogFileMvcEndpoint to allow log files to
be read from an external location. This is helpful when a launch.script
is used to start the boot-application and the logfile is written by a
redirect of stdout/stderr.
Fixes gh-4255
Closes gh-4836 | Add external-file-property to LogFileMvcEndpoint
Add an additional property to LogFileMvcEndpoint to allow log files to
be read from an external location. This is helpful when a launch.script
is used to start the boot-application and the logfile is written by a
redirect of stdout/stderr. | Why and What | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/39037e0cab03762b3d268650a6ac32d6b2457f87 | Use the Mongo starter for the sample application
See gh-1831 | Use the Mongo starter for the sample application | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/b3d5cd538dcea991d307ccc556cdfa93be3a7814 | Add JUnit 5 checkstyle rules
Add a rule to enforce JUnit 5 usage and conventions.
Closes gh-17093 | Add JUnit 5 checkstyle rules
Add a rule to enforce JUnit 5 usage and conventions. | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/0ef4967b9e227da2c4191d52866b1f1cc9330ea6 | Update Bomr config to look for minor version upgrades | Update Bomr config to look for minor version upgrades | Why and What | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/5b2de5c81dc1cc3ab4e8c21ae615bc4d19567347 | Configure PathPattern for RSocket routing
This commit configures a `PathPatternRouteMatcher` in the RSocket
support if spring-web is on the classpath. This `RouteMatcher`
implementation is more efficient than the `SimpleRouteMatcher`, which is
based on the `AntPathMatcher`.
Closes gh-16865 | Configure PathPattern for RSocket routing
This commit configures a `PathPatternRouteMatcher` in the RSocket
support if spring-web is on the classpath. This `RouteMatcher`
implementation is more efficient than the `SimpleRouteMatcher`, which is
based on the `AntPathMatcher`. | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/c4103bf0c741361c70c0dcfbdda4898c1c9e474f | Upgrade to Mongo Driver Reactivestreams 1.9.1
Closes gh-14391 | Upgrade to Mongo Driver Reactivestreams 1.9.1 | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/e69ec6bb09e93aa5d240cfdb826e93cebb91278e | Log classpath once environment has been prepared
Previously, the classpath would be logged in response to the
ApplicationStartedEvent. At this point, logging could be disabled
while the logging system is being initialized, or because the
log levels configured in the environment have not yet been applied.
This commit moves the logging to happen in response to an
ApplicationEnvironmentPreparedEvent by which point the logging
system has been initialized and its levels have been configured.
Closes gh-5313 | Log classpath once environment has been prepared
Previously, the classpath would be logged in response to the
ApplicationStartedEvent. At this point, logging could be disabled
while the logging system is being initialized, or because the
log levels configured in the environment have not yet been applied.
This commit moves the logging to happen in response to an
ApplicationEnvironmentPreparedEvent by which point the logging
system has been initialized and its levels have been configured. | Why and What | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/4b641ca21173a59efca41d025adc4133db36ff8c | Polish
Closes gh-7561 | Polish | No What | false | true | 0 |
https://github.com/spring-projects/spring-boot/commit/b0579c1cf38aa6815ee180a2e61640cfbc2447d2 | Ensure JPA vendor properties are period separated
If you bind to Map<String,Object> you get a nested Map instead
of period-separated keys. This change just makes JpaProperties
expose a Map<String,String> so the keys are sane.
Fixes gh-988 | Ensure JPA vendor properties are period separated
If you bind to Map<String,Object> you get a nested Map instead
of period-separated keys. This change just makes JpaProperties
expose a Map<String,String> so the keys are sane. | Why and What | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/2b616fb7d94c8ec08ff8d750126d6470649fae72 | Extract logic for duplicate file removal so it can be shared
.. between Maven and Gradle plugins. Also fixed bug in recursive
scanning logic.
Really fixes gh-614 | Extract logic for duplicate file removal so it can be shared
.. between Maven and Gradle plugins. Also fixed bug in recursive
scanning logic.
Really fixes gh-614 | Why and What | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/c0500d6d62308ad6e42f1f1d636d259888893df1 | Add documentation for Hypermedia endpoints | Add documentation for Hypermedia endpoints | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/41b4041c781225d4dc178cfedfc8d24c3092cb6f | Add systemProperties to run task in sample | Add systemProperties to run task in sample | No Why | false | false | null |
https://github.com/spring-projects/spring-boot/commit/a79f71cbe802a8d87bc22e6eba67553ccedd54a7 | Add @IntegrationComponentScan auto-configuration
Update Spring Integration auto-configuration so that
`@IntegrationComponentScan` from `AutoConfigurationPackages` is
implicitly applied. Prior to this commit `@MessagingGateway` interfaces
would only get picked up if `@IntegrationComponentScan` was added
alongside with the `@SpringBootApplication`.
Fixes gh-2037
Closes gh-7718 | Add @IntegrationComponentScan auto-configuration
Update Spring Integration auto-configuration so that
`@IntegrationComponentScan` from `AutoConfigurationPackages` is
implicitly applied. Prior to this commit `@MessagingGateway` interfaces
would only get picked up if `@IntegrationComponentScan` was added
alongside with the `@SpringBootApplication`. | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/e769f20477c413a79fec551f42715415308516b5 | Close the context in TypeExcludeFilterTests
Closes gh-5672 | Close the context in TypeExcludeFilterTests | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/569b850fe0cbf930115a9fa32bb9088b8ec7203a | Default to optimized launch of the JVM when using spring-boot:run
See gh-16941 | Default to optimized launch of the JVM when using spring-boot:run | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/261b3afca1a85916317378450d134204abdad48f | Apply spring.jackson.* config to Spring Data REST object mappers
Closes gh-1698 | Apply spring.jackson.* config to Spring Data REST object mappers | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/75548c1205897aff851528f2528012ce88563fee | Remove spring-data-commons
Remove direct reference to spring-data-commons, instead favoring
transitive dependency.
Fixes gh-557 | Remove spring-data-commons
Remove direct reference to spring-data-commons, instead favoring
transitive dependency. | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/cb7de2a9636005103436ee3343afda1fed853cc4 | Allow binding number to DataSize
Closes gh-14294 | Allow binding number to DataSize | No What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/2fc557a5a90d32fb2cf6ebe2491b031a72507dd3 | Improve WebSocket documentation for reactive applications
Closes gh-14069 | Improve WebSocket documentation for reactive applications | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/3c46b9e83de45f262f77fe6a59e3d04efff17c02 | Polish 'Add configuration property for Spring Kafka's missingTopicsFatal'
Closes gh-16740 | Polish 'Add configuration property for Spring Kafka's missingTopicsFatal' | Why and What | false | true | 0 |
https://github.com/spring-projects/spring-boot/commit/6f59dd6b175a604c612c8b0eae6d94908cf98613 | Polish 'Update documentation to reference webjars-locator-core'
Closes gh-12135 | Polish 'Update documentation to reference webjars-locator-core' | Why and What | false | true | 0 |
https://github.com/spring-projects/spring-boot/commit/e5a253e68951dcf975b9844b3b39afac2222b503 | Improve diagnostics when OnBeanCondition type deduction fails
When @ConditionalOnBean or @ConditionalOnMissingBean are used on a
@Bean method, they will, in the absence of any other configuration,
attempt to deduce the bean's type by examining the method's return
type. This deduction can fail. See gh-4841, gh-4934, and gh-5624
for some examples of possible failure causes. Previously, this
failure was only logged as a debug message leaving the user with a
misleading message suggesting that the @ConditionalOnBean or
@ConditionalOnMissingBean annotation was not configured correctly.
This commit improves the diagnostics by mention the possibility of
type deduction in the exception message and including the exception
that caused deduction to fail as the cause.
Closes gh-4934 | Improve diagnostics when OnBeanCondition type deduction fails
When @ConditionalOnBean or @ConditionalOnMissingBean are used on a
@Bean method, they will, in the absence of any other configuration,
attempt to deduce the bean's type by examining the method's return
type. This deduction can fail. See gh-4841, gh-4934, and gh-5624
for some examples of possible failure causes. Previously, this
failure was only logged as a debug message leaving the user with a
misleading message suggesting that the @ConditionalOnBean or
@ConditionalOnMissingBean annotation was not configured correctly.
This commit improves the diagnostics by mention the possibility of
type deduction in the exception message and including the exception
that caused deduction to fail as the cause. | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/1b146f89f024ce75d6aa93a9450b69789b621f91 | Fix failing test | Fix failing test | No What | false | true | 0 |
https://github.com/spring-projects/spring-boot/commit/644ab5f3e4319610632b60cbbc4f9141f3ba3470 | Align SessionsEndpoint with Spring Session API improvements
This commit aligns SessionsEndpoint with
FindByIndexNameSessionRepository API improvements that simplifies
retrieval of sessions by principal name.
Closes gh-14124 | Align SessionsEndpoint with Spring Session API improvements
This commit aligns SessionsEndpoint with
FindByIndexNameSessionRepository API improvements that simplifies
retrieval of sessions by principal name. | Why and What | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/487f7310fdd2e77fb6908b475d26a478e762ff4b | Polish contribution | Polish contribution | Why and What | false | true | 0 |
https://github.com/spring-projects/spring-boot/commit/3d437711363ade1717a7e11b7b781d240bad4983 | Register an AuthenticationManager in security autoconfig
This is quite a big step, but I think it helps a lot. Since Spring
Boot always creates an AuthenticationManager if it doesn't find one
already registered, it makes sense to also make it into a @Bean.
Spring Security does not register its AuthenticationManager by
default though, so we have to do that for it if the user has created
one with an @Autowired AuthenticationManagerBuilder, but not registered
it as a @Bean.
Having the @Bean (marked @Primary to prevent issues with @Autowired)
makes it easier to reason about what Spring Boot has done for you, and
easier to default in simple use cases to the boot-created
AuthenticationManager. For example, if I want an OAuth2 Authorization
Server with password grant, it makes total sense for the
AuthenticationManager for users to be the same as the @Primary one.
Now it is easy to set that up (just @Autowire it). | Register an AuthenticationManager in security autoconfig
This is quite a big step, but I think it helps a lot. Since Spring
Boot always creates an AuthenticationManager if it doesn't find one
already registered, it makes sense to also make it into a @Bean.
Spring Security does not register its AuthenticationManager by
default though, so we have to do that for it if the user has created
one with an @Autowired AuthenticationManagerBuilder, but not registered
it as a @Bean.
Having the @Bean (marked @Primary to prevent issues with @Autowired)
makes it easier to reason about what Spring Boot has done for you, and
easier to default in simple use cases to the boot-created
AuthenticationManager. For example, if I want an OAuth2 Authorization
Server with password grant, it makes total sense for the
AuthenticationManager for users to be the same as the @Primary one.
Now it is easy to set that up (just @Autowire it). | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/f34508ff8a1d85b43a0beccfc8d7377c2c993450 | Remove outdated key
The `spring.metrics.export.redis.aggregate-key-pattern` is no longer
defined but was still referenced in the documentation. | Remove outdated key
The `spring.metrics.export.redis.aggregate-key-pattern` is no longer
defined but was still referenced in the documentation. | Why and What | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/15f38e773a3b6cb236bc1978ff244bfa235f58c6 | Update HikariCP version to latest. | Update HikariCP version to latest. | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/6a10df09333c214dcaa984ff53e9f95c1c49cc58 | Fix freeMarker->freemarker | Fix freeMarker->freemarker | No What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/08c08b94036e0f37641d0e16b2462e7a0384c1a6 | Upgrade to Infinispan 9.1.5.Final
Closes gh-12051 | Upgrade to Infinispan 9.1.5.Final | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/4d172ca7429bfc15692ce7f1247beeb355faa924 | Remove duplicate resources from classpath
We had been making a special case for logback.xml anyway, so
extending that to simply deleting recursively all of
src/main/resources (or equivalent) from target/classes (or
equivalent) seems like it's perfectly justifiable.
Fixes gh-451 | Remove duplicate resources from classpath
We had been making a special case for logback.xml anyway, so
extending that to simply deleting recursively all of
src/main/resources (or equivalent) from target/classes (or
equivalent) seems like it's perfectly justifiable. | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/5fc781e7e2ca88bb160710c003246b55d1e8da1e | Upgrade to Spring Integration 4.2.0.M2
Closes gh-3286 | Upgrade to Spring Integration 4.2.0.M2 | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/f9094143d72a99bb52ad6414568ee2c93611115c | Remove undefined FILE appender from basic log4j config
Fixes gh-433 | Remove undefined FILE appender from basic log4j config | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/a02fdc755e7f76a03b11685a14f0c563ff9459b2 | Stop MeterRegistries when context is closed
Closes gh-12006 | Stop MeterRegistries when context is closed | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/8ffd44077dc54083f98826d126855312b2007284 | Upgrade to gmavenplus-plugin 1.6.1 | Upgrade to gmavenplus-plugin 1.6.1 | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/7ab587a067254ea36b82dd7d0fde9b1ad5914e5e | Add initializer support
Add `ApplicationContextInitializer` support to
`ApplicationContextRunner`. | Add initializer support
Add `ApplicationContextInitializer` support to
`ApplicationContextRunner`. | No Why | false | false | null |
https://github.com/spring-projects/spring-boot/commit/1f893d9376932fefbfea2362ac513ca43931fb4f | Log warning on slow host resolution
Update `StartupInfoLogger` so that if the `InetAddress` call takes
more than 200ms a warning is logged.
Closes gh-7087 | Log warning on slow host resolution
Update `StartupInfoLogger` so that if the `InetAddress` call takes
more than 200ms a warning is logged. | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/893654bdd1d71fdf42b21d8ca16c4c18faf6a3ea | Update documentation for new HealthIndicator support | Update documentation for new HealthIndicator support | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/bc814d203937e59ba2c48318c12289fb272db4ab | Prevent authenticated principal from clashing with argument of same name
Closes gh-11988 | Prevent authenticated principal from clashing with argument of same name | Why and What | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/69d8bf86863b370057e4ab3afbabb831f8668d8f | Fix merge conflict
Closes gh-11969 | Fix merge conflict | No What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/8e78ba8ce77aa3206e3bd5be7b9291f0840f3478 | Change LoggingSystemTests to use real temp folder
Update AbstractLoggingSystemTests to use a TemporaryFolder rule.
Fixes gh-3349 | Change LoggingSystemTests to use real temp folder
Update AbstractLoggingSystemTests to use a TemporaryFolder rule. | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/b2b487ee5f5769137c7ba6372df01b7cd0908ad5 | Add ServletRegistrationBean for DispatcherServlet
Mapping is exposed via server.servletPath.
Fixes gh-379 | Add ServletRegistrationBean for DispatcherServlet
Mapping is exposed via server.servletPath. | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/46fbca66a69d102db55f7c454565f82ff5be6b98 | Fix typo 'a' -> 'an' | Fix typo 'a' -> 'an' | Why and What | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/993a43ee8c2a33e833d748d7027c75790f23b31d | Remove non-existent starter from dependencies pom | Remove non-existent starter from dependencies pom | No Why | false | false | null |
https://github.com/spring-projects/spring-boot/commit/1cbef022360a88f8cd45b838c2d615a8450465f9 | Add messagecode resolver format based on application property | Add messagecode resolver format based on application property | No Why | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/5188ee526657dd70f640615640169d95a48d55b1 | Extract Mongo auto-configuration from Spring Data
Extract Mongo auto-configuration classes from Spring Data specific
auto-configuration, allowing Mongo to be used without Spring Data
if require. | Extract Mongo auto-configuration from Spring Data
Extract Mongo auto-configuration classes from Spring Data specific
auto-configuration, allowing Mongo to be used without Spring Data
if require. | No Why | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/5cf2387e588f865160f9cf1ce26a0229a9f16fcc | Append context id to objectName of Endpoint MBeans if name already exists in MBeanServer | Append context id to objectName of Endpoint MBeans if name already exists in MBeanServer | No Why | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/8f23ee4e58e8d78dae7f6dd15441fb4b5ec86933 | Apply micrometer MeterFilter beans automatically
Update `MeterRegistryPostProcessor` and `MetricsAutoConfiguration` so
that micrometer `MeterFilter` beans are automatically applied.
Fixes gh-11843 | Apply micrometer MeterFilter beans automatically
Update `MeterRegistryPostProcessor` and `MetricsAutoConfiguration` so
that micrometer `MeterFilter` beans are automatically applied. | Why and What | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/fbfdbce266641f724bfe7059abdf6ce39ab63f54 | Add cache documentation
See gh-2633 | Add cache documentation | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/aaf435ff2abdbf3b7c96268390cd07cbfaeb8d0e | Suppress Neo4J-related deprecation warnings
See gh-6976 | Suppress Neo4J-related deprecation warnings | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/52a934faae22818115becb1a4d9c36e9c1ee6a9e | Upgrade to Ehcache3 3.7.0
Closes gh-16146 | Upgrade to Ehcache3 3.7.0 | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/a5c56ca4820c0fdeac3978b4bcc335a005628276 | Add support for Restarting applications
Add Restarter class that can be used to restart a running application
when underlying class files change. The Restarter is automatically
initialized via a ApplicationListener and automatically detects
classpath URLs that are likely to change (when not running from a fat
jar).
See gh-3084 | Add support for Restarting applications
Add Restarter class that can be used to restart a running application
when underlying class files change. The Restarter is automatically
initialized via a ApplicationListener and automatically detects
classpath URLs that are likely to change (when not running from a fat
jar). | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/d0fd6145b1f3072bcc5ad81f7c20e80e890b9442 | Fix CacheType outer class tangle
Fixes gh-3168 | Fix CacheType outer class tangle | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/43e54d38f7b2b7d8c4bc6fff6fab431a80a6e952 | Make fields private where possible | Make fields private where possible | No Why | false | false | null |
https://github.com/spring-projects/spring-boot/commit/6bc4df569095548718caf835d2c7568bc456b28c | Fix meta-data for spring.devtools.remote
See gh-3086 | Fix meta-data for spring.devtools.remote | No What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/bb4cdd3ba136347f32ff39df69af0063395f1d6e | Start building against Spring HATEOAS 1.0.0.M1 snapshots
See gh-15939 | Start building against Spring HATEOAS 1.0.0.M1 snapshots | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/3eb5c348fb93a416d5dcd0003d3273570a217589 | Align test with Spring MVC's internals once again
The internals have been updated so that the field that was originally
used, interceptors, can be used again.
This reverts commit 2a1bca6806a696dadf7f470086e21d55f66ac953. | Align test with Spring MVC's internals once again
The internals have been updated so that the field that was originally
used, interceptors, can be used again.
This reverts commit 2a1bca6806a696dadf7f470086e21d55f66ac953. | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/ba46e77169ac1a5fa92dee8345ba002bbf5918ba | Optimize checks for java classes in Binder
Closes gh-13567 | Optimize checks for java classes in Binder | Why and What | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/a334e93cb9e535a9da1e5cff574c0d72d36b97e8 | Upgrade to Surefire 2.18.1
Closes gh-2963 | Upgrade to Surefire 2.18.1 | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/e2cb7a75458d83c1358faf9e19194b9ab8fe0454 | Align default scopes for Google with changes in Spring Security 5.0.1
Closes gh-11573 | Align default scopes for Google with changes in Spring Security 5.0.1 | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/6c255e5785110f3309928452d9113726b97f130b | Reduce logging in Travis | Reduce logging in Travis | No Why | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/d61ba241b5fc3488973a77e26749f409f59333f1 | Move 'testdb' naming to DataSourceProperties
Move the 'testdb' naming logic to `DataSourceProperties` and expose
the `deduceDatabaseName` method so they can be used in
auto-configuration.
See gh-11719 | Move 'testdb' naming to DataSourceProperties
Move the 'testdb' naming logic to `DataSourceProperties` and expose
the `deduceDatabaseName` method so they can be used in
auto-configuration. | Why and What | true | false | 1 |
https://github.com/spring-projects/spring-boot/commit/cc5d4b8b7fd56f8eb2b6ca920c1547bce3e8f4df | Add AssertJ checkstyle rule
Closes gh-5083 | Add AssertJ checkstyle rule | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/8014b21ad96cf109735e092bb1d4e1c251634064 | Upgrade to Maven Enforcer Plugin 3.0.0-M2
Closes gh-13646 | Upgrade to Maven Enforcer Plugin 3.0.0-M2 | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/205fa2507b019f5e1348f6bc554fdd18691152ba | Remove maven-eclipse-plugin as it has been retired
Closes gh-13631 | Remove maven-eclipse-plugin as it has been retired | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/e293008c3fefd03931b08c66983b7261dd276c5c | Rename redis starter to spring-boot-starter-data-redis
Closes gh-1033 | Rename redis starter to spring-boot-starter-data-redis | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/46e59503ec4b3d8bea4c789f763882ab629750f4 | Use JSONObject.putOpt in JsonConverter
Closes gh-15595 | Use JSONObject.putOpt in JsonConverter | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/c823817a7e945831fb4e333d94c82b3008355f21 | Upgrade to Selenium 3.141.59
Closes gh-15526 | Upgrade to Selenium 3.141.59 | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/1e648801bdb8c674cf95b806699e9b7c78d1fd0a | Move spring.mvc.media-types to content-negotiation
This commit moves 'spring.mvc.media-types' to the
'spring.mvc.content-negotiation.*' namespaces introduced in gh-11105.
Closes gh-11636 | Move spring.mvc.media-types to content-negotiation
This commit moves 'spring.mvc.media-types' to the
'spring.mvc.content-negotiation.*' namespaces introduced in gh-11105. | Why and What | false | false | null |
https://github.com/spring-projects/spring-boot/commit/c709423ab8e26f10f6734ad645e4996ebb2d7e4e | Typos in Javadocs | Typos in Javadocs | Why and What | false | true | 0 |