Skip to content
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

[fix][build] Fix error "Element encoding is not allowed here" in pom.xml #23655

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented Nov 28, 2024

Motivation

IntelliJ shows an xml error in pom.xml, "Element encoding is not allowed here"

image

Modifications

  • use inputEncoding and outputEncoding (when applicable) instead of encoding

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

@lhotari lhotari added this to the 4.1.0 milestone Nov 28, 2024
@lhotari lhotari self-assigned this Nov 28, 2024
@lhotari lhotari changed the title [fix][builds] Fix error "Element encoding is not allowed here" in pom.xml [fix][build] Fix error "Element encoding is not allowed here" in pom.xml Nov 28, 2024
@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Nov 28, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.33%. Comparing base (bbc6224) to head (b382bdb).
Report is 760 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master   #23655      +/-   ##
============================================
+ Coverage     73.57%   74.33%   +0.76%     
- Complexity    32624    34481    +1857     
============================================
  Files          1877     1944      +67     
  Lines        139502   147242    +7740     
  Branches      15299    16250     +951     
============================================
+ Hits         102638   109452    +6814     
- Misses        28908    29335     +427     
- Partials       7956     8455     +499     
Flag Coverage Δ
inttests 27.30% <ø> (+2.71%) ⬆️
systests 24.38% <ø> (+0.05%) ⬆️
unittests 73.72% <ø> (+0.87%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 668 files with indirect coverage changes

@Technoboy- Technoboy- merged commit 66a8f73 into apache:master Nov 29, 2024
54 of 57 checks passed
lhotari added a commit that referenced this pull request Nov 29, 2024
lhotari added a commit that referenced this pull request Nov 29, 2024
lhotari added a commit that referenced this pull request Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants