Skip to content

Bump solon.version from 3.2.0 to 3.3.2 #3590

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

Bumps solon.version from 3.2.0 to 3.3.2.
Updates org.noear:solon-parent from 3.2.0 to 3.3.2

Release notes

Sourced from org.noear:solon-parent's releases.

Java Solon v3.3.2

  • 强化 solon-flow-designer 设计器
  • 强化 solon-ai-flow 插件
  • 添加 solon StatusException 状态码表
  • 添加 solon AppContext::getBeansMapOfType(TypeReference) 泛型获取方法
  • 添加 solon AppContext::getBeansOfType(TypeReference) 泛型获取方法
  • 添加 solon AppContext::getBean(TypeReference) 泛型获取方法
  • 添加 solon AppContext::getBean(ParameterizedType) 泛型获取方法
  • 添加 solon Context:status(code, message) 方法
  • 添加 solon-mvc @​Path.required 注解属性支持
  • 添加 solon-net-httputils TextStreamUtil:parseLineStream,parseSseStream->Publisher 方法
  • 添加 solon-net-httputils curl 打印支持
  • 添加 solon-flow FlowContext:runScript 替代 run(旧名,标为弃用)
  • 添加 solon-flow FlowContext:runTask(node, description)方法
  • 添加 solon-flow link 支持 when 统一条件(替代 condition)
  • 添加 solon-flow activity 多分支流出时支持(逻辑与排他网关相同)
  • 添加 solon-flow Counter:incr(key, delta) 方法
  • 添加 solon-ai-core ChatInterceptor 聊天拦截机制
  • 添加 solon-ai-core ChatMessage:ofUserAugment 替代 augment(后者标为弃用)
  • 添加 solon-ai-core ProxyDesc 的 Serializable 接口实现
  • 添加 solon-ai-core ChatOptions:response_format 方法
  • 添加 solon-ai-core AssistantMessage:getSearchResultsRaw 方法
  • 添加 solon-ai-mcp McpServerEndpointProvider:getMessageEndpoint 方法
  • 添加 solon-ai-mcp McpServerParameters http 参数支持
  • 添加 solon-ai-mcp McpClientProvider 本地缓存支持(默认 30秒)
  • 添加 solon-ai-mcp 原语处理异常日志
  • 优化 solon 属性默认值处理策略
  • 优化 solon BeanWrap 泛型匹配
  • 优化 solon-mvc mProduces 设定调到 invoke 之前(执行中产生输出,也可以产生效果)
  • 优化 solon-proxy ClassCodeBuilder v23 改为 v24
  • 优化 solon-hotplug PluginClassLoader 的代理兼容性
  • 优化 solon-web-sse SseRender:render 对 null 的过滤
  • 优化 solon-flow-luffy JtExecutorAdapter 的几个拼写错误
  • 优化 solon-net-httputils HttpUtilsBuilder:build 路径合并处理
  • 优化 nami 内部路径合并处理
  • 优化 solon-ai-core ChatConfig.toString (增加 proxy)
  • 优化 solon-ai-core Tool:outputSchema 改为必出
  • 优化 solon-ai-core 添加 ToolCallException 异常类型,用于 tool call 异常传递(之前为 ChatException)
  • 优化 solon-ai OpenaiChatDialect 方言,tool 消息也附带所有的 tools 元信息(之前被过滤了)
  • 优化 solon-ai-mcp McpServerContext 同步连接时的请求参数,方便在 Tool 方法里获取
  • 优化 solon-ai-mcp McpProviders 在 sse 时,支持 env 也作为 header 处理(有些服务方的配置,是用 env 的)
  • 优化 solon-ai-mcp 取消 RefererFunctionTool(由 FunctionToolDesc 替代)
  • 优化 solon-ai-mcp 基于 McpServerParameters 的构建能力
  • 调整 solon-flow 取消 type: "@Com" 的快捷配置模式(示例调整)
  • 修复 nami 使用 @​Body 注解时会出现 npe 问题
  • sa-token 升为 1.44.0
  • wood 升为 1.3.19

Java Solon v3.3.1

... (truncated)

Commits
  • 588a7a5 3.3.2
  • 5017991 wood 升为 1.3.19
  • 720d533 UPDATE
  • 88dedfe 调整 solon-net-httputils 取消 202 重试处理
  • de4ed27 UPDATE_LOG.md
  • 9b5fed2 sa-token 升为 1.44.0
  • 002fd72 UPDATE
  • 82d8e9d 优化 solon-net-httputils HttpUtilsBuilder:build 路径合并处理
  • c8bf626 添加 solon-net-httputils curl 打印支持
  • 2bf0615 优化 solon-mvc mProduces 设定调到 invoke 之前(执行中产生输出,也可以产生效果)
  • Additional commits viewable in compare view

Updates org.noear:solon-logging-simple from 3.2.0 to 3.3.2

Updates org.noear:solon-test from 3.2.0 to 3.3.2

Updates org.noear:solon-maven-plugin from 3.2.0 to 3.3.2

Updates org.noear:solon-serialization from 3.2.0 to 3.3.2

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps `solon.version` from 3.2.0 to 3.3.2.

Updates `org.noear:solon-parent` from 3.2.0 to 3.3.2
- [Release notes](https://github.com/noear/solon/releases)
- [Commits](opensolon/solon@v3.2.0...v3.3.2)

Updates `org.noear:solon-logging-simple` from 3.2.0 to 3.3.2

Updates `org.noear:solon-test` from 3.2.0 to 3.3.2

Updates `org.noear:solon-maven-plugin` from 3.2.0 to 3.3.2

Updates `org.noear:solon-serialization` from 3.2.0 to 3.3.2

---
updated-dependencies:
- dependency-name: org.noear:solon-parent
  dependency-version: 3.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.noear:solon-logging-simple
  dependency-version: 3.3.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.noear:solon-test
  dependency-version: 3.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.noear:solon-maven-plugin
  dependency-version: 3.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.noear:solon-serialization
  dependency-version: 3.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 16, 2025
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 java Pull requests that update java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants