-
```java
// 현재 관리하고 있는 모든 회사 리스트 조회
@GetMapping("/company")
@PreAuthorize("hasRole('READ')")
public ResponseEntity getAllCompany(@PageableDefault(size = 10, sort = "name", direction = S…
-
I have a generated method code that I need to modify due to a compilation error. The current method, `listJobs(String continuationToken)`, uses `continuationToken` as an input parameter, but the retur…
-
### Bug report
The rendering (structure and order of elements) of the th element of a column, for which a HeaderTemplate is set, does not match the Kendo UI Grid's rendering in a similar scenario. Pr…
-
Hi guys,
I might have found some inconsistencies worth refactoring, see:
ResetDevice call
- for model T responds with `ButtonRequest_ResetDevice`
- for model one responds with `ButtonRequest_…
-
In a Spring application (with Spring Boot 3.1.3 currently), using data and security the `ProxyingHandlerMethodArgumentResolver` will conflict with the use of `@AuthenticationPrincipal` in a controller…
-
I have two entities
```
@Entity
@Table(name = "articles")
public final class Article {
...
private int viewsAmount;
public enum SortType {
...,
VIEWS_AMOUNT
…
-
任务偶现执行一段时间就会报错:worker report timeout, maybe TaskTracker down
定位发现如下代码:检查 RUNNING 状态的任务(一定时间没收到 TaskTracker 的状态报告,视为失败)
代码片段:
` @Query(value = "select new tech.powerjob.server.persistence.remote.mod…
-
-
### Library name and version
Azure.ResourceManager.Network Version 1.7.0
### Describe the bug
`Azure.ResourceManager.Network.NetworkExtensions.GetServiceTagAsync` throws rate limit exceptions at wa…
-
**[Andrew Geery](https://jira.spring.io/secure/ViewProfile.jspa?name=ageery)** opened **[DATAJPA-105](https://jira.spring.io/browse/DATAJPA-105?redirect=false)** and commented
The method `Page findAl…