I was testing my changes with "mvn test -Pskip-default-test -Pintegration-test. since all the “mvn clean install/package/compile and mvn test” all build successful
You can start by briefly explaining what you were trying to do that led to that. Changes you made or ticket you attempted, etc
i have added the description
@anyone. is it fine to add a “changeset” in your changes made. once you get “hibernate schema validation error”
If you’re solely working on converting from XML mappings to annotations, that means that the conversion isn’t done correctly. You shouldn’t need to change the data model to update the mappings.
I’m also concerned that it looks like you have a lot of files modified, which is never a good idea. Aim to work on branches and keep each branch about a single feature / ticket / etc. It helps make sure that there isn’t something else you accidentally modified.
what to do if i run "mvn test -Pskip-default-test -Pintegration-test. and i get that error. what am i supposed to do?
@ibacher when i see other PR of the same issue merged. they also changed 5-6 files. but why when i run that command. i get that error, which i thinking. its adding a “changeset”
Do you have your changes somewhere on github that whoever wants to help can take a look at?
as in the PR or its something else that i dont know.. are you meaning having the code on my github or the PR i sent?