You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2018. It is now read-only.
Removed BufferedWriter from ReaderWriter (too much time spent in buffered writer instance creation)
Resource method dispatch providers get request and validator passed over as method parameters rather than via inefficient HK2 provider mechanism.
Change-Id: Id7e2fd742e7fb02760f22ea46b95543f69af3673
Signed-off-by: Jakub Podlesak <[email protected]>
Copy file name to clipboardExpand all lines: core-server/src/main/java/org/glassfish/jersey/server/model/internal/AbstractJavaResourceMethodDispatcher.java
+8-20Lines changed: 8 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
/*
2
2
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3
3
*
4
-
* Copyright (c) 2011-2013 Oracle and/or its affiliates. All rights reserved.
4
+
* Copyright (c) 2011-2015 Oracle and/or its affiliates. All rights reserved.
5
5
*
6
6
* The contents of this file are subject to the terms of either the GNU
7
7
* General Public License Version 2 only ("GPL") or the Common Development
Copy file name to clipboardExpand all lines: core-server/src/main/java/org/glassfish/jersey/server/model/internal/JavaResourceMethodDispatcherProvider.java
+43-35Lines changed: 43 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
/*
2
2
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3
3
*
4
-
* Copyright (c) 2011-2013 Oracle and/or its affiliates. All rights reserved.
4
+
* Copyright (c) 2011-2015 Oracle and/or its affiliates. All rights reserved.
5
5
*
6
6
* The contents of this file are subject to the terms of either the GNU
7
7
* General Public License Version 2 only ("GPL") or the Common Development
0 commit comments