model-view-builder icon indicating copy to clipboard operation
model-view-builder copied to clipboard

Results 9 model-view-builder issues
Sort by recently updated
recently updated
newest added

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10.8 to 2.12.6.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.10.8&new-version=2.12.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

1.1.3版本 modelBuilder.buildValueTo(A.class, xxx.getByIds, A.class); 构建时正常 modelBuilder.lazyBuild(A.class, xxx.getByIds, A.class); 构建时栈溢出 是使用姿势不对吗

Bumps logback-classic from 1.1.8 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.1.8&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps [guava](https://github.com/google/guava) from 28.1-jre to 29.0-jre. Release notes Sourced from guava's releases. 29.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>29.0-jre</version> <!-- or, for Android: --> <version>29.0-android</version> </dependency> Javadoc 29.0-jre 29.0-android JDiff 29.0-jre...

dependencies

BuildContext buildContext = new BuildContext(); 应为 BuildContext buildContext = new SimpleBuildContext(); 高级技巧中: public class MyBuildContext extends BuildContext 应是 public class MyBuildContext extends SimpleBuildContext

https://github.com/qiaohui/credit-card 2017-11-09-17:58:03.810 INFO [restartedMain]-com.pay.card.utils.ApiHelper:67>>register view [CreditBankView] for model [CreditBank] with buildContext. 启动时,model view 会有 register。 但是 api 调用时会找不到 view: >cannot found model's view:class com.pay.card.model.CreditBank 2017-11-09-17:58:17.013 ERROR [http-nio-8080-exec-1]-org.apache.juli.logging.DirectJDKLog:181>>Servlet.service() for servlet [dispatcherServlet]...

_`可以把所有的构建依赖都声明到一个ModelBuilder里,然后工程全局使用这唯一一个ModelBuilder`_ 天船: 最近一个服务端系统,想到使用你的这个model-view-builder构建工具包,但我们的系统要求,多台服务器为分布式的,但是ModelBuilder只能作为一个单点共享,那么是否可以把ModelBuilder扔到系统外部缓存中?如何改造,请指点一下,谢谢!

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.1.8 to 1.2.13. Commits 2648b9e prepare release 1.2.13 bb09515 fix CVE-2023-6378 4573294 start work on 1.2.13-SNAPSHOT a388193 Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x de44dc4 prepare release...

dependencies

Hi `PhantomThief/model-view-builder`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...