Skip to content

Commit 021aa79

Browse files
committed
Revert pool changes.
1 parent 2aba2b4 commit 021aa79

File tree

11 files changed

+656
-175
lines changed

11 files changed

+656
-175
lines changed

api/src/test/java/org/asynchttpclient/async/MaxConnectionsInThreads.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ abstract public class MaxConnectionsInThreads extends AbstractBasicTest {
4343

4444
private static URI servletEndpointUri;
4545

46-
@Test(groups = { "online", "default_provider" }, enabled=false)
46+
@Test(groups = { "online", "default_provider" })
4747
public void testMaxConnectionsWithinThreads() {
4848

4949
String[] urls = new String[] { servletEndpointUri.toString(), servletEndpointUri.toString() };

api/src/test/java/org/asynchttpclient/async/MaxTotalConnectionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
public abstract class MaxTotalConnectionTest extends AbstractBasicTest {
3333
protected final Logger log = LoggerFactory.getLogger(AbstractBasicTest.class);
3434

35-
@Test(groups = { "standalone", "default_provider" }, enabled=false)
35+
@Test(groups = { "standalone", "default_provider" })
3636
public void testMaxTotalConnectionsExceedingException() {
3737
String[] urls = new String[] { "http://google.com", "http://github.com/" };
3838

providers/grizzly/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@
2929
<artifactId>grizzly-spdy</artifactId>
3030
<version>${grizzly.version}</version>
3131
</dependency>
32-
<dependency>
33-
<groupId>org.glassfish.grizzly</groupId>
34-
<artifactId>connection-pool</artifactId>
35-
<version>${grizzly.version}</version>
36-
</dependency>
3732
<dependency>
3833
<groupId>org.glassfish.grizzly</groupId>
3934
<artifactId>grizzly-npn-api</artifactId>

0 commit comments

Comments
 (0)