Great, thanks JB! This doesn't seem to be related to FELIX-5838 and FELIX-5839 which relate to the main changes in Felix Utils since the last release, so I guess there's no JIRA for it yet.
Best regards, David On 1 May 2018 at 21:22, Jean-Baptiste Onofré <[email protected]> wrote: > Hi David, > > I gonna take a look. Do we have a Jira about that already ? > > Thanks ! > Regards > JB > > > On 01/05/2018 21:38, David Bosschaert wrote: > >> While preparing Felix Utils for the release the release:prepare process >> failed because some of the JavaDoc is missing. I was able to fix some of >> it >> up but wasn't really sure about these ones below. @gnodet/@jbonofre since >> you are marked as authors of the Properties class you might have an idea? >> >> [INFO] [ERROR] >> /Users/David/checkouts/felix/utils/src/main/java/org/apache/ >> felix/utils/properties/Properties.java:458: >> warning: no @param for maybeTyped >> [INFO] [ERROR] protected void loadLayout(Reader in, boolean maybeTyped) >> throws IOException >> [INFO] [ERROR] ^ >> [INFO] [ERROR] >> /Users/David/checkouts/felix/utils/src/main/java/org/apache/ >> felix/utils/properties/Properties.java:511: >> warning: no @param for typed >> [INFO] [ERROR] protected void saveLayout(Writer out, boolean typed) throws >> IOException >> [INFO] [ERROR] ^ >> [INFO] [ERROR] >> /Users/David/checkouts/felix/utils/src/main/java/org/apache/ >> felix/utils/properties/Properties.java:876: >> warning: no @param for maybeTyped >> [INFO] [ERROR] public PropertiesReader(Reader reader, boolean maybeTyped) >> [INFO] [ERROR] ^ >> [INFO] [ERROR] >> /Users/David/checkouts/felix/utils/src/main/java/org/apache/ >> felix/utils/properties/Properties.java:1167: >> warning: no @param for typed >> [INFO] [ERROR] public PropertiesWriter(Writer writer, boolean typed) >> [INFO] [ERROR] ^ >> >> Best regards, >> >> David >> >> On 30 April 2018 at 14:15, David Bosschaert <[email protected]> >> wrote: >> >> Hi all, >>> >>> Quite a bit of work went into the Felix Utils component recently. I would >>> like to start releasing Felix Utils 1.11.0 soon. >>> >>> If anyone would like to add anything into this release please speak up. >>> Otherwise I'll start preparing the release on Wednesday morning May 2nd. >>> >>> Best regards, >>> >>> David >>> >>> >>
