Skip to content

Conversation

@aoudiamoncef
Copy link
Contributor

No description provided.

@aoudiamoncef aoudiamoncef force-pushed the step-5 branch 2 times, most recently from 6217af9 to 002be23 Compare November 12, 2019 21:29
feat: solution for step 1


refactor(*):  Update Postman collection
@loicmathieu
Copy link
Owner

Can you rebase this one onto step-5.
Can you also squash all commits after this ?

@aoudiamoncef
Copy link
Contributor Author

@loicmathieu done

Copy link
Owner

@loicmathieu loicmathieu left a comment

Choose a reason for hiding this comment

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

Please do the requested changes

Comment on lines 36 to 40
LOGGER.info("Hello {}", greeting);
LOGGER.infof("Hello %s", greeting);
Copy link
Owner

Choose a reason for hiding this comment

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

If this is working, please don't change it to keep the changes straighforward

Comment on lines 29 to 30
private static final Logger LOGGER = LoggerFactory.getLogger(BookmarkResource.class);
private static final Logger LOGGER = Logger.getLogger(BookmarkResource.class);
Copy link
Owner

Choose a reason for hiding this comment

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

If it is working please don't change it to keep the changes straighfroward

Comment on lines +83 to +88
<!-- test dependencies-->
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<scope>test</scope>
</dependency>
Copy link
Owner

Choose a reason for hiding this comment

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

duplicated

Comment on lines +50 to +51
<!--/ Step 5 dependencies -->
<!-- Step 6 dependencies -->
Copy link
Owner

Choose a reason for hiding this comment

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

wrong comment

<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-health</artifactId>
</dependency>
<!-- Step 5 dependencies -->
Copy link
Owner

Choose a reason for hiding this comment

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

wrong comment

<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<quarkus.version>0.26.1</quarkus.version>
<quarkus.version>0.28.1</quarkus.version>
Copy link
Owner

Choose a reason for hiding this comment

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

I will change the quarkus version in master and rebase all branches later. Can you revert this change ?

<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<quarkus.version>0.22.0</quarkus.version>
<quarkus.version>0.28.1</quarkus.version>
Copy link
Owner

Choose a reason for hiding this comment

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

I will change the quarkus version in master and rebase all branches later. Can you revert this change ?

README.md Outdated
- Modify `BookmarkResource` to read this configuration property and log it at startup:
- Use `@ConfigProperty` to inject the property inside a `greeting` variable.
- Create a `@PostConstruct` method that log it via `log.info("Hello {}", greeting)` using [SLFJ](https://www.slf4j.org/).
- Create a `@PostConstruct` method that log it via `LOGGER.infof("Hello %s", greeting)` using [Jboss logging](https://docs.jboss.org/jbosslogging/latest/org/jboss/logging/Logger.html).
Copy link
Owner

Choose a reason for hiding this comment

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

See my other comment, please don't do this if it previously works as the LOG usage is froma different step

<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<surefire-plugin.version>2.22.0</surefire-plugin.version>
<quarkus.version>0.26.1</quarkus.version>
<quarkus.version>0.28.1</quarkus.version>
Copy link
Owner

Choose a reason for hiding this comment

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

I'll change the quarkus version later from master ...

feat(*): Add step 5


feat: small enhancements


feat: solution for step 5


refactor(*): Update Postman collection
@loicmathieu
Copy link
Owner

Can you rebase onto step-5 and squash all commits please ?

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.

2 participants