Skip to content
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

JETUT-72 catch up servlet and faces hello world as per changes in tutorial #80

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

BalusC
Copy link
Contributor

@BalusC BalusC commented Aug 21, 2023

No description provided.

…rvlet_and_faces_hello_world_as_per_changes_in_tutorial
mvn install it but GF7 throws error invalid user/password -- WIP
…vlet_and_faces_hello_world_as_per_changes_in_tutorial
@kito99
Copy link
Contributor

kito99 commented Nov 27, 2023

@arjantijms please review

@kito99
Copy link
Contributor

kito99 commented Dec 11, 2023

@mnriem can you review?

tutorial/README.md Outdated Show resolved Hide resolved
@@ -162,7 +162,7 @@
<version>3.2.3</version>
</requireMavenVersion>
<requireJavaVersion>
<version>1.8</version>
<version>[11,)</version>
Copy link
Contributor

Choose a reason for hiding this comment

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

Recommend pinning it against a 'certified' version.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not understanding. Please elaborate (with an example).

@@ -191,8 +191,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>11</source>
Copy link
Contributor

Choose a reason for hiding this comment

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

Plugin version should be updated to latest and configuration should use 11

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not understanding. It's already 11. Please elaborate.

tutorial/pom.xml Outdated Show resolved Hide resolved
@kito99
Copy link
Contributor

kito99 commented Dec 12, 2023

thanks @mnriem!

@mnriem
Copy link
Contributor

mnriem commented Dec 22, 2023

@kito99 Do you need more from my end?

@kito99
Copy link
Contributor

kito99 commented Jan 3, 2024

@mnriem I think we're good. thanks!

@BalusC this is in your court, now.

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.

None yet

3 participants