Commit 1d300d3
committed
Changes in this commit are primarily for Java 9 or newer.
The code was successfully built with Java 1.8, Java 9.0.4 and Java 10.0.1, using
Maven 3.5.2 on Mac OS 10.12.6.
Summary of changes:
* Dependencies to Corba have been removed. This does imply a few API changes,
but should have very limited impact.
* Some pom files have been updated to fix an issue with the javadoc Maven plugin.
* javadoc warnings eliminated.
* Some html was changed due to the javadoc tool behavior in Java 9+, which
treats self-closing elements as errors and hence aborts the Maven build.
* Classes considered superfluous removed.1 parent 6a4dd77 commit 1d300d3
27 files changed
Lines changed: 1118 additions & 2283 deletions
File tree
- bundleJava
- normativeTypesJava
- pvAccessJava
- documentation
- src/org/epics/pvaccess
- client
- impl/remote
- search
- pvms
- rpc
- impl/remote
- server/impl/remote
- tcp
- util
- test/org/epics/pvaccess/impl/remote/test
- pvDataJava
- documentation
- src/org/epics/pvdata
- copy
- misc
- property
- pv
- test/org/epics/pvdata
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
| 338 | + | |
338 | 339 | | |
339 | 340 | | |
340 | 341 | | |
| |||
363 | 364 | | |
364 | 365 | | |
365 | 366 | | |
366 | | - | |
| 367 | + | |
Submodule exampleJava updated 22 files
- documentation/RELEASE_NOTES.md+9
- documentation/exampleClient.html+217-78
- documentation/exampleLink.html+50-82
- exampleClient/scripts/get+1-1
- exampleClient/scripts/get.bat+1-1
- exampleClient/scripts/monitor+1-1
- exampleClient/scripts/monitor.bat+1-1
- exampleClient/scripts/put+1
- exampleClient/scripts/put.bat+3
- exampleClient/scripts/putGet+1
- exampleClient/scripts/putGet.bat+3
- exampleClient/src/org/epics/exampleJava/exampleClient/Get.java+222
- exampleClient/src/org/epics/exampleJava/exampleClient/GetForever.java-114
- exampleClient/src/org/epics/exampleJava/exampleClient/Monitor.java+276
- exampleClient/src/org/epics/exampleJava/exampleClient/MonitorForever.java-125
- exampleClient/src/org/epics/exampleJava/exampleClient/Put.java+312
- exampleClient/src/org/epics/exampleJava/exampleClient/PutForever.java-113
- exampleClient/src/org/epics/exampleJava/exampleClient/PutGet.java+344
- exampleLink/src/org/epics/exampleJava/exampleLink/ExampleGetLinkRecord.java+162-19
- exampleLink/src/org/epics/exampleJava/exampleLink/ExampleLinkMain.java+35-14
- exampleLink/src/org/epics/exampleJava/exampleLink/ExampleMonitorLinkRecord.java+136-20
- exampleLink/src/org/epics/exampleJava/exampleLink/ExamplePutLinkRecord.java+145-12
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
113 | 121 | | |
114 | 122 | | |
115 | 123 | | |
| |||
263 | 271 | | |
264 | 272 | | |
265 | 273 | | |
266 | | - | |
| 274 | + | |
267 | 275 | | |
268 | 276 | | |
269 | 277 | | |
| |||
274 | 282 | | |
275 | 283 | | |
276 | 284 | | |
277 | | - | |
| 285 | + | |
278 | 286 | | |
279 | | - | |
| 287 | + | |
280 | 288 | | |
281 | 289 | | |
282 | 290 | | |
| |||
308 | 316 | | |
309 | 317 | | |
310 | 318 | | |
311 | | - | |
| 319 | + | |
312 | 320 | | |
313 | 321 | | |
314 | 322 | | |
| |||
322 | 330 | | |
323 | 331 | | |
324 | 332 | | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
335 | 343 | | |
336 | 344 | | |
337 | 345 | | |
| |||
351 | 359 | | |
352 | 360 | | |
353 | 361 | | |
354 | | - | |
| 362 | + | |
355 | 363 | | |
356 | 364 | | |
357 | 365 | | |
| |||
384 | 392 | | |
385 | 393 | | |
386 | 394 | | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
387 | 435 | | |
388 | 436 | | |
389 | 437 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
307 | | - | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| |||
0 commit comments