]> gerrit.simantics Code Review - simantics/platform.git/commit
Tons of dependency fixes and updates 37/3937/20
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Thu, 27 Feb 2020 11:59:15 +0000 (13:59 +0200)
committerjsimomaa <jani.simomaa@gmail.com>
Fri, 28 Feb 2020 07:45:30 +0000 (09:45 +0200)
commit15a0f229f7340ed92e9157049483ed71f54677f9
treeb04311fd6e4b106258578a329509a3b62d650aa1
parentdb1eda83343fd8d26d6d6c340e70fc0e663d8808
Tons of dependency fixes and updates

* Removed unused JARs from org.simantics.scenegraph and re-exported
  org.apache.batik from there instead of including three old batik JARs
  internally to export the batik parser.
* Replaced all dependencies on org.apache.commons.collections with
  org.apache.commons.collections4
* Removed version specifiers from all org.slf4j.api and
  org.eclipse.collections.eclipse-collections* dependencies
  to avoid the need to modify them down the road with new major releases
* Explicitly specified all Jetty dependencies to be on version 9.4.24
  in an attempt to avoid OSGi (Felix) bundle wiring performance problems
  experienced by Marko in recent developments.

gitlab #485
gitlab #486

Change-Id: Id5a3d62a007fad4a45f601b4d471f061395e556b
62 files changed:
bundles/hdf.hdf5lib/META-INF/MANIFEST.MF
bundles/org.simantics.acorn/META-INF/MANIFEST.MF
bundles/org.simantics.annotation.ui/META-INF/MANIFEST.MF
bundles/org.simantics.auditlogging/META-INF/MANIFEST.MF
bundles/org.simantics.basicexpression/META-INF/MANIFEST.MF
bundles/org.simantics.browsing.ui.swt/META-INF/MANIFEST.MF
bundles/org.simantics.databoard/META-INF/MANIFEST.MF
bundles/org.simantics.databoard/src/org/simantics/databoard/adapter/AdapterFactory.java
bundles/org.simantics.db.indexing/META-INF/MANIFEST.MF
bundles/org.simantics.db.services/META-INF/MANIFEST.MF
bundles/org.simantics.db.testing/META-INF/MANIFEST.MF
bundles/org.simantics.debug.browser/META-INF/MANIFEST.MF
bundles/org.simantics.debug.graphical/META-INF/MANIFEST.MF
bundles/org.simantics.diagram.svg/META-INF/MANIFEST.MF
bundles/org.simantics.diagram/META-INF/MANIFEST.MF
bundles/org.simantics.document.ui/META-INF/MANIFEST.MF
bundles/org.simantics.g2d/META-INF/MANIFEST.MF
bundles/org.simantics.graph.db/META-INF/MANIFEST.MF
bundles/org.simantics.graphviz/META-INF/MANIFEST.MF
bundles/org.simantics.history.rest/META-INF/MANIFEST.MF
bundles/org.simantics.jdbc/META-INF/MANIFEST.MF
bundles/org.simantics.jdbc/src/org/simantics/jdbc/variable/JDBCSessionManager.java
bundles/org.simantics.modeling/META-INF/MANIFEST.MF
bundles/org.simantics.scenegraph.swing/META-INF/MANIFEST.MF
bundles/org.simantics.scenegraph/.classpath
bundles/org.simantics.scenegraph/META-INF/MANIFEST.MF
bundles/org.simantics.scenegraph/build.properties
bundles/org.simantics.scenegraph/lib/batik-awt-util-1.8.jar [deleted file]
bundles/org.simantics.scenegraph/lib/batik-parser-1.8.jar [deleted file]
bundles/org.simantics.scenegraph/lib/batik-util-1.8.jar [deleted file]
bundles/org.simantics.scenegraph/lib/jcommon-1.0.16.jar [deleted file]
bundles/org.simantics.scenegraph/lib/jfreechart-1.0.13.jar [deleted file]
bundles/org.simantics.scl.compiler.decompiler/META-INF/MANIFEST.MF
bundles/org.simantics.scl.compiler/META-INF/MANIFEST.MF
bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/common/exceptions/InternalCompilerError.java
bundles/org.simantics.scl.db/META-INF/MANIFEST.MF
bundles/org.simantics.scl.osgi/src/org/simantics/scl/osgi/internal/OsgiJavaReferenceValidatorFactory.java
bundles/org.simantics.scl.rest/META-INF/MANIFEST.MF
bundles/org.simantics.scl.runtime/META-INF/MANIFEST.MF
bundles/org.simantics.simulation/META-INF/MANIFEST.MF
bundles/org.simantics.simulator.toolkit.db/META-INF/MANIFEST.MF
bundles/org.simantics.simulator.toolkit/META-INF/MANIFEST.MF
bundles/org.simantics.simulator/META-INF/MANIFEST.MF
bundles/org.simantics.spreadsheet.graph/META-INF/MANIFEST.MF
bundles/org.simantics.spreadsheet/META-INF/MANIFEST.MF
bundles/org.simantics.structural2/META-INF/MANIFEST.MF
bundles/org.simantics.utils.datastructures/META-INF/MANIFEST.MF
bundles/org.simantics.utils/META-INF/MANIFEST.MF
bundles/org.simantics.views.swt/META-INF/MANIFEST.MF
bundles/org.simantics.workbench/META-INF/MANIFEST.MF
features/org.jfree.feature/feature.xml
features/org.simantics.data.feature/feature.xml
features/org.simantics.history.rest.feature/feature.xml
features/org.simantics.scl.rest.feature/feature.xml
features/org.simantics.utils.feature/feature.xml
releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition.target
releng/org.simantics.sdk.build.targetdefinition/org.simantics.sdk.build.targetdefinition.tpd
tests/org.simantics.db.tests/launch/RegressionTestsPlugin.launch
tests/org.simantics.db.tests/launch/RegressionTestsPlugin2.launch
tests/org.simantics.db.tests/launch/RegressionTestsPlugin64.launch
tests/org.simantics.db.tests/launch/TempTestsPlugin.launch
tests/org.simantics.scl.compiler.tests/META-INF/MANIFEST.MF