Paul Harrison
Paul Harrison
I have a an object that does not have any fancy BeanInfo, but does have getters and setters with dates which are not appearing. On a quick look at the...
> On 2017-04 -06, at 11:07, Mark Taylor wrote: > > Actually I'm somewhat relieved. There's nothing in the StarTable interface itself that restricts column content classes, but much of...
It is a shame I am probably one of only a few people who use the graphics library in applications. For what it's worth, the output below is the dependency...
I think that there might be a side effect that certain XML constructs like closing an empty tag with /> are not working any more - e.g. ``` ``` results...
@danielfernandez - this caught me out recently moving to Thymeleaf3, but it seems that you are right from a reading of https://dev.w3.org/html5/html-author/#index-of-elements which looks like a rather unfortunate regression in...
I too would like this feature - as although #299 did provide a way of making this apparently work in dev mode with a combination of path ignores - it...
BTW - my catalogue entries are like ``` ```
I can get a LSResourceAdapter that does what I expect by calling ``` request = resolver.getRequest(namespaceURI); ``` see https://github.com/Javastro/ivoa-schemata/blob/master/src/main/java/org/javastro/ivoa/schema/LSResourceAdapter.java for full code