Commit Graph

20 Commits

Author SHA1 Message Date
eugenp 1cba1b043c minor formatting cleanup 2017-08-24 13:11:52 +03:00
Sunil Mogadati c5ddf680a7 BAEL-245: Issue 1753. Fix the typo - change from writeNumber() to writeString() (#1763)
* Add NDC and JBoss Logging to the demo application

* NDC for Log4j, Log4j2 and JBoss Logging

* Simplify NDC example by making it a single operation instead of two

* Make NDC example as RestController, Use JBoss Logging only as a logging bridge

* Fix merge conflicts in pull request - log-mdc pom.xml updated

* BAEL-445 Update to Spring security SpEL example

* BAEL-445: Change tabs to spaces in the updated code

* BAEL-245: Add Enum Serialization exmaple

* BAEL-245: Remove the folder jackson/src/test/java/com/baeldung/jackson/dtos/withEnum as the example is not used anymore

* Add more enum serialization examples to align with previous example and prevent build fail

* BAEL-611: Minor formatting changes

* BAEL-611: Update Test case method names

* BAEL-611 Add JAX-WS client and JUnit Test

* BAEL-245: Issue 1753. Fix the typo - change from writeNumber() to writeString()
2017-05-01 18:46:27 +02:00
Doha2012 7525544e09 use standard logback.xml (#1666)
* upgrade to spring boot 1.5.2

* add full update to REST API

* modify ratings controller

* upgrade herold

* fix integration test

* fix integration test

* minor fix

* fix integration test

* fix integration test

* minor cleanup

* minor cleanup

* remove log4j properties

* use standard logbook.xml
2017-04-17 18:41:23 +02:00
Nancy Bosecker 361df07694 Added KeyDeserializer class and test code (#1523)
* Solr w Apache SolrJ

* Solr w Apache SolrJ

* updated test names and moved add to @before method

* create apache-solrj module, moved code from spring-data-solr

* More examples for indexing,delete,and query for solrj

* More examples for indexing,delete,and query for solrj

* Jackson Map Serialize/Deserialize

* Jackson Map Serialize/Deserialize

* Jackson version update

* keydeserializer code added

* keydeserializer code added
2017-03-28 20:18:00 -05:00
Nancy Bosecker 427077ebfa Jackson Map Serialize/Deserialize (#1511)
* Solr w Apache SolrJ

* Solr w Apache SolrJ

* updated test names and moved add to @before method

* create apache-solrj module, moved code from spring-data-solr

* More examples for indexing,delete,and query for solrj

* More examples for indexing,delete,and query for solrj

* Jackson Map Serialize/Deserialize

* Jackson Map Serialize/Deserialize
2017-03-27 07:46:58 -05:00
Luís Soares bb6224d771 Make test pass in non-english computers where tests are run
The tested failed in my portuguese language OS because of:
Ter(ça) is Tue(sday)

Movie [imdbId=tt0472043, director=null, actors=[ActorJackson [imdbId=nm2199632, dateOfBirth=Ter set 21 11:00:00 GMT 1982, filmography=[Apocalypto, Beatdown, Wind Walkers]]]]
Movie [imdbId=tt0472043, director=null, actors=[ActorJackson [imdbId=nm2199632, dateOfBirth=Tue Sep 21 11:00:00 GMT 1982, filmography=[Apocalypto, Beatdown, Wind Walkers]]]]

Locale was enforced
2017-02-11 18:47:27 +00:00
Luís Soares ec2bfa7014 Test Serialize/Deserialize Optional with Jackson 2017-02-11 18:47:27 +00:00
Tomasz Lelek 1d71f63693 Bael 19 jackson inheritance (#954)
* BAEL-19 event inheritance

* BAEL-19 test for json inheritance

* BAEL-19 example event processor

* BAEL-19 do not need json ignore

* BAEL-19 simpler event, example of abstract

* BAEL-19 ignoring superclass property

* BAEL-586 change class event names
2017-01-19 08:48:48 +01:00
Sunil Mogadati 82fc8cf8fc BAEL-245: Add Enum serialization example (#970)
* Add NDC and JBoss Logging to the demo application

* NDC for Log4j, Log4j2 and JBoss Logging

* Simplify NDC example by making it a single operation instead of two

* Make NDC example as RestController, Use JBoss Logging only as a logging bridge

* Fix merge conflicts in pull request - log-mdc pom.xml updated

* BAEL-445 Update to Spring security SpEL example

* BAEL-445: Change tabs to spaces in the updated code

* BAEL-245: Add Enum Serialization exmaple

* BAEL-245: Remove the folder jackson/src/test/java/com/baeldung/jackson/dtos/withEnum as the example is not used anymore
2017-01-08 08:13:39 -06:00
pivovarit 11fb8debd6 Unify jackson package structure 2017-01-01 16:17:41 +01:00
pivovarit 5e60c50851 jackson-annotations -> jackson 2017-01-01 13:05:32 +01:00
DOHA 4906adb2ad minor fix 2016-10-26 15:07:34 +02:00
Grzegorz Piwowarek 8a104053d6 Refactor Jackson examples 2016-08-10 19:06:35 +02:00
Nancy Bosecker 31d9e1bef6 Added jackson/gson updates (#552) 2016-08-10 06:51:06 +02:00
Thai Nguyen b7abc27a48 source code and tests for jackson node operations 2016-01-25 09:41:10 +07:00
eugenp 9d8b2c308e cleanup in the jackson project 2014-12-13 22:49:17 +02:00
eugenp 1e36d212d1 spring updates 2014-09-15 14:26:17 +03:00
eugenp fcf3e693f5 upgrading all xsds to spring 4 2013-12-31 19:12:12 +02:00
eugenp bde8a4b73b new jackson sandboxed work 2013-12-30 17:17:49 +02:00
eugenp 611dd456b6 initial jackson work 2013-12-21 15:25:07 +02:00