File tree 11 files changed +40
-216
lines changed
grizzly/src/main/java/org/glassfish/grizzly
http-server/src/main/java/org/glassfish/grizzly/http/server 11 files changed +40
-216
lines changed Original file line number Diff line number Diff line change 86
86
<plugin >
87
87
<artifactId >maven-compiler-plugin</artifactId >
88
88
<configuration >
89
- <source >1.8</source >
90
- <target >1.8</target >
91
89
<excludes >
92
90
<exclude >module-info.java</exclude >
93
91
</excludes >
185
183
<classifier >sources</classifier >
186
184
<excludeScope >provided</excludeScope >
187
185
<excludeArtifactIds >junit, hamcrest-core</excludeArtifactIds >
186
+ <excludes >module-info.java</excludes >
188
187
<!-- fudge an actual source hierarchy so that the source
189
188
plugin can actually do something useful. Otherwise,
190
189
you'll end up with an empty source jar -->
Original file line number Diff line number Diff line change 73
73
</execution >
74
74
</executions >
75
75
</plugin >
76
- <plugin >
77
- <artifactId >maven-compiler-plugin</artifactId >
78
- <configuration >
79
- <source >1.8</source >
80
- <target >1.8</target >
81
- </configuration >
82
- </plugin >
83
76
<plugin >
84
77
<groupId >org.apache.maven.plugins</groupId >
85
78
<artifactId >maven-javadoc-plugin</artifactId >
149
142
<!-- fudge an actual source hierarchy so that the source
150
143
plugin can actually do something useful. Otherwise,
151
144
you'll end up with an empty source jar -->
152
- <outputDirectory >${basedir} /src/main/java
153
- </outputDirectory >
145
+ <outputDirectory >${basedir} /src/main/java</outputDirectory >
154
146
<overWriteReleases >false</overWriteReleases >
155
147
<overWriteSnapshots >true</overWriteSnapshots >
156
148
</configuration >
Original file line number Diff line number Diff line change 73
73
</execution >
74
74
</executions >
75
75
</plugin >
76
- <plugin >
77
- <artifactId >maven-compiler-plugin</artifactId >
78
- <configuration >
79
- <source >1.8</source >
80
- <target >1.8</target >
81
- </configuration >
82
- </plugin >
83
76
<plugin >
84
77
<groupId >org.apache.maven.plugins</groupId >
85
78
<artifactId >maven-javadoc-plugin</artifactId >
Original file line number Diff line number Diff line change 86
86
</execution >
87
87
</executions >
88
88
</plugin >
89
- <plugin >
90
- <artifactId >maven-compiler-plugin</artifactId >
91
- <configuration >
92
- <source >1.8</source >
93
- <target >1.8</target >
94
- </configuration >
95
- </plugin >
96
89
<plugin >
97
90
<groupId >org.apache.maven.plugins</groupId >
98
91
<artifactId >maven-javadoc-plugin</artifactId >
161
154
<configuration >
162
155
<classifier >sources</classifier >
163
156
<excludeArtifactIds >junit, hamcrest-core</excludeArtifactIds >
157
+ <excludes >module-info.java</excludes >
164
158
<!-- fudge an actual source hierarchy so that the source
165
159
plugin can actually do something useful. Otherwise,
166
160
you'll end up with an empty source jar -->
167
- <outputDirectory >${basedir} /src/main/java
168
- </outputDirectory >
161
+ <outputDirectory >${basedir} /src/main/java</outputDirectory >
169
162
<overWriteReleases >false</overWriteReleases >
170
163
<overWriteSnapshots >true</overWriteSnapshots >
171
164
</configuration >
Original file line number Diff line number Diff line change 78
78
</execution >
79
79
</executions >
80
80
</plugin >
81
- <plugin >
82
- <artifactId >maven-compiler-plugin</artifactId >
83
- <configuration >
84
- <source >1.8</source >
85
- <target >1.8</target >
86
- </configuration >
87
- </plugin >
88
81
<plugin >
89
82
<groupId >org.apache.maven.plugins</groupId >
90
83
<artifactId >maven-javadoc-plugin</artifactId >
152
145
<configuration >
153
146
<classifier >sources</classifier >
154
147
<excludeArtifactIds >junit, hamcrest-core</excludeArtifactIds >
148
+ <excludes >module-info.java</excludes >
155
149
<!-- fudge an actual source hierarchy so that the source
156
150
plugin can actually do something useful. Otherwise,
157
151
you'll end up with an empty source jar -->
158
- <outputDirectory >${basedir} /src/main/java
159
- </outputDirectory >
152
+ <outputDirectory >${basedir} /src/main/java</outputDirectory >
160
153
<overWriteReleases >false</overWriteReleases >
161
154
<overWriteSnapshots >true</overWriteSnapshots >
162
155
</configuration >
Original file line number Diff line number Diff line change 91
91
</execution >
92
92
</executions >
93
93
</plugin >
94
- <plugin >
95
- <artifactId >maven-compiler-plugin</artifactId >
96
- <configuration >
97
- <source >1.8</source >
98
- <target >1.8</target >
99
- </configuration >
100
- </plugin >
101
94
<plugin >
102
95
<groupId >org.apache.maven.plugins</groupId >
103
96
<artifactId >maven-javadoc-plugin</artifactId >
171
164
<!-- fudge an actual source hierarchy so that the source
172
165
plugin can actually do something useful. Otherwise,
173
166
you'll end up with an empty source jar -->
174
- <outputDirectory >${basedir} /src/main/java
175
- </outputDirectory >
167
+ <outputDirectory >${basedir} /src/main/java</outputDirectory >
176
168
<overWriteReleases >false</overWriteReleases >
177
169
<overWriteSnapshots >true</overWriteSnapshots >
178
170
</configuration >
Original file line number Diff line number Diff line change 83
83
</execution >
84
84
</executions >
85
85
</plugin >
86
- <plugin >
87
- <artifactId >maven-compiler-plugin</artifactId >
88
- <configuration >
89
- <source >1.8</source >
90
- <target >1.8</target >
91
- </configuration >
92
- </plugin >
93
86
<plugin >
94
87
<groupId >org.apache.maven.plugins</groupId >
95
88
<artifactId >maven-javadoc-plugin</artifactId >
156
149
<configuration >
157
150
<classifier >sources</classifier >
158
151
<excludeArtifactIds >junit, hamcrest-core</excludeArtifactIds >
152
+ <excludes >module-info.java</excludes >
159
153
<!-- fudge an actual source hierarchy so that the source
160
154
plugin can actually do something useful. Otherwise,
161
155
you'll end up with an empty source jar -->
162
- <outputDirectory >${basedir} /src/main/java
163
- </outputDirectory >
156
+ <outputDirectory >${basedir} /src/main/java</outputDirectory >
164
157
<overWriteReleases >false</overWriteReleases >
165
158
<overWriteSnapshots >true</overWriteSnapshots >
166
159
</configuration >
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ public abstract class AbstractTransport implements Transport {
45
45
*/
46
46
protected volatile boolean isBlocking ;
47
47
48
+ @ Deprecated
48
49
protected volatile boolean isStandalone ;
49
50
50
51
/**
@@ -110,7 +111,7 @@ public abstract class AbstractTransport implements Transport {
110
111
/**
111
112
* Transport probes
112
113
*/
113
- protected final DefaultMonitoringConfig <TransportProbe > transportMonitoringConfig = new DefaultMonitoringConfig <TransportProbe >(TransportProbe .class ) {
114
+ protected final DefaultMonitoringConfig <TransportProbe > transportMonitoringConfig = new DefaultMonitoringConfig <>(TransportProbe .class ) {
114
115
115
116
@ Override
116
117
public Object createManagementObject () {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments