feilong

Results 149 issues of feilong

`MessageResource` not support `help_message_en_GB.properties` pattern I found that , in https://github.com/asual/summer/blob/8635d0799db7588c7ebf7e989a11e99294951b83/modules/core/src/main/java/com/asual/summer/core/resource/MessageResource.java use `(_\\w+){0,3}\\.(properties|xml)` regex to replace file name when file is `help_message_en_GB.properties`,result is `help`

## 1. 背景 bean ```JAVA import com.alibaba.fastjson.annotation.JSONField; import lombok.Data; @Data public class RadiosConfig{ /** * 电台类型:1-国家台,2-省市台,3-网络台 */ @JSONField(name = "radio_type") private Byte radioType; } ``` json 字符串 和单元测试 ```JAVA import...

![image](https://user-images.githubusercontent.com/3479472/71138697-42629200-2247-11ea-8d34-6b624a1c5daf.png)

![image](https://user-images.githubusercontent.com/3479472/186571931-8e8b512f-21d2-4711-9774-49c51d3c3c7d.png)

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] ```JAVA if (userInfo.getLogoPic() !=...

httpclient 支持retry功能

enhancement
feilong-net

新建 每10天 一个批次 (默认 天分隔) 的方法 ```JAVA /** * 等feilong 新版本来了, 这里可以删除 * * 单独成一个类, 方便单元测试. * * @author feilong * @since 2.0.3 */ public class SaasDateUtil{ /** The Constant...

TagCacheManager 借鉴或者使用 guava 实现

提供一个多语言 checkbox 功能 参见 https://github.com/venusdrogon/feilong-taglib/wiki/feilongDisplay-option