This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Test | |
public void testMapper(){ | |
List<Note> notes= new ArrayList<Note>(); | |
HibernateAwareObjectMapper mapper = new HibernateAwareObjectMapper(); | |
String jsonInput = | |
"{\n" + | |
" \"type\" : \"org.samil.catalog.model.event.RecordEvent\",\n" + | |
" \"id\" : null,\n" + | |
" \"userId\" : null,\n" + | |
" \"structureId\" : null,\n" + |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Get the project | |
git clone git@github.com:username/repositoryname.git | |
//Make changes to the project | |
//Problem! You made changes to the project beeing on master branch, how do you save those changes to a new branch? | |
//Save a stack | |
git stash | |
//Check actual file mode |