jmuehlner commented on code in PR #780:
URL: https://github.com/apache/guacamole-client/pull/780#discussion_r1037657062
##########
extensions/guacamole-auth-jdbc/modules/guacamole-auth-jdbc-base/pom.xml:
##########
@@ -94,6 +94,12 @@
<artifactId>guice</artifactId>
</dependency>
+ <!-- Guice Assisted Inject Extension -->
+ <dependency>
Review Comment:
I need this in order to create `AccessEnforcingDelegatingTunnel` instances.
Since the `DelegatingGuacamoleTunnel` requires the wrapped tunnel at creation
time, I can't use the same `Provider` + init method approach used elsewhere.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]