spring-boot/spring-boot-tests/spring-boot-smoke-tests
2023-02-21 23:20:07 -08:00
..
spring-boot-smoke-test-actuator Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-actuator-custom-security Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-actuator-log4j2 Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-actuator-noweb
spring-boot-smoke-test-actuator-ui Reformat code following spring-javaformat upgrade 2023-02-21 22:53:27 -08:00
spring-boot-smoke-test-amqp
spring-boot-smoke-test-ant Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-aop Update smoke tests to avoid conflicts with NAME environment variable 2022-06-08 11:34:19 +01:00
spring-boot-smoke-test-batch Update copyright year of changed files 2023-01-09 15:46:07 -08:00
spring-boot-smoke-test-bootstrap-registry Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-cache Reinstate support for Infinispan 2022-10-04 11:32:56 +01:00
spring-boot-smoke-test-data-jdbc Reformat code following spring-javaformat upgrade 2023-02-21 22:53:27 -08:00
spring-boot-smoke-test-data-jpa Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-data-ldap Merge branch '2.7.x' 2022-10-25 15:48:26 -07:00
spring-boot-smoke-test-data-r2dbc Reformat code following spring-javaformat upgrade 2023-02-21 22:53:27 -08:00
spring-boot-smoke-test-data-r2dbc-flyway Reformat code following spring-javaformat upgrade 2023-02-21 22:53:27 -08:00
spring-boot-smoke-test-data-r2dbc-liquibase Reformat code following spring-javaformat upgrade 2023-02-21 22:53:27 -08:00
spring-boot-smoke-test-data-rest Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-devtools
spring-boot-smoke-test-flyway Merge branch '2.7.x' into 3.0.x 2023-01-26 19:41:42 -08:00
spring-boot-smoke-test-graphql Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-hateoas
spring-boot-smoke-test-integration Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-jersey Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-jetty Fix flaky SampleJettyApplicationTests 2023-01-31 12:22:01 +01:00
spring-boot-smoke-test-jetty-jsp Update copyright year of changed files 2022-12-22 01:00:42 -08:00
spring-boot-smoke-test-jetty-ssl Upgrade to Servlet 6.0 and related EE 10 specs 2022-11-07 17:33:38 +00:00
spring-boot-smoke-test-jpa Update copyright year of changed files 2023-01-09 15:46:07 -08:00
spring-boot-smoke-test-junit-vintage
spring-boot-smoke-test-kafka
spring-boot-smoke-test-liquibase Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-logback
spring-boot-smoke-test-oauth2-client Adapt build dependencies to httpclient5 2022-09-29 18:55:41 +02:00
spring-boot-smoke-test-oauth2-resource-server Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-parent-context Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-profile Switch @SpringBootTest to UseMainMethod.NEVER by default 2022-09-15 12:37:26 -07:00
spring-boot-smoke-test-property-validation Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-quartz Reformat code following spring-javaformat upgrade 2023-02-21 22:53:27 -08:00
spring-boot-smoke-test-reactive-oauth2-client Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-reactive-oauth2-resource-server Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-rsocket Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-saml2-service-provider Downgrade to OpenSAML 4.0.1 2022-10-19 11:46:27 -07:00
spring-boot-smoke-test-secure Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-secure-jersey Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-secure-webflux Reformat code following spring-javaformat upgrade 2023-02-21 22:53:27 -08:00
spring-boot-smoke-test-servlet Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-session-hazelcast Use diamond operators 2023-01-26 20:35:08 -08:00
spring-boot-smoke-test-session-jdbc Use diamond operators 2023-01-26 20:35:08 -08:00
spring-boot-smoke-test-session-mongo Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-session-redis Use diamond operators 2023-01-26 20:35:08 -08:00
spring-boot-smoke-test-session-webflux-mongo Reformat code following spring-javaformat upgrade 2023-02-21 22:53:27 -08:00
spring-boot-smoke-test-session-webflux-redis Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-simple Polish 2022-11-11 18:29:35 +01:00
spring-boot-smoke-test-test Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-test-nomockito
spring-boot-smoke-test-testng Make fields final 2022-12-16 14:28:44 +01:00
spring-boot-smoke-test-tomcat Polish "Merge pull request #33553 from michaelweidmann" 2023-01-31 11:43:33 +01:00
spring-boot-smoke-test-tomcat-jsp Update copyright year of changed files 2022-12-22 01:00:42 -08:00
spring-boot-smoke-test-tomcat-multi-connectors Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-tomcat-ssl Adapt build dependencies to httpclient5 2022-09-29 18:55:41 +02:00
spring-boot-smoke-test-traditional Adapt build dependencies to httpclient5 2022-09-29 18:55:41 +02:00
spring-boot-smoke-test-undertow
spring-boot-smoke-test-undertow-ssl Adapt build dependencies to httpclient5 2022-09-29 18:55:41 +02:00
spring-boot-smoke-test-war
spring-boot-smoke-test-web-application-type Ensure that webEnvironment=NONE creates non-web context 2022-04-14 14:44:30 +01:00
spring-boot-smoke-test-web-freemarker
spring-boot-smoke-test-web-groovy-templates Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-web-jsp
spring-boot-smoke-test-web-method-security Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-web-mustache
spring-boot-smoke-test-web-secure Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-web-secure-custom Align default security filter dispatcher types with Spring Security 2022-11-10 13:53:47 -08:00
spring-boot-smoke-test-web-secure-jdbc Align default security filter dispatcher types with Spring Security 2022-11-10 13:53:47 -08:00
spring-boot-smoke-test-web-static
spring-boot-smoke-test-web-thymeleaf Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-webflux Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-webflux-coroutines
spring-boot-smoke-test-webservices Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-websocket-jetty Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-websocket-tomcat Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-websocket-undertow Merge branch '2.7.x' into 3.0.x 2023-02-21 23:17:57 -08:00
spring-boot-smoke-test-xml Update smoke tests to avoid conflicts with NAME environment variable 2022-06-08 11:34:19 +01:00