Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pagehelper from 5.1.11 to 5.3.2 #60

Open
wants to merge 1 commit into
base: 3.0
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 19, 2022

Bumps pagehelper from 5.1.11 to 5.3.2.

Release notes

Sourced from pagehelper's releases.

5.3.2 - 2022-09-18

  • 使用文档更新,所有参数都包含在内,首页默认文档改为中文。
  • Add support for kingbase. by HanHuimin001
  • 增加 debug 参数,默认 false,为true时开启debug模式,开始 debug 模式后将记录调用堆栈 by huyingqian
  • Add 支持count的sql支持hint语法 by zhanliquan
  • 增加 PageProperties 接口,框架内部实例化的扩展类如果实现了这个接口,可以通过这个接口的方法获取分页插件配置。
  • 增加 CountMsIdGen 接口,可以通过 countMsIdGen 配置自定义实现类,该类用于生成查询对应COUNT查询的msId。默认实现还是使用countSuffix ,通过扩展可以实现如 selectByExample 映射到对应的 selectCountByExample 方法。
  • 增加 keepOrderBykeepSubSelectOrderBy 配置。
  • 增加 sqlParser 配置,增加 JSqlParser 接口,解决 jsqlparser 和 jdk 兼容性导致无法额外配置的问题。
  • 测试使用 logback 日志框架,去掉log4j。
  • 解决 dialectKey 为空导致NPE,fixed #656

5.3.2 - 2022-09-18

  • Use document update, all parameters are included, the default home page document changed to Chinese.
  • Add support for kingbase. by HanHuimin001
  • Add 'debug' parameter, default 'false', turn on 'debug' mode when 'true', call stack will be recorded after 'debug' mode starts. by huyingqian
  • add supports for count sql hint syntax. by zhanliquan
  • Add a PageProperties interface, which can be used by the instantiated extension class inside the framework to obtain the paging plug-in configuration.
  • To add the CountMsIdGen interface, you can configure a custom implementation class by CountMsIdGen, which is used to generate the msId for the query corresponding to the COUNT query. The default implementation is still countSuffix , with extensions like 'selectByExample' mapped to the corresponding 'selectCountByExample' method.
  • Added keepOrderBy and keepSubSelectOrderBy configurations.
  • Add the sqlParser configuration and add the JSqlParser interface to solve the problem that JSqlParser and JDK compatibility cause no additional configuration.
  • The test uses the Logback logging framework and removes log4j.
  • Resolve that 'dialectKey' is empty resulting in NPE,fixed #656

5.3.1 - 2022-06-14

  • 处理 CVE-2022-28111 漏洞,限制 order by 参数,避免 SQL 注入
  • Add support for as400. by bluezealot
  • 优化分页结果包装类的泛型参数 by 章福来
  • 规范PostgreSQL分页参数的顺序 by outian

5.3.1

  • Resolve CVE-2022-28111 vulnerability, limit the order by parameter, avoid SQL injection
  • Add support for as400. by bluezealot
  • Optimize generic parameters of Page class **by Zhang Fulai * *

... (truncated)

Commits
  • cfc4e0a 发布 5.3.2
  • 78a76af 配置文件都去掉 logImpl 配置,默认使用 slf4j
  • 2d26e32 完善 using(dbType) 测试,没有发现问题
  • 973632a 降低 logback-classic 依赖版本,高版本不支持 jdk6
  • 997320f 解决 dialectKey为空导致NPE,fixed #656
  • bf9d17d 默认文档改为中文
  • 7dd2c78 更新依赖版本,增加二维码,没捐赠真难受:broken_heart:
  • 46a4d9e 更新开源协议授权时间
  • 9a1afb4 增加 sqlParser 配置
  • 10d22fc 增加 JSqlParser 接口,解决 jsqlparser 和 jdk 兼容性导致无法额外配置的问题。
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 19, 2022
@dependabot dependabot bot force-pushed the dependabot/gradle/com.github.pagehelper-pagehelper-5.3.2 branch from 70643cd to d0de183 Compare March 4, 2023 07:38
Bumps [pagehelper](https://github.com/pagehelper/Mybatis-PageHelper) from 5.1.11 to 5.3.2.
- [Release notes](https://github.com/pagehelper/Mybatis-PageHelper/releases)
- [Commits](pagehelper/Mybatis-PageHelper@v5.1.11...v5.3.2)

---
updated-dependencies:
- dependency-name: com.github.pagehelper:pagehelper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/com.github.pagehelper-pagehelper-5.3.2 branch from d0de183 to d42146d Compare March 4, 2023 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants