Adam Lewis
Adam Lewis
I'm a bit unclear on the transaction boundaries you're suggesting...the autoCommit flag is currently used to determine if the interceptor should be managing the transaction lifecycle, or not. Are you...
I see what you mean about the inconsistent state. It looks like `catch (Exception e)` should be `catch (Throwable t)` at the very least. This same issue exists in the...
Hi @GuiSim , is this issue still causing issues for you? I just noticed it had been awhile since you offered to raise a PR.
As is you would need to provide your own alternative to `JooqPersistModule`, specifically since that module binds `JooqPersistService` in `@Singleton` scope. After that AFAIK all of Guice's facilities to support...
I attempted to get the latest SNAPSHOTs before reporting this...are `capsule-1.0.4-20161222.140832-12.jar` and `capsule-maven-1.0.4-20161222.224038-16.jar` including that support? I'm not sure what you mean by "inlined" version. Dependency management should win over...
I believe this should all be in the realm of aether, but maybe it is borderline? I'm not using the embedded `pom.xml`, just directly listing the immediate dependencies of my...
I'm still hung up on why there would be a difference between `mvn dependency:tree` and capsule for this. It looks like the maven dependency plugin asks maven for the `DependencyGraphBuilder`...
Switching back to the embedded `pom.xml` with no `Dependencies:` in the manifest, `-Dcapsule.tree` output is now as expected, but if I try to launch the project I get yelled at...
Looks like (inherited) properties aren't getting resolved in the parent pom So the `` including that property-reference version string is in the services parent, and the value of the property...
Hmm, this is strange, `-Dcapsule.tree` is showing `commons-beanutils:commons-beanutils:1.9.3` as expected (and the version is consistent at both points where that dependency appears in the tree) however the runtime classpath logged...