Skip to content
Martin Goellnitz edited this page Jul 7, 2019 · 1 revision

Issues resolved in 1.2

617413 Update to new Enhancer Interface in Hibernate 5.2.6 (resolved)

1.2

Priority: High

Description

Hibernate 5.2.6 eliminates the old access to the enhancement class fixed to a javassist based backend. We now face the job to go over to a generic approach which might use javassist or bytebuddy as a backend.

The default now should be bytebuddy.

The instanciation of the classes implementing the stuff which now is just interfaces is pretty unclear. The was no documentation of the really major change found so far.

Martin Goellnitz / Fri, 13 Jan 2017 02:51:17 555e1f5463e8f46dc03b487f216dbcdc77f674e3

refs #617413 update to hibernate 5.2.6 bytebuddy enhancer completed

Martin Goellnitz / Sat, 14 Jan 2017 14:46:02 27dfcdf355db8d36bdf97918711d24b4b06ef509

refs #617413 reduce wordiness of new hibernate enhancer part

605642 Update web.xml et al to servlet 3.0 (Resolved)

1.2

Priority: High

Description

The web.xml still reference servlet 2.5 values and some other files may do so also.

585229 Make allowedUsers dynamically extendable (Resolved)

1.2

Priority: Low

Description

All users from the users.properties should be added to the allowedUsers set.

584617 Dynamic Model Extension for Morphia (Resolved)

1.2

Priority: Low

Description

Like DataNucleus JDO with its ClassRepositoryEnhancer morphia can be extended with dynamic means to extend the set of model classes at runtime.

573611 Update artifactory gradle modules (resolved)

1.2

Priority: Normal

Description

The latest version is 4.4.0 which is not plug in compatible with the old 3.x stuff and breaks the build. We don't right now know any way to resolve this.

Martin Goellnitz / Mon, 25 Feb 2019 13:37:49 4ee3884f0eb136ca4430dd622d1443e71e88599b

refs #573611 recent versions don't have the mentioned problem anymore

564938 Generic type safe query objects (Resolved)

1.2

Priority: Normal

Description

Many of the supporrted storage APIs cannot rely on query-strings (anymore) to use the full neede selection functionality. We need to change the tangram APIs with breaking changes to support typed query objects, if it is possible at all.

551877 Support strange numbering scheme in CodeMirror patchlevels (Resolved)

1.2

Priority: Low

Description

CodeMirror uses e.g. 5.14 for releases and subsequently 5.14.2 for patchlevels. So the 5.14.0 is missing - but not in all places. In some areas the .0 has to be appended, while the .2 always has to be appended.

550773 Fix queries for morphia (Resolved)

1.2

Priority: High

Description

Morphia doesn't support queries of any kind so far since it is missing a query language which the tangram API relies on.

436702 Generic JSON Output (Resolved)

1.2

Priority: Normal

Description

We want to support the most common JSON libraries and representations with generic templatates which output JSON.

1 Create enhanced hibernate lib again (resolved)

1.2

Priority: High

Description

The hibernate enhanced jar doesn't contain any class files in the latest builds.

2 Gradle JVM-Language specific paths (resolved)

1.2

Priority: Normal

Description

Gradle will remove the feature to collect class files in one classes directory. Instead it will separate classes depending on the JVM language in use. Thus any generic reference to classes for the ORMs in the Tangram Plugin will fail.

So far tangram is not even compilable with Gradle 4.0.

4 Remove versionseye from the build (resolved)

1.2

Priority: High

Description

The versioneye service ceased to exist so the references to this service need to be removed from the workspace.

Martin Goellnitz / Sat, 16 Feb 2019 12:21:42 bfe9c63cf38782bfa711bb50a3ef7a7806118c50

refs #4 remove versioneye references

Martin Goellnitz / Sat, 16 Feb 2019 13:22:23 79bbad9b5e2c27f17c717270733b9014720854e4

refs #4 remove versioneye references

Martin Goellnitz / Mon, 25 Feb 2019 00:08:42 85b04102660a874990e2dcd4ec34a3cfc51da015

refs #4 remove yet another versioneye reference

5 Allow for One-Character class names in default link handler (resolved)

1.2

Priority: Low

Description

Even though a rare case it was not intended for require class names with more than one character in the name. Also viewnames should start with a lowercase letter since they resemble viewing methods.

Martin Goellnitz / Tue, 19 Feb 2019 18:19:16 834ea651b959092bb0accf7669b39ab13bad9a94

refs #5 modify URI patterns to react on in default handler

6 Allow for template to return SVG (resolved)

1.2

Priority: Low

Description

In rare cases templates need to create SVG which needs to be implemented in the framework.

Martin Goellnitz / Tue, 19 Feb 2019 18:29:05 4ee81c8fb3f4a14992e7fbc47cf91eefa017ee72

refs #6 add svg support in three places - hopefully nothing is missing

Martin Goellnitz / Tue, 19 Feb 2019 23:13:23 afc0eb728e42cbe954fcb2044647da6cf1ccd1b1

refs #6 fix svg template support

Martin Goellnitz / Tue, 19 Feb 2019 18:29:05 4269b33cdf763cfd1111d0b33d6ae82004b39cf6

refs #6 add svg support in three places - hopefully nothing is missing

Martin Goellnitz / Tue, 19 Feb 2019 23:13:23 03b7b263f4d43e304616d00e4d3eea6e4e02d306

refs #6 fix svg template support
Clone this wiki locally