-
East Asia public services staff reported that Request links are not appearing on materials with Library = SAL and Home Location = L-PAGE-EA. Request links should appear for this location regardless o…
-
i have an aggregate that internally has two 1 to M relationship
```java
@Getter
@Setter
@AllArgsConstructor
@Builder
@EqualsAndHashCode(of = {"id"})
@Table("TOOL")
public class AgrTool {
…
-
-
With the usual suspects like goto, first, last, next, previous but also:
- may need to combind more than one source of collection
- for multi collection how should 'sort' and 'filter' work?
-
- [x] website needs to be added
- [x] hosting the clickonce application without letting userIDS and personal info through
- [x] finishing up patching comment handling atm
- [ ] more things for the TOD…
-
Operations that return many items use continuation tokens to allow the items to be returned in batches.
REST responses that do not contain all items include an HTTP header `x-ms-continuationtoken` …
-
-
**Environment**: Windows 11 Pro Version 22H2 Build 22621.2428
Google Chrome 118.0.5993.118 (Official build) (64-bit)
**Reproducible**: always
**Build found**:
front 2024-01-04 d5b9ee
back 2024-01…
-
Update: Originally there was a different description but through a thorough discussion the goal can now be summarized as:
- facilitate Spring Data repository naming conventions while allowing to pa…
-
In order to get a complex query with many possible keys, one can use a MultiValueMap as RequestParam rather than predefined param names.
```
@RequestMapping(value = { "/contracts/query" }, method…