-
Following documentation example properties.
``` properties
root=/app
root=/foo
data.path=${root}/data
```
Resolving macros using active profiles works as expected when calling `setActiveProfile()` a…
-
http://www.quartz-scheduler.org/
when I implement org.quartz.Job, I want to use jodd Petite (DailyJob included in `app-scan.includedJars` ):
@PetiteBean
public class DailyJob implements Job {
…
-
Hi there, I have multi-module project. Each modules test is covered by JaCoCo, but I am still using an ant task, since gradle plugin is not doing all for me. Anyway, each module creates a 'exec' binar…
-
after upgrading to the latest resource (for 3.6-RC2-SNAPSHOT) with gradlew release command. with fail stack trace with the file as follows
![image](https://cloud.githubusercontent.com/assets/749788/3…
-
Hi,oblac, would you mind leaving some message for the next version of jodd releasing date ? since jodd keeps the pace for releasing new edition every month. but since 3.5.2 there's nearly 2 moths not …
-
Hi, igor,
I saw https://github.com/oblac/jodd/blob/master/jodd-madvoc/src/main/java/jodd/madvoc/component/MadvocController.java#L208
if `Class#getAnnotation(..)` make a difference to performance? Si…
zqq90 updated
10 years ago
-
Hi,
I'm using jodd http from gradle to download various resources. Unfortunately I'm running into an issue using either HttpRequest or HttpBrowser when trying to retrieve http://dl.bintray.com/groovy…
-
Just a reminder to remove [this](https://github.com/excilys/gatling/blob/master/gatling-http/src/main/scala/io/gatling/http/fetch/HtmlParser.scala#L80) once [this PR](https://github.com/oblac/jodd/pul…
-
When I upload photo (jpg) from Android phone,what the mime type jodd.upload.FileUpload probe is `application/octet-stream`, (when upload on the computer. it is correct, )
Maybe I have to do more p…
-
Code :
@Action
public RawDownload execute() {
if(file == null || !file.exists()){
return "none:";// FIXME: How to return No results ('none')?
}
return…