Skip to content

Conversation

@TomaszGaweda
Copy link
Owner

No description provided.

TomaszGaweda and others added 22 commits February 17, 2025 15:46
- 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>
…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>
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants