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

Bug fixes for migrate-javaee-app-to-azure-training #14

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

Conversation

andxu
Copy link

@andxu andxu commented Jul 8, 2021

  1. Fix the compile error on java 11
  2. Fix the wrong pricing tier P1v2 in readme(the value in pom.xml is right)
  3. Fix the runtime jboss 7.2 since portal has replace jboss 7.2 with jboss 7

@andxu andxu changed the title Andy fix2 Bug fixes for migrate-javaee-app-to-azure-training Jul 8, 2021
@@ -52,7 +52,7 @@ public static String display(Object object)
// Find a matching getter and invoke it to display the key
for (Method method : object.getClass().getDeclaredMethods())
{
if (method.equals(new PropertyDescriptor(field.getName(), object.getClass()).getReadMethod()))

Choose a reason for hiding this comment

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

@andxu - we should not change this line. The scenario is all about migrating an existing Java EE app to Azure. If you must change this, then we should contribute to the upstream repo owned by Antonio and then we should absorb it here

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