We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293ba6b commit 60c5d74Copy full SHA for 60c5d74
doc/processes/dev_processes/Unupdated-dependencies.md
@@ -15,6 +15,7 @@ This page lists some dependencies which we are not updating for various reasons:
15
| Opal | 1.0.0 | ? | Project has been deprecated and moved into eclipse Nebula visualization widgets. Update process appears to be non-trivial. |
16
| `com.sun.istack.commons-runtime` | `3.x` | `4.x` | Causes `javax`/`jakarta` conflicts with `javax.activation`. |
17
| `activemq` | `5.x` | `6.x` | v6 uses `jakarta` packages, CSS needs `javax` packages. Need to update CSS to resolve. |
18
+| `Mysql connector-j` | 8.4 | 9.4 | we use LTS releases of mysql and 8.4 is most recent LTS. keeping this version in step with mysql |
19
20
## EPICS
21
0 commit comments