Mark Hoffmann

Results 22 issues of Mark Hoffmann

With Maven workspaces the export doesnt work in den bndrun editor

I would suggest to upgrade the JPA Service specification to Jakarta namespace and latest JPA version 3.1 The move from 2.x to 3.0 contained just the namespace change from javax...

specification

The imports of the org.osgi.service.servlet API are restricted to: jakarta.servlet;version="[5.0,6)", jakarta.servlet.http;version="[5.0,6)" We should prepare the API for Servlet 6

As the REST resources are configurable with extension in the specification on the server side, it would be great to have a similar mechanism, that makes the client configurable. In...

design

- Updated Junit Jupiter to work with Eclipse 09-23 IDE - use bnd 7.0.0 to build

There two require bundle directives: org.eclipse.xtext.xbase.lib;visibility:=reexport, org.eclipse.emf.ecore.xcore.lib;visibility:=reexport They doesnt seem to have any use in the API.

The current code if (!reference.isTransient() && eObject.eIsSet(reference)) buildReference(eObject, dbObject, reference); doesnt take care about bi-directional references. This causes errors when you use EOpposites. This code fixes the problem if (!reference.isTransient()...

In case you have an URI with a fragment, the fragment needs to be trimmed too in MongoUriHandlerImpl#getCollection (line 136) to find the database provider in the mongoDatabaseProvider map.

The MongoInputStream#read() returns '0' which causes an infiity loop when EMF Edit Framework makes a HEAD request. returning -1 solves the problem

- deactivate extension point - mark Handler as deprecated