trydofor
trydofor
``` # uname -r 5.0.0-23-generic # lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.2 LTS Release: 18.04 Codename: bionic ``` ``` # mkchromecast --video -i...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Have you updated Vue FilePond, FilePond, and all plugins? - [X] I have...
``` java val record = dsl.newRecord(table, pojo); // record is id=123 and other 8 fileds val fields = table.fields(); val values = record.intoArray() // but values is Object[1]{123} // only...
声明中仅支持`FIELD`,希望增加`METHOD`,最好和`@Autowired`一样,支持更多。 如同时支持 `CONSTRUCTOR`, `METHOD`, `PARAMETER`, `FIELD` ```java @Target({FIELD, ANNOTATION_TYPE}) public @interface RpcReference { String microserviceName(); String schemaId() default ""; } ``` 理由如下: * 在实践中,推荐以setter注入取代field注入。 * 同时IDEA提示 Private field 'xxx' is...
## Is your feature request related to a problem? Please describe. 目前稳定在boot=2.6的jooq=3.14。像2.7滚动,兼容3.16 ## Describe the solution you'd like 在wings2.6版本,首先升级jooq到3.16 ## Additional context 目前已知不兼容内容包括, - [ ] org.jooq.Condition 不兼容 - [...
## Is your feature request related to a problem? Please describe. 在boot 2.7中,开始支持了Cache2k,有可能会作为MemoryCache的方案 ## Describe the solution you'd like 当前Slardar中使用Caffeine作为MemoryCache,有可能在2.6中使用Cache2k ## Additional context - [ ] Caffeine工具类移除或更名
## Is your feature request related to a problem? Please describe. 可插拔的微型批处理模块,应用场景为10秒结束的异步任务,如消息通知,邮件等 ## Describe the solution you'd like 基于spring @Schedule,Event,缓存和数据库,最小化实现。 * 单一优先任务队列,可直接插入或Db加载 * 非强事务,允许丢失,重试 * 调度周期内最多成功一次 * 自动清理过期任务,保留n-days记录 ## Describe...
**Describe the bug** * java openjdk 11.0.2 - 17.0.6 * spring boot 2.6.6 - 3.0.2 * hazelcast IMDG 4.2.4 - 5.1.5 ```log Caused by: java.lang.IllegalArgumentException: name at java.base/jdk.internal.loader.URLClassPath$Loader.findResource(URLClassPath.java:600) ~[na:na] at...
flywave的commitId体系并非为了记录为用户显示的变更日志。 需要通过pojo或update语句,自动差分出变更字段 数据结构为json二维数组:`Tuple3[]` Tuple3=`[filed:string, oldvs:string|number, newvs:string|number]`
Wings system can be associated with the login, similar to the SSO. * Ensure the independence of Wings account privilege system * Convenient SSO login * token recovery and kicking...