31 Commits

Author SHA1 Message Date
pcoates33
d2102a76ff BAEL-2890 (#6905) 2019-05-07 06:37:38 +02:00
pcoates33
16fdea7267 BAEL-2721 Moved JsonAliasUnitTest into new module called jackson-2. (#6555)
* BAEL-2721 Examples of @JsonAlias and Gson's alternate parameter

* BAEL-2721 Update class and method names for JsonAlias and GsonAlternate

* BAEL-2721 move JsonAliasUnitTest into new jackson-2 module

* BAEL-2721 Removed unused dependencies from pom.xml

* BAEL-2721 Tidy up logback.xml

* BAEL-2721 fix url in README.md
2019-03-17 23:56:13 -07:00
pcoates33
8ecfd8de08 Bael 2721 - JSON deserialization mapping different JSON fields to same Java field (#6434)
* BAEL-2721 Examples of @JsonAlias and Gson's alternate parameter

* BAEL-2721 Update class and method names for JsonAlias and GsonAlternate
2019-03-12 21:54:34 -07:00
amit2103
92e54a9231 [BAEL-12185] - Removed copied classes from other repository - part 2 2019-03-09 23:57:02 +05:30
amit2103
3d5e52cde0 [BAEL-12185] - Removed copied classes from other repositor 2019-03-09 20:08:17 +05:30
amit2103
2b8ebe7de2 [BAEL-12185] - Updated JACKSON ANNOTATIONS article 2019-03-03 23:22:38 +05:30
Mikhail Chugunov
a094e49a62 BAEL-2475: Changes after first review 2019-01-09 19:53:12 +03:00
Mikhail Chugunov
66016332f8 BAEL-2475: Add sample code and tests 2019-01-02 19:09:00 +03:00
fanatixan
12bf5e9f3b bael-2437 (#5972) 2018-12-22 09:13:09 -08:00
Felipe Santiago Corro
f046857975 BAEL-2237 Using Jackson to parse XML and return JSON (#5401) 2018-10-07 23:36:38 -07:00
sachin
fb0023286a BAEL-7674: Let's make sure our logging configuration has the same pattern 2018-08-21 18:22:53 -04:00
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