-
Jmix uses (at least) three APIs to run applications properly in the cluster:
1) Spring org.springframework.cache.CacheManager. E.g. in LockManagerImpl.
2) Spring Session (in jmix-session addon).
3) or…
-
It can be reproduced easily from this sample [https://github.com/peholmst/vaadin4spring/tree/master/samples/security-sample-shared](url)
I use spring boot 1.5.2 with Vaadin 8.0.5
This problem ha…
-
The [OAuth 2.0 for Browser-Based Apps](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-browser-based-apps-10) specification details the security considerations and best practices when developin…
-
Today the binder only sends publisher errors to error channels. We should consider adding other error handling e.g. maybe adding error queue support?
> https://github.com/SolaceProducts/solace-spri…
-
### 开启事务日志:
`logging.level.org.springframework.transaction.interceptor=TRACE`
#### 输出格式如下:
```
2012-08-22 18:50:00,031 TRACE - Getting transaction for [com.MyClass.myMethod]
[my own log stateme…
-
@rstoyanchev and @rwinch, I have been doing research on how to handle cross domain websockets that need to handle authentication as well and I have yet to find any definitive answers in Spring documen…
-
```
What steps will reproduce the problem?
1. The HashMap store saved the apiKey_session_key Cookie with hashCode -
705612063
2. While iterating through more Cookies it encounters a cookie named apiKe…
-
```
What steps will reproduce the problem?
1. The HashMap store saved the apiKey_session_key Cookie with hashCode -
705612063
2. While iterating through more Cookies it encounters a cookie named apiKe…
-
Hello,
We recently had a production incident caused by this as a repository method:
```
@Transactional
void deleteAllByCreatedDateBefore(OffsetDateTime startTimeStart);
```
Digging in the …
-
版本 1.1.9
连接池最大最小设置 1 个
removeabndoned设置true
removeAbandonedTimeout设置10s
开启事务后不提交
```
DefaultTransactionDefinition definition = TransationUtil.getTransationDefinition();
TransactionStatus transa…