Github user afs commented on the issue:
https://github.com/apache/jena/pull/161
The proposal is not to adopt every detail of this PR; it's to include but
not activate it.
I think we should try to add the feature to all the transactional
implementations (TDB, TIM, MRSW - not SDB) together. Having this in the code
base, not activated by default, is a step on that road.
Automatically allowing writes is normal behaviour for JDBC which has
implicit ``begin()``.
Exceptions don't work well. Some transaction-unaware library code might
make the update causing the transaction to promote. An exception will crash out
of the middle of the library code.
The name `ReadWrite` may not be a good choice if start adding more modes.
Also, we need to check how old code ignores a new value.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---