Skip to content

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