java-tutorials/spring-boot-modules
Sameer 350a3c3575 Bael 4779 (#13465)
* first commit for Spring Data Redis TTL

* BAEL-4779: Removed incorrect module

* removed mvn wrapper

* Reduced wait time to check expiration

* J17 -> J11

* spring boot redis added to JDK 9 and above profile

* pulled latest from master

* restored from master

* resolved from master

* Update pom.xml

* Update pom.xml

* using Collections api available in J15

* updated Integration test class name

---------

Co-authored-by: s9m33r <no-reply>
Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>
2023-03-14 16:44:31 -07:00
..
spring-boot-3 Update README.md 2023-03-04 11:13:57 +08:00
spring-boot-3-native Update README.md 2023-02-02 22:34:44 +08:00
spring-boot-3-observation Create README.md 2023-01-11 14:46:12 +08:00
spring-boot-3-test-pitfalls Create README.md 2023-03-04 10:56:06 +08:00
spring-boot-actuator [JAVA-9604] Refactor and code clean-up for Metrics article 2022-01-31 12:45:28 +00:00
spring-boot-admin JAVA-14680 Update spring-boot-admin module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter (#12732) 2022-09-18 10:32:09 +05:30
spring-boot-angular JAVA-9022: Fix formatting of POMs 2022-01-10 22:05:47 +05:30
spring-boot-annotations JAVA-9022: Fix formatting of POMs 2022-01-10 22:05:47 +05:30
spring-boot-annotations-2 JAVA-9022: Fix formatting of POMs 2022-01-10 22:05:47 +05:30
spring-boot-artifacts JAVA-15409: Fix formatting of POMs (#12992) 2022-11-18 00:26:06 +05:30
spring-boot-artifacts-2 Update README.md 2022-12-22 22:17:45 +08:00
spring-boot-autoconfiguration JAVA-17429 Upgrade to latest spring-boot-2 (#13480) 2023-02-17 22:17:01 +05:30
spring-boot-basic-customization Update UserController.java 2022-03-31 08:59:10 +01:00
spring-boot-basic-customization-2 JAVA-11420: Dissolve spring-boot-1 and spring-boot-2 inside (#12122) 2022-04-28 22:45:45 +05:30
spring-boot-bootstrap JAVA-17429 Upgrade to latest spring-boot-2 (#13480) 2023-02-17 22:17:01 +05:30
spring-boot-cassandre JAVA-9022: Fix formatting of POMs 2022-01-10 22:05:47 +05:30
spring-boot-ci-cd JAVA-9022: Fix formatting of POMs 2022-01-10 22:05:47 +05:30
spring-boot-cli BAEL-20869 Move remaining spring boot modules 2020-02-02 20:44:54 +01:00
spring-boot-client JAVA-9486: Use guava.version defined in the parent pom 2022-01-18 09:42:21 +01:00
spring-boot-config-jpa-error Merge branch 'master' into JAVA-7244-Review_log_statements_for_projects 2021-12-09 10:22:41 +02:00
spring-boot-crud Update README.md 2022-04-20 23:32:16 +08:00
spring-boot-ctx-fluent JAVA-9022: Fix formatting of POMs 2022-01-10 22:05:47 +05:30
spring-boot-custom-starter JAVA-8620: Fix references to parents 2021-11-26 19:28:29 +05:30
spring-boot-data JAVA-8372 Split or move spring-boot-data module 2022-04-08 21:06:02 +05:30
spring-boot-data-2 JAVA-17281 GitHub Issue: Read only Spring Boot App- NoUniqueBeanDefinitionException: No qualifying bean of type available: expected single matching bean but found 2 (#13394) 2023-02-02 23:15:55 +05:30
spring-boot-data-3 JAVA-17429 Upgrade to latest spring-boot-2 (#13480) 2023-02-17 22:17:01 +05:30
spring-boot-deployment JAVA-15409: Fix formatting of POMs (#12992) 2022-11-18 00:26:06 +05:30
spring-boot-di [JAVA-15588] Moved code from spring-di to spring-boot-di 2022-10-30 10:49:39 +02:00
spring-boot-disable-logging JAVA-9022: Fix formatting of POMs 2022-01-10 22:05:47 +05:30
spring-boot-environment JAVA-9486: Use guava.version defined in the parent pom 2022-01-18 09:42:21 +01:00
spring-boot-exceptions JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
spring-boot-flowable Merge branch 'master' into JAVA-8204 2021-11-09 18:20:05 +05:30
spring-boot-gradle JAVA-117 Standardize spring-boot-modules/spring-boot-gradle 2020-04-04 21:16:51 +02:00
spring-boot-graphql Feature/bael 5756 choose api (#13227) 2023-01-03 13:52:58 +00:00
spring-boot-groovy Update README.md 2022-11-02 21:14:44 +08:00
spring-boot-jasypt JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
spring-boot-jsp small fix 2022-07-10 15:32:55 +03:00
spring-boot-keycloak downgrade jaxb plugin 2023-02-02 16:20:16 +02:00
spring-boot-keycloak-2 JAVA-18103 Revert properties file name to fix integration test (#13555) 2023-02-28 23:38:13 +05:30
spring-boot-keycloak-adapters JAVA-14471 Update Keycloak articles - deprecated client adapters 2023-01-15 14:21:58 +05:30
spring-boot-libraries update bucket4j version in spring-boot-libraries 2022-11-19 17:11:59 +01:00
spring-boot-libraries-2 JAVA-15409: Fix formatting of POMs (#12992) 2022-11-18 00:26:06 +05:30
spring-boot-logging-log4j2 JAVA-17766 Fix references to parents - Week 6 - 2023 (moved-2) (#13536) 2023-02-26 16:49:13 +05:30
spring-boot-logging-logback Bael 6011: Spring Boot Logback and Log4j2 Extensions (#13327) 2023-01-23 15:44:23 +01:00
spring-boot-mvc JAVA-17429 Upgrade to latest spring-boot-2 (#13480) 2023-02-17 22:17:01 +05:30
spring-boot-mvc-2 [JAVA-14985] Clean up 2022-09-29 21:16:16 +03:00
spring-boot-mvc-3 Fix failed integration tests 2022-07-29 21:45:18 +02:00
spring-boot-mvc-4 Merge pull request #12861 from brokenhardisk/master 2022-12-05 10:05:40 -03:00
spring-boot-mvc-5 Update README.md 2023-01-26 15:52:21 +08:00
spring-boot-mvc-birt JAVA-17200 Fix references to parents - Week 50 - 2022 (moved-3) (#13322) 2023-02-03 23:20:38 +05:30
spring-boot-mvc-jersey Merge branch 'master' into JAVA-7244-Review_log_statements_for_projects 2021-12-09 10:22:41 +02:00
spring-boot-nashorn JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
spring-boot-parent JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
spring-boot-performance JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
spring-boot-process-automation JAVA-16563: Fix formatting of POMs (#13175) 2022-12-20 22:37:54 +05:30
spring-boot-properties [JAVA-13976] Fix integration tests after Spring Boot upgrade to 2.7.2 (#12647) 2022-08-25 21:30:13 +05:30
spring-boot-properties-2 Update README.md 2022-09-23 14:14:49 +05:30
spring-boot-properties-3 Update README.md 2022-11-02 20:43:48 +08:00
spring-boot-properties-migrator-demo JAVA-11792: Fix formatting of POMs 2022-05-08 16:36:25 +05:30
spring-boot-property-exp JAVA-8620: Fix references to parents 2021-11-26 19:28:29 +05:30
spring-boot-react JAVA-9824: Identify boot modules not using parent-boot-2 as parent and 2022-02-22 21:53:39 +05:30
spring-boot-redis Bael 4779 (#13465) 2023-03-14 16:44:31 -07:00
spring-boot-request-params Update README.md 2022-11-30 07:28:56 +08:00
spring-boot-runtime #BAEL-2862: add request wrapper & filter 2023-01-02 14:13:48 +03:30
spring-boot-runtime-2 Merge pull request #11450 from Maiklins/JAVA-8286-Split_or_move_spring-boot-runtime_module 2021-11-14 17:54:52 +01:00
spring-boot-security JAVA-14676 Update remaining code 2022-09-17 23:50:10 +05:30
spring-boot-springdoc Updated README.md 2022-07-28 23:25:23 +05:00
spring-boot-swagger Updated README.md 2022-08-25 16:42:01 +05:00
spring-boot-swagger-2 fix file location 2023-02-28 20:19:00 -03:00
spring-boot-swagger-jwt [JAVA-14014] Added matching strategy 2022-09-09 11:10:49 +03:00
spring-boot-swagger-keycloak JAVA-14179 Potential issue in Keycloak Integration - OAuth article (#13305) 2023-01-19 21:36:54 +05:30
spring-boot-testing [JAVA-13220] Added comment about failing test (#12644) 2022-08-25 21:24:56 +05:30
spring-boot-testing-2 BAEL-5721: Configure Redis Container Using DynamicPropertySource Annotation (#13585) 2023-03-09 21:07:31 -06:00
spring-boot-validation JAVA-11792: Fix formatting of POMs 2022-05-08 16:36:25 +05:30
spring-boot-vue JAVA-8204: Fix formatting of POMs 2021-11-09 16:27:03 +05:30
spring-caching JAVA-13870 Move spring-caching,spring-caching-2 to spring-boot-module… (#13457) 2023-02-26 21:31:26 +05:30
spring-caching-2 JAVA-13870 Move spring-caching,spring-caching-2 to spring-boot-module… (#13457) 2023-02-26 21:31:26 +05:30
pom.xml Bael 4779 (#13465) 2023-03-14 16:44:31 -07:00