Skip to content

update master#430

Merged
Sunagatov merged 7 commits intomasterfrom
development
Mar 4, 2026
Merged

update master#430
Sunagatov merged 7 commits intomasterfrom
development

Conversation

@Sunagatov
Copy link
Owner

No description provided.

dependabot bot and others added 7 commits March 3, 2026 23:07
Bumps `langchain4j.version` from 1.0.0 to 1.11.0.

Updates `dev.langchain4j:langchain4j` from 1.0.0 to 1.11.0
- [Release notes](https://github.com/langchain4j/langchain4j/releases)
- [Commits](langchain4j/langchain4j@1.0.0...1.11.0)

Updates `dev.langchain4j:langchain4j-open-ai` from 1.0.0 to 1.11.0
- [Release notes](https://github.com/langchain4j/langchain4j/releases)
- [Commits](langchain4j/langchain4j@1.0.0...1.11.0)

---
updated-dependencies:
- dependency-name: dev.langchain4j:langchain4j
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: dev.langchain4j:langchain4j-open-ai
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.28.0 to 0.34.2.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.28.0...0.34.2)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-version: 0.34.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…ersion-1.11.0

chore(deps): bump langchain4j.version from 1.0.0 to 1.11.0
…security/trivy-action-0.34.2

chore(deps): bump aquasecurity/trivy-action from 0.28.0 to 0.34.2
…statement collision on Render

ALTER TABLE with DROP/ADD CONSTRAINT cannot run inside a Liquibase-managed
transaction on PostgreSQL. When the changeset fails mid-way and Liquibase
attempts rollback, the connection pool retains a stale prepared statement
(S_5), causing 'prepared statement already exists' on the next deploy.

Adding --liquibase formatted sql header with runInTransaction:false tells
Liquibase to execute this DDL outside a transaction, matching PostgreSQL's
DDL semantics and eliminating the rollback collision.
…tructure code

- Remove AI moderation (LangChain4j): AiModerationService, LangChain4jModerationService, ModerationAiService, InappropriateContentException
- Remove audit package: AuditAspect, AuditLog, AuditLogRepository, AuditOperation, AuditService, Auditable
- Remove CorrelationContext, ErrorDebugMessageCreator, PatternReplacer
- Simplify IcedLatteApplication: remove manual @SpringBootApplication exclusions
- Clean up pom.xml: remove unused dependency declarations and version properties
- Simplify exception handlers, TokenGenerator, AbstractEmailSender, PutUsersRequestValidator
- Remove tests for deleted classes
@Sunagatov Sunagatov merged commit 12e2160 into master Mar 4, 2026
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant