-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major refactoring to support or/and operations in filters. (#58)
* Major refactoring to support or/and operations in filters. BREAKING API CHANGES! - Moving static utility functions into `Filters` - Moving conditional logic of `Filters` into own sub-classes - Support of Rule-parameters and construction of custom `FilterRule`s in serialization - Support of or/and-filters in serialization - Re-design or proto3 data-model - Fixing Sonar issues - `DtoPageRequest`: Support of and/or - Better example in API - Support OR as root-list in request - jacoco test report generation
- Loading branch information
Showing
46 changed files
with
1,814 additions
and
455 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 7 additions & 4 deletions
11
cursorpaging-examples/webapp-with-maven/src/main/resources/static/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
<html lang="en"> | ||
<!DOCTYPE html> | ||
<html lang="en" title="Spring-CursorPaging WebApp"> | ||
<head> | ||
<title>Spring-CursorPaging Example WebApp</title> | ||
</head> | ||
<body> | ||
<h2>Cursor Paging Test App</h2> | ||
<p>API</p> | ||
<a href="swagger-ui/index.html">swagger-ui</a> | ||
<h1><i>Spring-CursorPaging</i> Example API</h1> | ||
<a href="swagger-ui/index.html" style="border: blue 1px solid">swagger-ui</a> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.