RELEASE @W-22462053@ Conducting v5.16.0 release - #2085
Merged
Conversation
Main2Dev @W-22462048@ Merging main to dev after v5.15.0
Co-authored-by: Nikhil Mittal <nik.mittal165@gmail.com>
Contributor
Author
|
|
Resolve conflict in .github/workflows/validate-pr.yml by taking main's complete W-19079373 PR-title-injection fix (defines HEAD_REF/head_ref, referenced later in the script).
aruntyagiTutu
approved these changes
Aug 25, 2026
aruntyagiTutu
left a comment
Contributor
There was a problem hiding this comment.
Reviewed the full diff. Version bumps match the stated core package table (apexguru-engine 0.43.0, core 0.53.0, engine-api 0.42.0, etc.), and the accompanying code changes are consistent, necessary adaptations to consume those newly-released packages:
- Registers the new
uibundleengine inEnginePluginsFactory(test updated to expect 8 plugins). - Adds a terminal summary line for ApexGuru's
analysisModeinsight via the already-releasedgetEngineInsights()API (confirmed this API exists oncode-analyzer-core'sdev/0.53.0). - Removes
RunAction's upfrontOrg.create()validation, now that ApexGuru itself handles a bad/unauthenticated--target-orggracefully (per the added test comment) — tests updated accordingly, including negative cases (no analysis-mode line when ApexGuru didn't run or reported no mode). - New
StubApexGuruEnginetest stub is scoped appropriately and only used in the new tests.
CI is green. Noting the PR is explicitly flagged 'DO NOT MERGE YET' pending remaining release steps — approving the content as reviewed, actual merge timing is up to the release process.
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.
Release Summary
Conducting monthly release for Code Analyzer CLI v5.16.0.
Release Branch
Pre-Merge Checklist
Core Package Dependencies
This release uses the following core package versions:
Changes Included
This release includes: