-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove some @Deprecated constructors and methods from the Client
#104
Labels
Comments
dim4o
added a commit
to MusalaSoft/atmosphere-client
that referenced
this issue
Aug 7, 2017
…m the `Client` As a result of removing the deprecated `Screen` constructor some `gradle` dependencies can be omitted: * `com.google.guava:guava:18.0` * `org.javassist:javassist:3.18.2-GA` * `org.jsoup:jsoup:1.7.2` The `org.reflections:reflections:0.9.10` is also redundant because of `entity-migration` closes MusalaSoft/atmosphere-docs#104
dim4o
added a commit
to MusalaSoft/atmosphere-client
that referenced
this issue
Aug 7, 2017
…om the `Client` As a result of removing the deprecated `Screen` constructor some `gradle` dependencies can be omitted: * `com.google.guava:guava:18.0` * `org.javassist:javassist:3.18.2-GA` * `org.jsoup:jsoup:1.7.2` The `org.reflections:reflections:0.9.10` is also redundant because of `entity-migration` closes MusalaSoft/atmosphere-docs#104
dim4o
added a commit
to MusalaSoft/atmosphere-client
that referenced
this issue
Aug 7, 2017
…om the `Client` As a result of removing the deprecated `Screen` constructor some `gradle` dependencies can be omitted: * `com.google.guava:guava:18.0` * `org.javassist:javassist:3.18.2-GA` * `org.jsoup:jsoup:1.7.2` The `org.reflections:reflections:0.9.10` is also redundant because of `entity-migration` closes MusalaSoft/atmosphere-docs#104
dim4o
added a commit
to MusalaSoft/atmosphere-client
that referenced
this issue
Aug 9, 2017
…om the `Client` As a result of removing the deprecated `Screen` constructor some `gradle` dependencies can be omitted: * `com.google.guava:guava:18.0` * `org.javassist:javassist:3.18.2-GA` * `org.jsoup:jsoup:1.7.2` The `org.reflections:reflections:0.9.10` is also redundant because of `entity-migration` closes MusalaSoft/atmosphere-docs#104
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a result of removing the deprecated
Screen
constructor somegradle
dependencies can be omitted:com.google.guava:guava:18.0
org.javassist:javassist:3.18.2-GA
org.jsoup:jsoup:1.7.2
The
org.reflections:reflections:0.9.10
is also redundant because ofentity-migration
The text was updated successfully, but these errors were encountered: