Contributions
spring-cloud-commons
Many of those features are covered by Spring Boot, on which Spring Cloud builds. Some more features are delivered by Spring Cloud as two libraries: Spring Cloud Context and Spring Cloud Commons. Spring Cloud Context provides utilities and special services for the ApplicationContext of a Spring Cloud application (bootstrap context, encryption, refresh scope, and environment endpoints). Spring Cloud Commons is a set of abstractions and common classes used in different Spring Cloud implementations (such as Spring Cloud Netflix and Spring Cloud Consul).
- Apr 27 | Issue 1:
Bean name “commonFeatures” could have a better naming #1229
- Contributor License and fork process were experienced for first time.
- Spring Cloud code guide and checkstyle rules learned.
- Related PR.
- May 5 | Issue 2: Provide additional documentation (details)
on security implications when actuator endpoints are enabled #1125
- Documentation process and MD syntax were experienced.
- Related PR.
spring-data-couchbase
The Spring Data Couchbase project aims to provide a familiar and consistent Spring-based programming model for Couchbase Server as a document database and cache while retaining store-specific features and capabilities. Key functional areas of Spring Data Couchbase are a POJO centric model for interacting with a Couchbase Server Bucket and easily writing a repository style data access layer.
apache-shenyu
Scalable, High Performance, Responsive API Gateway Solution for all MicroServices
-
May 13 Issue 1: [Task] ShenYu client core test case #4544 - Gained experience of the Apache life cycle.
- Checkstyle rules are stricter for this project.
- Related PR
-
May 19 Issue 2: [Task] ShenYu sdk core test case #4537 -
May 28 Issue 3: [Task] ShenYu e2e refactor #4671 - Refactor process will experience.
- Related PR
-
Jun 8 Issue 4: [Task] ShenYu sdk core test case #4537 - Add test case for org.apache.shenyu.sdk.core.util.Util
- Related PR
Blog Posts
- Mocking Static Classes with Mockito : Related to apache-shenyu [Issue 2].
- Lazy Loading in Spring Beans : Related to shenyu-spring-boot-starter module.