Skip to content

Changes

Summary

  1. Centralise use of Eclipse preferences into HManager (details)
  2. org.eclipse.hawk.osgiserver: use Java 11 (details)
  3. artemis.server: move to Java 11 (details)
  4. artemis.server: use state location instead of configuration area for storage (details)
  5. users.servlet: move users.db to state location (details)
  6. service.servlet: create indexers in the state location instead of the plugin configuration area (details)
  7. server.product: artemis.server should be started before the main servlet (details)
  8. service.servlet: use state location for metamodel registration as well (details)
Commit 8be2622105e7218f367f0687c6939a2d51013604 by Antonio Garcia-Dominguez
Centralise use of Eclipse preferences into HManager
The file was modified core/plugins/org.eclipse.hawk.osgiserver/src/org/eclipse/hawk/osgiserver/HManager.java
The file was modified core/plugins/org.eclipse.hawk.osgiserver/src/org/eclipse/hawk/osgiserver/HModel.java
Commit aa785b388e8b37cdd852f1c3006991215ab34ea7 by Antonio Garcia-Dominguez
org.eclipse.hawk.osgiserver: use Java 11
The file was modified core/plugins/org.eclipse.hawk.osgiserver/.classpath
The file was modified core/plugins/org.eclipse.hawk.osgiserver/META-INF/MANIFEST.MF
The file was modified core/plugins/org.eclipse.hawk.osgiserver/.settings/org.eclipse.jdt.core.prefs
The file was addedcore/plugins/org.eclipse.hawk.osgiserver/.settings/org.eclipse.core.resources.prefs
Commit fb90589db315c22a32dbb786e315b1109f88d553 by Antonio Garcia-Dominguez
artemis.server: move to Java 11
The file was modified server/plugins/org.eclipse.hawk.service.artemis.server/META-INF/MANIFEST.MF
The file was addedserver/plugins/org.eclipse.hawk.service.artemis.server/.settings/org.eclipse.core.resources.prefs
The file was modified server/plugins/org.eclipse.hawk.service.artemis.server/.settings/org.eclipse.jdt.core.prefs
The file was modified server/plugins/org.eclipse.hawk.service.artemis.server/.classpath
Commit 59a76a05e7aeb0c88ea2d56a6d75c6c5ca9513e1 by Antonio Garcia-Dominguez
artemis.server: use state location instead of configuration area for storage
The file was addedserver/plugins/org.eclipse.hawk.service.artemis.server/src/org/eclipse/hawk/service/artemis/server/ArtemisServerPlugin.java
The file was modified server/plugins/org.eclipse.hawk.service.artemis.server/src/org/eclipse/hawk/service/artemis/server/Server.java
Commit 70aad4009b1fffaa2ba030ead4c18397f93b7264 by Antonio Garcia-Dominguez
users.servlet: move users.db to state location
The file was modified server/plugins/org.eclipse.hawk.service.server.users.servlet/src/org/eclipse/hawk/service/server/users/servlet/UsersPlugin.java
Commit 05773e6cfc38aeab1f94c93d68c15ca88d8fa88a by Antonio Garcia-Dominguez
service.servlet: create indexers in the state location instead of the plugin configuration area
The file was modified server/plugins/org.eclipse.hawk.service.servlet/src/org/eclipse/hawk/service/servlet/processors/HawkThriftIface.java
The file was modified server/plugins/org.eclipse.hawk.service.servlet/src/org/eclipse/hawk/service/servlet/Activator.java
Commit e44f2d5a732b3a7f8c1b636089c02ca9b1af6f85 by Antonio Garcia-Dominguez
server.product: artemis.server should be started before the main servlet
The file was modified server/releng/org.eclipse.hawk.service.server.product/hawk.server.nogpl.product
The file was modified server/plugins/org.eclipse.hawk.service.artemis.server/META-INF/MANIFEST.MF
The file was addedserver/releng/org.eclipse.hawk.service.server.product/plugin.xml
Commit 07e4961d6e528b4903776b8dba55f418a1791839 by Antonio Garcia-Dominguez
service.servlet: use state location for metamodel registration as well
The file was modified server/plugins/org.eclipse.hawk.service.servlet/src/org/eclipse/hawk/service/servlet/Activator.java