Brad Hards
Brad Hards
I have proposed #874 Is there any test data? Can gpac make some?
I think that this is now fully implemented. Of course, there could be future enhancements under other tickets.
Do you have a sample image that reproduces this?
Looks like this ticket can be closed.
If there are feedback items on what is currently implemented, that would be appreciated.
> a few comments, but looks good. Would need to be rebased on top of latest master to get fresh CI. Thanks. > Do you feel like this PR could...
I'll rework this and submit as a new PR.
It's more likely related to the native environment. AFAICT, this will occur if you are on anything except x86, PPC or loongarch. Are you possibly on Arm?
There is still one part that I need to fix: https://github.com/geoserver/geoserver/pull/7154/files#diff-150ffebe59f506d34ef00088e4dbe5e57cb4372a806a40c249ce7f0b00c3aca1 I am currently thinking something like: ``` diff --git a/src/web/security/core/src/test/java/org/geoserver/security/web/AbstractSecurityNamedServicePanelTest.java b/src/web/security/core/src/test/java/org/geoserver/security/web/AbstractSecurityNamedServicePanelTest.java index e135f31965..268e9fa4cb 100644 --- a/src/web/security/core/src/test/java/org/geoserver/security/web/AbstractSecurityNamedServicePanelTest.java +++ b/src/web/security/core/src/test/java/org/geoserver/security/web/AbstractSecurityNamedServicePanelTest.java @@...
> Good idea to wait for wicket 9 as well before involving users (not sure you wanted to do that too given the PR title, but good we're moving there...