Michael Anstis

Results 17 comments of Michael Anstis

Hi @SlyngDK > not formatted pretty as expected "pretty print" is only supported for JSON > the testing not check the pretty formatting is done The tests do check the...

As an example. **_Test (the most complex in the suite)_** `assertEquals(format("{\"key\":{\"field1\":\"field1\",\"field2\":2389472389}}"), run("key", new TestPojo()));` `KeyValueStructuredArgumentJsonbTest.testKeyValues()` returns: ``` {"key":{"field1":"field1","field2":2389472389}} ``` `PrettyPrintingJsonProviderJsonbTest.testKeyValues()` returns: ``` { "key": { "field1": "field1", "field2": 2389472389 }...

Closing. It seems this will never be merged.

I have to ask as it keeps eating away at me: - Are there any plans for this (or follow up work) to provide a "Plugin registry" that can be...

This type of construct works for me ```xml ```

Persistent, user defined variable configuration should be stored in system.git using the ConfigurationService. This doesn't rule out use of web.xml for more static configurations.. but no properties files. On 11...

Nobody is doing any UI for it at the moment. On 11 June 2013 21:18, Salaboy [email protected] wrote: > Definitely @manstis https://github.com/manstis is there anyone in > charge of creating...