-
### 版本
'org.hibernate:hibernate-core:5.4.18.Final'
'com.aliyun.oss:aliyun-sdk-oss:3.13.2'
### 错误
项目引入OSS的Java SDK后,出现如下报错,目前定位到出错位置在`stax:stax-api:1.0.1`,暂时先通过`exclude`排除间接依赖的方式解决了。这里提个Issue标记下。…
-
I used karaf 4.0.5. I completed all steps that are provided in instructions. This is my bundle list:
karaf@root()> bundle:list
START LEVEL 100 , List Threshold: 50
## ID | State | Lvl | Version …
-
I receive this issue randomly when I spin up a Kubernetes (docker) container with the new Mysql 8.0.25 setup
```
20230310_02:06:54 WARN org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiat…
-
Perhaps I'm dumb. In DDD there is no such concept called "Interface Layer", although this could be an Application layer. I get the point, but "Interface" feels like a really rough name because "not to…
-
Hi Ninja Community,
I'm testing steps here: [http://www.ninjaframework.org/documentation/working_with_relational_dbs/jpa.html](http://www.ninjaframework.org/documentation/working_with_relational_db…
-
### JPA `persistence.xml` 설정 정보 관리
- JPA는 `META-INF/persistence.xml` 에서 필요한 설정 정보를 관리한다
- JPA는 일반적으로 연결할 데이터베이스 당 하나의 **영속성 유닛** 을 등록하며 하나의 유닛당 고유한 이름을 부여한다
- `javax.persistence` 로 시작하는 속성은 JPA 표준…
-
As requested by @snicoll , I'm moving [this issue](https://github.com/spring-projects-experimental/spring-native/issues/1016) here.
It would be great to have a complete working sample with an `@Aud…
-
### Describe the bug
`Quarkus Security with Jakarta Persistence` guide doesn't mention `security-jpa-reactive` extension
https://quarkus.io/guides/security-jpa talks just about `security-jpa` ex…
-
Hey, first of all, thanks a lot for this project, it's very helpful!
One thing I was missing is support for declarative TX control (via `@Transactional`) and transactional observers. This needs JTA…
-
### Description
When you SUM a case expression like below
```
NumberExpression riskSum = new CaseBuilder()
.when(QMeters.meterStatus.in("Current", "Expired", "Future")).then(1).othe…