Christian Kaltepoth
Christian Kaltepoth
Hey @emahaletmc , to be honest, there is no clear vision or a target for Togglz 3 at the moment. I don't find much time anymore to work on Togglz....
The simplest way to work around such issues is to configure the Servlet container to use relative instead of absolute URIs for redirects. For Apache Tomcat, you can for example...
Hey. Thanks a lot. Could you perhaps rerun this test and add `System.gc();` just before reading the free memory?!? I wonder whether the memory consumption really increases or not. Note...
Thanks a lot for sharing your results. It really looks like creating a lot of script engines are somehow causing this problem. Although I'm not sure why this is the...
Why do you think a `ThreadLocal` would be a good idea. Basically I like `ThreadLocals`, but it only works if you can gracefully clear the `ThreadLocal` or you will end...
Thanks for sharing the results of the benchmark. I agree that ThreadLocals aren't a good way to handle this scenario. As we cannot "close" script engines in a portable way,...
Unfortunately this isn't possible at the moment. The `FeatureUser` is actually always representing the **current** user. At least that was the original intent. You could work around this by implementing...
Just define the group and place them on your enum fields. The console should automatically display them correctly. You don't need any extra step to configure the console.
Oh sorry, I misunderstood your question. Currently feature groups are just used for a visual grouping in the admin console. So if you are not using the admin console, there...
If you have any idea how to improve this section of the documentation, feel free to open a pull request. The site source is freely available: https://github.com/togglz/togglz-site/blob/master/documentation/feature-groups.html.haml