forked from hazelcast/hazelcast-code-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Fix lombok configuration #1
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
Closed
Closed
Conversation
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
- Made all projects be a child of main project, so eg. failsafe and surefire configurations are shared - Modernized code - Fixed known flakiness - Modernized dependencies --------- Co-authored-by: Jack Green <JackPGreen@Gmail.com>
The parent declares: - `project.build.sourceEncoding` - Java version - project version (`0.1-SNAPSHOT`) As such we don't need to explicitly redeclare this in children `POM`s.
Apply OpenRewrite automated refactorings to this project, _already_ applied to `hazelcast-mono`. - `Add missing @OverRide annotation` - hazelcast/hazelcast-mono#2879 - Enum values should be compared with `==` - hazelcast/hazelcast-mono#2884 - Use diamond operator - hazelcast/hazelcast-mono#2887 - Remove empty Javadoc parameters - hazelcast/hazelcast-mono#2888 - Replace `Collection` `.size() > 0` with !`isEmpty()` - hazelcast/hazelcast-mono#2889 - Make JUnit5 tests default visibility - hazelcast/hazelcast-mono#2893 - Combine semantically equal `catch` blocks - hazelcast/hazelcast-mono#3716
…zelcast#706) Creates sim link and add in files from tutorial repo (following hazelcast#698 example) Fixes DOC-391 Checklist: - [x] Request reviewers if possible - [ ] README.md or README.adoc is created with a description _what_ example does and _how_ to run it - [ ] Add tests that reproduce the associated tutorial or similar scenario --------- Co-authored-by: Jack Green <jack.green@hazelcast.com>
How it should be used: `include::templates:ROOT:example$/...` Example: https://github.com/hazelcast/hz-docs/pull/1573/files#diff-e04cd751764133e07ed15bc37ced53d7875e23f845e42dac8dcef6d778a763c7R150 Result: https://deploy-preview-1573--hardcore-allen-f5257d.netlify.app/hazelcast/6.0-snapshot/what-is-hazelcast.html
…amples` [DOC-393] (hazelcast#711) Migrates the [`hazelcast-guides` operator samples](https://github.com/hazelcast-guides?q=operator) into `hazelcast-code-samples`. The _only_ content change is registering it as a Maven module as per hazelcast#707. _Partially addresses_: [DOC-393](https://hazelcast.atlassian.net/browse/DOC-393) [DOC-393]: https://hazelcast.atlassian.net/browse/DOC-393?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --------- Co-authored-by: Oliver Howell <oliver.howell@hazelcast.com>
--------- Co-authored-by: Tomasz Gawęda <tomasz.gaweda@outlook.com>
…-298] (hazelcast#710) First from a series of AI related examples. This example demonstrates the idea of similarity search implemented in a straight-forward, simple but not the most efficient way. This is example code for an upcoming blog post. Fixes https://hazelcast.atlassian.net/browse/AI-298 --------- Co-authored-by: Tomasz Gawęda <tomasz.gaweda@outlook.com>
…terprise/tls-rbac-demo (hazelcast#704)
Addresses warning: ``` attribute `version` is obsolete ``` https://github.com/compose-spec/compose-spec/blob/main/spec.md#version-top-level-element-obsolete
Import https://github.com/knurl/jetpayments to official repo. https://hazelcast.atlassian.net/browse/DOC-500 Checklist: - [x] Request reviewers if possible - [x] README.md or README.adoc is created with a description _what_ example does and _how_ to run it - [ ] Add tests that reproduce the associated tutorial or similar scenario
Fix _some_ errors introduced with new project in hazelcast#720
Fix warning: ``` [WARNING] [WARNING] Some problems were encountered while building the effective model for com.hazelcast.samples:spring-boot-caching-hazelcast-cache-manager:jar:0.1-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.springframework.boot:spring-boot-maven-plugin is missing. @ line 34, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] ```
[Dependabot PRs are blocked](hazelcast#728) from PR builder execution, should be whitelisted.
…t-integration/openshift/client-apps/ocp-demo-frontend (hazelcast#724)
In https://issues.apache.org/jira/browse/MNG-5151 Maven updated the default URL from `repo1.maven.org/maven2` -> `repo.maven.apache.org/maven2`. Updated references to suit.
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.