Merged
Conversation
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.