-
In Spring Security OAuth, several classes (DefaultTokenServices, JdbcApprovalStore, JdbcAuthorizationCodeServices, etc.) access databases.
However, not all methods in these classes are `@Transactiona…
-
## Describe the feature
Support YugabyteDB as a State Store.
About YugabyteDB:
YugabyteDB is a transactional distributed SQL database for cloud-native applications. It is wire-compatible with Pos…
-
I use transactional like this:
@Test
@DataSet(value ="users.yml", strategy = SeedStrategy.REFRESH, transactional = true)
public void xxxxxx(){
}
but data is still in database after …
-
## Consider making the IdP Link and Unlink webhooks transactional
### Description
Is there any reason why these hooks are non-transactional? If you want to sync the data to an external system, a f…
-
The `live_server` fixture is session-scoped while the `transactional_db` fixture (which `live_server` implicitly enables) is function-scoped.
As a consequence, `live_server` can handle requests dur…
-
### Current Behavior
[Config] Application: Dependency-Track
[Config] Version: 4.11.3
[Config] Built-on: 2024-06-03T09:33:35Z
We currently run dependency track without a dedicated db an…
-
When activating `Neo4jTransactionManager.setValidateExistingTransaction(true)` a simple `findById()` will result in an `IllegalStateException`. This is due to `getSingleResult()` always executing in t…
-
```
Something that seems to be missing from guice-persist is a @UnitOfWork
equivalent to the @Transactional annotation. One that will automatically
start/stop a UnitOfWork as required, but not begin…
-
Issue to track work done on the ZIO module. For example by @guizmaii in https://github.com/AugustNagro/magnum/pull/47
-
**Overview:**
`transactional-update` (TU) silently fails to rebuild kdump initrd because `/var/lib/kdump` is not writable in the snapshot.
I'm running TU in a normal read-write Tumbleweed installa…