Skip to content

Normalize generated Java source file modes to 100644#840

Merged
tejaskochar-db merged 1 commit into
mainfrom
normalize-java-source-file-modes
Jun 30, 2026
Merged

Normalize generated Java source file modes to 100644#840
tejaskochar-db merged 1 commit into
mainfrom
normalize-java-source-file-modes

Conversation

@tejaskochar-db

@tejaskochar-db tejaskochar-db commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

Summary

Normalize the file mode of the generated Java source from 100755 (executable) to 100644 (regular). This is a mode-only change: git show --stat reports 3876 files changed, 0 insertions, 0 deletions.

Why

The generated Java source files are currently tracked with the executable bit set (100755). Java source files are not executable, so the execute bit is incorrect metadata.

What changed

Mode bits only — git update-index --chmod=-x over all tracked *.java files. No source content, build configuration, or generated logic is modified.

NO_CHANGELOG=true

The generated SDK Java source files are tracked with the executable bit set
(mode 100755). Java source is not executable, so this normalizes them to
100644. Mode-only change — no file contents are modified.

Signed-off-by: Tejas Kochar <tejas.kochar@databricks.com>
@github-actions

Copy link
Copy Markdown
Contributor

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger:
go/deco-tests-run/sdk-java

Inputs:

  • PR number: 840
  • Commit SHA: 87e2e6e92e59769d7e1df54ee3c3df6bd6c4bd72

Checks will be approved automatically on success.

@tejaskochar-db tejaskochar-db marked this pull request as ready for review June 29, 2026 14:11
@tejaskochar-db tejaskochar-db added this pull request to the merge queue Jun 30, 2026
Merged via the queue into main with commit e3ac8d2 Jun 30, 2026
18 checks passed
@tejaskochar-db tejaskochar-db deleted the normalize-java-source-file-modes branch June 30, 2026 10:20
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.

2 participants