* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* Added new parent pom
* initial clean up of child poms
* Added new parent pom
* [BAEL-5247] - New Parents in the tutorials repo
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* [BAEL-5249] - 21.02 - pom cleanup - formatted pom.xml
* BAEL-1216: improve tests
* BAEL-1448: Update Spring 5 articles to use the release version
* Setting up the Maven Wrapper on a maven project
* Add Maven Wrapper on spring-boot module
* simple add
* BAEL-976: Update spring version
* BAEL-1273: Display RSS feed with spring mvc (AbstractRssFeedView)
* Move RSS feed with Spring MVC from spring-boot to spring-mvc-simple
* BAEL-1285: Update Jackson articles
* BAEL-1273: implement both MVC and Rest approach to serve RSS content
* BAEL-1187 - Mapping Nested Values with Jackson
* minor naming and formatting changes to align with standards
* update formatting and jackson version
* update test method names
* 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()
Suddenly, "1970-01-01T02:30:00.000+0000" is not a correct ISO 8601 date: it mix basic timezone format and extended date and time format.
Correct value looks like:
* 1970-01-01T02:30:00.000+00:00 (Extended format)
* 19700101T023000.000+0000 (Basic format)
* 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
* remove log4j dependencies
* 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
* 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
* remove explicit types from map instantion
* one objectmapper per class
* 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
* remove explicit types from map instantion
* 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
* 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
* 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
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
* 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
* 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
* 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