-
In the project I am contributing to, we need to evaluate conditional comment expression depending on browser version. Say, if we assume that current browser version is `MSIE 9.0` then all expression s…
-
how can pagination the mails in Jodd Mail? java pop2/imap fetch mails is so slow?
-
It seems that ArraysUtil.join() does no act as expected.
Code here:
```
List<Object[]> list = ....; // Object[] contains just Strings
for (Object[] objects : list) {
System.out.pri…
-
there is an absolute path:
/sys/user/${id}
I want to use relative path to define ,as you said '...@Action define absolute action path. This is not required...'
@Action("${id}")
public String view(…
-
when I update to 3.5.0 and restart the app based on 3.4.10, error happened:
java.lang.ClassNotFoundException: jodd.servlet.HttpSessionListenerBroadcaster
I'v noticed that the class is removed , i wa…
-
I clone the newest code and run:
gradlew build
.............OK
gradlew release
.............Failed:
jodd.db.oom.DbSuite > jodd.db.oom.LiveDatabaseTest.testLiveDb FAILED
jodd.db.DbSqlException a…
-
Hello, jodder, i'm a fan of jodd.
I'd like to report that http://joddframework.org/ website have something wrong.
"Packed in only 1 Mb. Super easy to use."
I see this, but when I gonna download it, I …
ghost updated
10 years ago
-
## when I run `gradlew build` in windows dos prompt, test fail, please check it:
:jodd-mail:test
test testLoadedModules(jodd.JoddMailTest)
test testOr2(jodd.mail.EmailFilterTest)
…
-
jodd.joy.page.DbPager line 107:
``` java
protected String removeToFrom(String sql) {
int ndx = StringUtil.indexOfIgnoreCase(sql, "from");
if (ndx != -1) {
sql = sql.…
-
1.public E increaseProperty(E entity, String name,Number delta) {
}
2.public E decreaseProperty(E entity, String name,Number delta) {
}