Skip to content

Conversation

@ihsandemir
Copy link
Collaborator

Add README instructions to examples.

@ihsandemir ihsandemir added this to the 5.6.0 milestone Jan 14, 2026
@ihsandemir ihsandemir self-assigned this Jan 14, 2026
@ihsandemir ihsandemir changed the title Add README instructions to examples Add README instructions to examples [HZ-5257] Jan 14, 2026
Comment on lines 3 to 7
- Start server:

```bash
java -jar hazelcast-enterprise-<SERVER VERSION>.jar
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than duplicating this, could we just link to a single reference, or the public docs?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed at d5cf768

- Start server:

```bash
java -jar hazelcast-enterprise-<SERVER VERSION>.jar
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this need to be EE?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed at d5cf768

Comment on lines 3 to 4
- Write the java class corresponding to the Car class and put that class or jar (`<my_factory>.jar`) into the classpath
when starting the server and also add a server config for adding the serializer factory to the server.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Write the java class corresponding to the Car class and put that class or jar (`<my_factory>.jar`) into the classpath
when starting the server and also add a server config for adding the serializer factory to the server.
- Write the Java class corresponding to the Car class and put that class or jar (`<my_factory>.jar`) into the classpath
when starting the server and also add a server config for adding the serializer factory to the server.

nit

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed at 2ae3eef

Comment on lines 3 to 4
- Write the java class corresponding to the `employee` class and put that class or jar (`<my_factory>.jar`) into the
classpath when starting the server and also add a server config for adding the serializer factory to the server.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Write the java class corresponding to the `employee` class and put that class or jar (`<my_factory>.jar`) into the
classpath when starting the server and also add a server config for adding the serializer factory to the server.
- Write the Java class corresponding to the `employee` class and put that class or jar (`<my_factory>.jar`) into the
classpath when starting the server and also add a server config for adding the serializer factory to the server.

nit

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed at 2ae3eef

dmitriyrazboev
dmitriyrazboev previously approved these changes Jan 15, 2026
Eliminated unneeded repeated README files. Put more information at the top level README of examples folder and only put example specific README if any example specific instruction is needed.
@ihsandemir ihsandemir enabled auto-merge (squash) January 16, 2026 11:34
In order to run the portable example (`sql_query_with_portable`), you need to
Write the Java class corresponding to the `Person` class, it's serializer class and put that class or
jar (`<my_factory>.jar`) into the classpath when starting the server and also add a server config for adding the
serializer factory to the server.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
serializer factory to the server.
serializer factory to the server.

Nit line ending

@ihsandemir ihsandemir merged commit 9fde6ad into hazelcast:master Jan 16, 2026
31 checks passed
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.

3 participants