-
Hi,
I invoke Methref like shown in the doc, usually, it works.
But it doesn't work on a class that use some code on an interface with a default method (Java 8). Jodd doesn't seem to support it :
``…
-
It's very difficult to understand how to configure `SmtpSslServer` in order to use `STARTTLS`.
I managed to find a way by setting the following property **`mail.smtp.socketFactory.class`** to empty s…
-
The generated pom for BOM doesn't have `dependencyManagement` and `dependencies` descriptor.
``` xml
4.0.0
org.jodd
jodd-bom
3.6.3
jodd-bom
Jodd (Bill of Materials)
http://jodd.org
…
-
When a single properties map contains multiple "sections", for example a `http` section
```
http.port=10101
http.address=localhost
http.pool=30
```
it would be handy to be able to populate a bean wi…
-
Take the test case from #191 and put the classes in the default package instead of `foo`.
The following exception will happen:
```
Exception in thread "main" java.lang.StringIndexOutOfBoundsExcepti…
-
```
Which version of OpenMeetings are you running?
0.8rc3
What's your operating system on client and server side?
Debin 2.6. (Server), Windows Vista, Ubuntu ( client Firefox, IExplorer )
Is it a p…
-
I'm running a server locally on `localhost:3000`, which returns on a certain path a relative redirect `Location: /mypath`. The `HttpBrowser` tries to follow this redirect, however the next by `HttpBro…
-
Hello.
I'm getting:
``` java
javax.net.ssl.SSLException: Received fatal alert: bad_record_mac
```
when connection to url:
```
https://www.siodemka.com/monitoring-przesylek
```
It seems like a know…
-
When there is a method in the proxies interface:
```
Bar getFoo();
```
And Bar is a concrete class, there will be an exception (see below). Removing the generic fixes the issue. See below for th…
-
I have a pojo:with property:
@DbColumn(sqlType=TimestampSqlType.class)
private Date startTime;
then I want to populate value from jsp:(entity is the output parameter)
<input type="text" name="…