David M. Lloyd

Results 306 comments of David M. Lloyd

@jake-at-work commented It looks like this class should be in a `idk.naming.rmi` module based on the source location https://github.com/openjdk/jdk9u/blob/master/jdk/src/jdk.naming.rmi/share/classes/com/sun/jndi/url/rmi/rmiURLContextFactory.java.

@bstansberry commented Perhaps part of what's confusing and needs documenting is that these path patterns seem to **only** apply to directories, not individual resources. So the rules/examples in https://ant.apache.org/manual/dirtasks.html#patterns, which...

> @dmlloyd > > I've now started to look into this and pushed some initial implementation that includes: > > * Builder class generation > * Simple leaf types and...

Seems OK. Don't forget to JavaDoc the rest of the API.

The type is `Secret` but it's really a text password. Credentials however can be a variety of things - `Key` and its subclasses for example. Also we have a `Password`...

At a high level, yes; but why does the config mapper need special support for it? Will it not work just using converters?