spring-boot/spring-boot-cli/samples
Phillip Webb 67556ba8ea Restructure embedded web server packages
Rework `org.springframework.boot.context.embedded` to relocate classes
to `org.springframework.boot.web`. Packages are now organized around
the following areas:

Packages for shared concerns, for example the `WebServer` interface
to start/stop a server and the common configuration elements:
- org.springframework.boot.web.context
- org.springframework.boot.web.server

Servlet specific packages:
- org.springframework.boot.web.servlet.server
- org.springframework.boot.web.servlet.context
- org.springframework.boot.web.servlet.filter

Reactive specific packages:
- org.springframework.boot.web.reactive.context
- org.springframework.boot.web.reactive.server

Embedded server implementations (both reactive and servlet):
- org.springframework.boot.web.embedded

In addition:

- Rename `EmbeddedServletContainerFactory` to `ServletWebServerFactory`
  to align with the `ReactiveWebServerFactory`.
- Rename `EmbeddedWebApplicationContext` to
  `ServletWebServerApplicationContext` and
- Rename `EmbeddedReactiveWebApplicationContext` to
  `ReactiveWebServerApplicationContext`.
- Add checkstyle rules to restrict imports.
- Fixup all affected code to use the correct imports and local names.

Fixes gh-8532
2017-03-12 21:08:25 -07:00
..
actuator.groovy Add tests for loading dependencies in starters without parent 2013-11-07 16:05:01 +00:00
app.groovy Make "." be the CLI's default classpath 2013-12-04 11:13:49 +00:00
beans.groovy Polish 2014-05-20 18:26:56 +01:00
caching.groovy Polish 2014-08-28 12:07:44 -07:00
device.groovy Use simplified @Grab where possible 2013-10-09 10:16:01 -04:00
http.groovy Restructure embedded web server packages 2017-03-12 21:08:25 -07:00
integration.groovy Polishing 2015-11-18 11:40:19 +00:00
jms.groovy Update samples to use Artemis in place of HornetQ 2016-09-29 11:52:09 +01:00
job.groovy Polish 2013-11-04 22:17:38 -08:00
oauth2.groovy Add @EnableOAuth2Sso and spring.oauth2.sso.* 2015-05-26 07:23:26 +01:00
rabbit.groovy Improve RabbitMQ support in CLI 2014-09-05 17:52:20 +02:00
retry.groovy Polish 2015-06-15 11:44:44 -07:00
runner.groovy Polish 2013-11-04 22:17:38 -08:00
runner.xml Change package names zero->boot 2013-07-26 14:13:41 +01:00
secure.groovy Add tests for loading dependencies in starters without parent 2013-11-07 16:05:01 +00:00
template.groovy Enhance Groovy template support in CLI 2014-05-20 12:36:32 +01:00
tx.groovy Polish 2013-11-04 22:17:38 -08:00
ui.groovy Upgrade to Thymeleaf 3 and drop support for Thymleaf 2 2017-01-25 13:59:09 +00:00
web.groovy Polish 2013-11-04 22:17:38 -08:00