Skip to content

Commit e493cdf

Browse files
authored
Remove badges from submodules
1 parent 93b1009 commit e493cdf

File tree

22 files changed

+4
-30
lines changed

22 files changed

+4
-30
lines changed

batch-rest-repository/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
Implement batch operation for REST resources with https://spring.io/projects/spring-batch[Spring Batch]
1111

12-
include::../docs/badges.adoc[]
1312

1413
== Background
1514
Spring Batch allows us to perform large volumes of records from several resources such as https://docs.spring.io/spring-batch/docs/current/api/org/springframework/batch/item/file/FlatFileItemReader.html[File],

batch-skip-step/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
Skip processing specific data through business logic in Spring Batch.
1111

12-
include::../docs/badges.adoc[]
1312

1413
== Background
1514

cloud-jdbc-env-repo/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
Sample of https://cloud.spring.io/spring-cloud-config/single/spring-cloud-config.html#_spring_cloud_config_server[Spring Cloud Config Server] embedded application that uses database as backend for configuration properties.
1111
12-
include::../docs/badges.adoc[]
1312
1413
== Background
1514

data-domain-events/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
Reduce method complexity by utilising `@DomainEvents` from link:https://docs.spring.io/spring-data/jpa/docs/current/reference/html/#core.domain-events[Spring Data JPA].
1111

12-
include::../docs/badges.adoc[]
1312

1413
== Background
1514
In this repository we will explore Spring Data JPA helps us to adhere to link:https://en.wikipedia.org/wiki/Single-responsibility_principle[Single Responsibility], a component of link:https://en.wikipedia.org/wiki/SOLID[SOLID Principles].

data-envers-audit/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
Sample application that demonstrates entity revisions with http://projects.spring.io/spring-data-envers/[Spring Data Envers].
1111

12-
include::../docs/badges.adoc[]
1312

1413
== Background
1514

data-jdbc-audit/README.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Rashidi Zin <rashidi@zin.my>
1010

1111
We have explored on how to implement auditing with link:../data-jpa-audit/[Spring Data Jpa], link:../data-envers-audit/[Spring Data Enver], and link:../data-mongodb-audit/[Spring Data Mongo]. In this tutorial, we will implement auditing with https://spring.io/projects/spring-data-jdbc[Spring Data JDBC].
1212

13-
include::../docs/badges.adoc[]
1413

1514
== Background
1615

@@ -172,4 +171,4 @@ class UserAuditTests {
172171
}
173172
----
174173

175-
Full implementation of the test can be found in link:{source-test}/user/UserAuditTests.java[`UserAuditTests`].
174+
Full implementation of the test can be found in link:{source-test}/user/UserAuditTests.java[`UserAuditTests`].

data-jpa-audit/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
Enable auditing with Spring Data Jpa's `@CreatedDate` and `@LastModified`. For example with Spring Data MongoDB, please check out link:../data-mongodb-audit[Spring Data MongoDB Audit Example].
1111

12-
include::../docs/badges.adoc[]
1312

1413
== Background
1514

data-jpa-event/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Rashidi Zin <rashidi@zin.my>
1010

1111
In this tutorial, we will look into how we can utilise events to perform validation at repository level.
1212

13-
include::../docs/badges.adoc[]
1413

1514
== Background
1615

data-jpa-filtered-query/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
Implement global filter query which involves several `Entity` with Spring Data Jpa.
1111

12-
include::../docs/badges.adoc[]
1312

1413
== Background
1514

data-mongodb-audit/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
Enable auditing with Spring Data MongoDB. For example with Spring Data JPA, visit link:../data-jpa-audit/[Spring Data JPA Audit Example].
1111

12-
include::../docs/badges.adoc[]
1312

1413
== Background
1514

data-mongodb-full-text-search/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
Implement link:https://docs.mongodb.com/manual/text-search/[MongoDB Full Text Search] with link:https://spring.io/projects/spring-data-mongodb[Spring Data MongoDB].
1111

12-
include::../docs/badges.adoc[]
1312

1413
== Background
1514

data-mongodb-tc-data-load/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
Preloaded data for testing.
1111

12-
include::../docs/badges.adoc[]
1312

1413
== Background
1514
It is common to have preloaded data when we are testing our delete, read, and update operations. One of the most common approaches is to

data-mongodb-transactional/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
Guide to utilise `@Transactional` with Spring Data MongoDB.
1111

12-
include::../docs/badges.adoc[]
1312

1413
== Background
1514

data-repository-definition/README.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
Implement custom repository interfaces with @RepositoryDefinition annotation.
1111

12-
include::../docs/badges.adoc[]
1312

1413
== Background
1514

@@ -98,4 +97,4 @@ The test verifies that our repository method `findByTitleContainingIgnoreCase` c
9897

9998
The `@RepositoryDefinition` annotation provides a way to create custom repository interfaces with only the methods you need, without inheriting all the methods from base interfaces. This gives you more control over your repository's API and makes your code more explicit about what operations are supported.
10099

101-
While extending base interfaces like `CrudRepository` or `JpaRepository` is convenient for most cases, using `@RepositoryDefinition` can be a good choice when you want to limit the operations that can be performed on your entities or when you want to create a more focused and explicit API.
100+
While extending base interfaces like `CrudRepository` or `JpaRepository` is convenient for most cases, using `@RepositoryDefinition` can be a good choice when you want to limit the operations that can be performed on your entities or when you want to create a more focused and explicit API.

data-rest-validation/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
Implement validation in Spring Data REST.
1111

12-
include::../docs/badges.adoc[]
1312

1413
== Background
1514

docs/badges.adoc

Lines changed: 0 additions & 5 deletions
This file was deleted.

graphql/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
Implementing https://graphql.org/[GraphQL] server with https://spring.io/guides/gs/graphql-server/[Spring Boot GraphQL Server].
1111

12-
include::../docs/badges.adoc[]
1312

1413
== Background
1514

jooq/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Rashidi Zin <rashidi@zin.my>
1010

1111
While JPA is commonly used in Java applications, it is not the only option. In this tutorial, we will look at how to use jOOQ with Spring Boot and Gradle.
1212

13-
include::../docs/badges.adoc[]
1413

1514
== Background
1615

test-execution-listeners/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Rashidi Zin <rashidi@zin.my>
99

1010
We often make use of `@BeforeEach` and `@AfterEach` methods to prepare and clean up test data. However, this approach is not scalable and can be difficult to maintain. In this article, we will look at how we can use `TestExecutionListener` to manage test data.
1111

12-
include::../docs/badges.adoc[]
1312

1413
== Background
1514

test-rest-assured/README.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Rashidi Zin <rashidi@zin.my>
1010
Verify API implementation through integration tests with https://www.browserstack.com/guide/what-is-bdd[Behaviour Driven Development (BDD)]
1111
using Spring Boot, https://testcontainers.com/[Testcontainers], and https://rest-assured.io/[RestAssured].
1212

13-
include::../docs/badges.adoc[]
1413

1514
== Background
1615

test-slice-tests-rest/README.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Rashidi Zin <rashidi@zin.my>
1111
Testing has become a critical component in today's software development world. It helps us in ensuring high quality product
1212
that provides stability and scalability. In this article, we will explore about implementing tests for Spring Boot Web application.
1313

14-
include::../docs/badges.adoc[]
1514

1615
== Background
1716

@@ -297,4 +296,4 @@ be affected should the production code implementation changes. For example, a re
297296
With `@SpringBootTest`, I am able to implement my tests following link:../test-rest-assured/[Behaviour Driven Development] easily as
298297
opposed to using `@WebMvcTest` as I don't have to be concerned about the feature's implementation.
299298

300-
In the end, choose the ones that provide you with the efficiency to maintain and to run your tests. Either with `@SpringBootTest` or the combination of `@WebMvcTest` and `@DataJpaTest`.
299+
In the end, choose the ones that provide you with the efficiency to maintain and to run your tests. Either with `@SpringBootTest` or the combination of `@WebMvcTest` and `@DataJpaTest`.

web-rest-client/README.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Rashidi Zin <rashidi@zin.my>
88
:source-main: {url-quickref}/src/main/java/zin/rashidi/boot/web/restclient
99
:source-test: {url-quickref}/src/test/java/zin/rashidi/boot/web/restclient
1010

11-
include::../docs/badges.adoc[]
1211

1312
== Background
1413

@@ -357,4 +356,4 @@ All the tests can be found in link:{source-test}/post/PostRepositoryTests.java[P
357356
== Conclusion
358357

359358
`@HttpExchange` provides a cleaner implementation and the flexibility to choose which REST Client to be used. In this example, we are dealing with a synchronous API and we
360-
chose `RestClient` over `RestTemplate`. If you are dealing with asynchronous API then `WebClient` should be your choice.
359+
chose `RestClient` over `RestTemplate`. If you are dealing with asynchronous API then `WebClient` should be your choice.

0 commit comments

Comments
 (0)