Zac Spitzer

Results 178 issues of Zac Spitzer

the experimental Lucee sizeOf() function has problems with larger application scopes and times out ` at [email protected]/java.io.ObjectOutputStream$HandleTable.lookup(ObjectOutputStream.java:2300) at [email protected]/java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1117) at [email protected]/java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:349) at lucee.commons.collection.concurrent.ConcurrentHashMapNullSupport.writeObject(ConcurrentHashMapNullSupport.java:1308) at jdk.internal.reflect.GeneratedMethodAccessor45.invoke(Unknown Source) at [email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)...

bug

https://luceeserver.atlassian.net/browse/LD-162

docs-builder

alas, the markdown syntax conflicts with tag island syntax, use \`\`\` in code samples also updated the regex for matching trycf code blocks - convert all line endings to unix,...

Lucee supports tag islands in cfml so you can switch between script and tags, for code which isn't supported yet, this could be a great workaround

tag based cf supports multiple delimiters, script requires a separate case statement for each value https://trycf.com/gist/7dbd3abca9e8cc10fd427e2ac13b1df3/lucee5?theme=monokai ``` it's a positive value a zero don't know switch (3) { case "1,2,3":...

there's a maven plugin which adds OSGI metadata because it's missing, there are quite a few projects which wrap the library to add headers, this causes security scanners to miss...

enhancement
good first issue

awesome project! I noticed you have included the fat jar (i.e with all the extensions bundled), i I don't know if you need all the extensions for this to work,...

https://luceeserver.atlassian.net/browse/LDEV-4773

enhancement

https://luceeserver.atlassian.net/browse/LDEV-3317 replaces https://github.com/lucee/Lucee/pull/1211 which had a messy rebase

enhancement
testcase