You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* master: (41 commits)
Remove awaits fix from evil JNA native tests
Correct handling of default and array settings
Build: Switch jna dependency to an elastic version (#24081)
fix CategoryContextMappingTests compilation bugs
testConcurrentGetAndSetOnPrimary - fix a race condition between indexing and updating value map
Allow different data types for category in Context suggester (#23491)
Restrict build info loading to ES jar, not any jar (#24049)
Remove more hidden file leniency from plugins
Register error listener in evil logger tests
Detect using logging before configuration
[DOCS] Added note about Elastic Cloud to improve 'elastic aws' SERP results.
Add version constant for 5.5 (#24075)
Add unit tests for NestedAggregator (#24054)
Add more debugging information to rethrottles
Tests: Use random analyzer only on string fields in Match/MultiMatchBuilderTests
Cleanup outdated comments for fixing up pom dependencies (#24056)
S3 Repository: Eagerly load static settings (#23910)
Reject duplicate settings on the command line
Wildcard cluster names for cross cluster search (#23985)
Update scripts/security docs for sandboxed world (#23977)
...
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ For Eclipse, go to `Preferences->Java->Installed JREs` and add `-ea` to
117
117
Please follow these formatting guidelines:
118
118
119
119
* Java indent is 4 spaces
120
-
* Line width is 100 characters
120
+
* Line width is 140 characters
121
121
* The rest is left to Java coding standards
122
122
* Disable “auto-format on save” to prevent unnecessary format changes. This makes reviews much harder as it generates unnecessary formatting changes. If your IDE supports formatting only modified chunks that is fine to do.
123
123
* Wildcard imports (`import foo.bar.baz.*`) are forbidden and will cause the build to fail. Please attempt to tame your IDE so it doesn't make them and please send a PR against this document with instructions for your IDE if it doesn't contain them.
0 commit comments