Commit Graph

512 Commits (daeff23b6ebe83847aa69bb48f8593bc0896d2a9)

Author SHA1 Message Date
Stephane Nicoll 224a4e46d9 Merge branch '1.5.x' 7 years ago
Lachezar Balev acdd475373 Fix a dead link
See gh-10314
7 years ago
Andrew Cohen 9c46dacf7e Add XMLUnit to spring-boot-starter-test
Closes gh-9709
7 years ago
Andrew Potter 7c260733a2 Add GraphiQL to starter name.
https://github.com/graphql-java/graphql-spring-boot has a starter for both GraphQL and GraphiQL.
7 years ago
Jon Schneider c2958c27ab Replace Boot's own metrics with support for Micrometer
Closes gh-9970
7 years ago
Brian Clozel 1669e4bad3 Fixup version numbers following release 7 years ago
Spring Buildmaster 30eb937a83 Next Development Version 7 years ago
Phillip Webb 2e51b48cd9 Refactor actuator package locations
Restructure actuator packages to improve structure. The following
changes have been made:

 - Separate actuator and actuator auto-configuration into different
   modules.
 - Move endpoint code into `spring-boot-actuator`.
 - Move `Endpoint` implementations from a single package into
   technology specific packages.
 - Move `HealthIndicator` implementations from a single package into
   technology specific packages.
 - As much as possible attempt to mirror the `spring-boot` package
   structure and class naming in `spring-boot-actuator` and
   `spring-boot-actuator-autoconfigure`.
 - Move `DataSourceBuilder` and DataSource meta-data support from
   `spring-boot-actuator` to `spring-boot`.

Fixes gh-10261
7 years ago
Andy Wilkinson 5d67ae4d81 Ignore duplicate javax.annotation classes from tomcat-embed-core
See gh-9366
7 years ago
Andy Wilkinson c082e31d10 Add javax.annotation-api dependency to spring-boot-starter
Closes gh-9366
7 years ago
Andy Wilkinson 2e19f0b3e5 Upgrade to Jersey 2.26
Closes gh-10217
7 years ago
Andy Wilkinson 719ac5fc21 Upgrade to Couchbase Client 2.5.0
Closes gh-10201
7 years ago
Mariusz Kopylec 91decda19f Add ErroREST Spring Boot starter entry
Closes gh-10198
7 years ago
MarcGiffing 78b55bbbc4 Add reference to Bucket4j starter
Closes gh-10170
7 years ago
Brian Clozel 8198b87538 Add nio-multipart-parser to webflux starter
This library is required for parsing multipart requests asynchronously
in Spring WebFlux. Framework treats this as an optional dependency, but
Boot auto-configures multipart support with Servlet by default.

Closes gh-10073
7 years ago
Stephane Nicoll 75e5e78531 Polish json starter
This commit improves the json starter to bring the core starter (as any
other starters do). `spring-web` is now also added as it contains the
Spring's core jackson support.

Closes gh-10031
7 years ago
Stephane Nicoll d7fdb5b862 Merge branch '1.5.x' 7 years ago
Juan Pablo Santos Rodríguez 32d5d1f712 Add Stripes Spring Boot starter reference
Closes gh-10058
7 years ago
Stephane Nicoll 758370a70f Merge branch '1.5.x' 7 years ago
Stephane Nicoll d6f99de6c0 Polish "Add link to AMQP 1.0 JMS Binding Spring Boot starter"
Closes gh-10012
7 years ago
Timothy Bish f4bd36b96c Add link to AMQP 1.0 JMS Binding Spring Boot starter
See gh-10012
7 years ago
Stephane Nicoll 0ba63424a7 Enable "-parameters" compiler flag by default with Maven
This commit upgrades to the `maven-compiler-plugin` 3.6.2 that exposes
an additional property to enable the "-parameters" flag. This flag is
enabled for our own build and any project that uses
`spring-boot-starter-parent` as parent.

Closes gh-9323
7 years ago
Arthur Gavlyukovskiy eac4c7e882 Add p6spy, datasource-proxy and flexy-pool starters reference
Closes gh-9828
7 years ago
Andy Wilkinson 6f864c6210 Fix up version numbers following release 7 years ago
Spring Buildmaster 17a5bb0be4 Next development version 7 years ago
Andy Wilkinson 39b4270b7e Fix up version numbers following release 7 years ago
Brian Clozel 4c64f4f80d Add Jackson Kotlin module to JSON starter
This commit adds the `jackson-module-kotlin` dependency to the JSON
starter. As the other modules selected there, the goal is to provide
additional Jackson support to Spring Boot projects.

In this case, the Kotlin language is supported by many Spring projects
and this module is essential for (de)serialization with Jackson.
Note that the module has a transitive dependency on `kotlin-reflect`,
but this dependency should be brought by the application itself.

Spring Framework will configure the Kotlin Jackson module *only if* the
Kotlin sdk is present.

Closes gh-9803
7 years ago
Spring Buildmaster 41c5c0e7c9 Next development version 7 years ago
Stephane Nicoll 6c21b0090b Merge branch '1.5.x' 7 years ago
Stephane Nicoll 0680c4ce2b Add Hiatus for Spring Boot to the list of 3rd party starters
Closes gh-9846
7 years ago
Stephane Nicoll c40668ecbd Polish 7 years ago
Stephane Nicoll eb4f59094a Fix typo 7 years ago
Stephane Nicoll 158510f1be Add reference to GraphQL starter
Closes gh-8026
7 years ago
Zhijun Zhao 715442601c Add GitHub link for Azure Spring Boot Starters
Closes gh-9633
7 years ago
Stephane Nicoll cabe59d65a Remove animal sniffer
See gh-9564
8 years ago
Stephane Nicoll 573007166c Remove version of override for resources plugin
Closes gh-9537
8 years ago
Brian Clozel 4282e94c2c Update GraphQL Community Boot starter URL
Notified about this new repository address on Gitter
https://gitter.im/spring-projects/spring-boot?at=5940e54ef31c8ced0c33f7f6
8 years ago
Stephane Nicoll 67ac57bd72 Add jackson-module-parameter-names to json starter
Closes gh-9506
8 years ago
Stephane Nicoll a1ef38b555 Merge branch '1.5.x' 8 years ago
Akihiro Kondo 2649e3787e Add Logback-access starter to the community list
Closes gh-9447
8 years ago
Akihiro Kondo 9711480658 Add Orika starter to the community list
Closes gh-9446
8 years ago
Stephane Nicoll aa083996f9 Fixup version numbers following release 8 years ago
Spring Buildmaster 05d4d0281c Next Development Version 8 years ago
Stephane Nicoll d48c414a64 Use HikariCP is jdbc and jpa starters
This commit is a companion of what was done in #6013. As HikariCP is
now the default connection pool, the jdbc and jpa starters no longer
provide `tomcat-jdbc`, but rather `HikariCP`.

Closes gh-9392
8 years ago
Andy Wilkinson 2090bef08e Configure Glassfish sample to use parent-last class loader delegation
Glassfish bundles an old and incomplete version of Glassfish. By
default, this leads to some of Jackson's classes being loaded from
inside the war file and others being loaded from Glassfish itself.
This mixture of versions does not end well and the application fails
to deploy.

This commit adds a Glassfish-specific deployment descriptor to
invert the web app class loader's delegation model. Rather than
preferring classes available from its parent, it will now prefer
those packaged inside the war file.

Closes gh-9391
8 years ago
Stephane Nicoll a6c01d3b30 Remove `jackson-datatype-jdk8` dependency for now
This dependency breaks Glassfish integration tests and was not strictly
required by #9297.
8 years ago
Stephane Nicoll a00ad72881 Add json starter
This commit adds a new json starter that gathers the core bits to read
and write json with dedicated Java 8 extensions.

The web-related starters have been improved to use the new starter
rather than relying on `jackson-databind` directly.

Closes gh-9297
8 years ago
Stephane Nicoll a5d51bbeaf Add entry for sshd-shell-spring-boot 8 years ago
Stephane Nicoll 1403b2195e Merge branch '1.5.x' 8 years ago
Stephane Nicoll b311eeb428 Polish 8 years ago