Moritz Bechler

Results 4 issues of Moritz Bechler

com.unboundid.ldap.sdk 4.0.0 has ```Bundle-RequiredExecutionEnvironment: J2SE-1.7``` starting with Java 6 these are named JavaSE- not J2SE- so this should be ```Bundle-RequiredExecutionEnvironment: JavaSE-1.7``` Breaks build with some tools, most notably tycho.

- Export "internal" impl packages, needed for serialization - Make default ExpressionFactory instantiation work in OSGI: - Try both TCCL and API bundle classloader (before: try only TCCL if available)...

Judging from the PRs there is already movement away from using nashorn. Adding one more argument, you may want to have a look at https://github.com/javadelight/delight-nashorn-sandbox/issues/73

splitDateTime uses the format from the effective timeSettings. When called by parseDateTimeInternal/parseDateTime this is not necessarily the same as the timeFormat passed via the argument (so one must actually pass...