You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
8 years ago
..
actuator.groovy Add tests for loading dependencies in starters without parent 11 years ago
app.groovy Make "." be the CLI's default classpath 11 years ago
beans.groovy Polish 11 years ago
caching.groovy Polish 10 years ago
device.groovy Use simplified @Grab where possible 11 years ago
http.groovy Restructure embedded web server packages 8 years ago
integration.groovy Polishing 9 years ago
jms.groovy Update samples to use Artemis in place of HornetQ 8 years ago
job.groovy Polish 11 years ago
oauth2.groovy Add @EnableOAuth2Sso and spring.oauth2.sso.* 10 years ago
rabbit.groovy Improve RabbitMQ support in CLI 10 years ago
retry.groovy Polish 10 years ago
runner.groovy Polish 11 years ago
runner.xml Change package names zero->boot 11 years ago
secure.groovy Add tests for loading dependencies in starters without parent 11 years ago
template.groovy Enhance Groovy template support in CLI 11 years ago
tx.groovy Polish 11 years ago
ui.groovy Upgrade to Thymeleaf 3 and drop support for Thymleaf 2 8 years ago
web.groovy Polish 11 years ago