Commit Graph

5574 Commits

Author SHA1 Message Date
Mansi 91b0efccd2 BAEL-944 Exploring the Spring MVC URL Matching Improvements (#1954)
* Example Code For Evaluation Article

This is an example code for the evaluation article on "Different Types of Bean Injection in Spring"

* Added unit tests

* Minor changes to application context

* Removed code committed for evaluation article

* BAEL-944 Demonstrating the problems with new Url pattern matching in Spring 5

* BAEL-944 Demonstrating the problems with new Url pattern matching in Spring 5

* BAEL-944 Exploring the Spring MVC URL Matching Improvements

* BAEL-944 Exploring the Spring MVC URL Matching Improvements

* BAEL-944 Exploring the Spring MVC URL Matching Improvements

* BAEL-944 Code Formatting and solving build issue

* BAEL-944 Resolving build issue due to change in Spring version

* BAEL-944 Resolving build issue

* BAEL-944 Formatting code

* BAEL-944 Moving tests to correct package

* BAEL-944 Moving tests to correct package

* BAEL-944 Replacing @RequestMapping by @GetMapping

* BAEL-944 Remove unnecessary attribute name, "value" in annotations
2017-06-20 20:00:10 -05:00
KevinGilmore ec46b8b338 BAEL-980 Update README.md (#2116)
* BAEL-886: Updated README

* BAEL-917 Testing with Google Truth

Updated README

* BAEL-936: adding akka-streams module to parent

* BAEL-936: Update README

* BAEL-918: Update README

* BAEL-980: Update README
2017-06-20 19:59:47 -05:00
Sunil Mogadati bfc6d480c8 BAEL-802: Drools using rules from Excel Files (#2115)
* 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()

* BAEL-741: Spring Security Multiple Authentication Providers

* BAEL-741: Spring Security Multiple Authentication Providers

* Remove unnecessary change in pom.xml

* BAEL-802: Drools Excel example
2017-06-20 15:34:58 -05:00
slavisa-baeldung 0267760688 Merge pull request #2109 from eugenp/vertx_refactor
Vertx repository refactor
2017-06-20 09:56:07 +02:00
Abhinab Kanrar 53227eaf0e manual alorithm (#2096)
* moving jmh into libraries module

* refactoring jmh

* Update pom.xml

* manual algorightm

* with BM result

* fix for space issue

* Fixed indentation
2017-06-20 09:02:26 +02:00
hariprasad108 547b5850fb Bael-864, Networking, core-java. (#2111) 2017-06-19 22:14:48 +02:00
maibin ed926b3790 Revert "Difference between url and uri bael 864 hariprasad net (#2108)" (#2110)
This reverts commit 9048d5215b.
2017-06-19 15:43:23 +02:00
Grzegorz Piwowarek df9953b6e6 Vertx repository refactor 2017-06-19 08:49:45 +02:00
hariprasad108 9048d5215b Difference between url and uri bael 864 hariprasad net (#2108)
* BAEL-864, java.net.*

* java-networking Bael-864, revision

* Final and static keywords removed.

* Bael-486 Static import for JUnit into pom.xml was added.

* Bael-486, pom.xml was renamed on networking-pom.xml to deactivate it.

* Maven pom.xml changed.

* Delete java-networing project.

* Bael-684, rearanged.
2017-06-19 00:27:34 +02:00
Alex Vargas fada609f16 Adding more examples to the Quartz project (#2101) 2017-06-18 09:36:51 +02:00
Felipe Reis eba5b938f5 BAEL-809: Add Kotlin Mockito supporting code (#2102) 2017-06-18 08:39:30 +02:00
Tomasz Lelek 0144471d0f BAEL-980 lsh code (#2047)
* BAEL-980 lsh code

* BAEL-980 rename test
2017-06-17 20:35:33 -05:00
eugenp 4ca15c909e replacing myfoos URLs 2017-06-17 19:48:08 +03:00
eugenp 5a5f3fa459 changing controller mapping 2017-06-17 14:04:38 +03:00
slavisa-baeldung b11496ce26 Merge pull request #2097 from eugenp/BAEL-778-renaming
BAEL-778 - renaming service verticle
2017-06-16 09:14:17 +02:00
Walter Gómez 9cf533654d Fix/update selenium config (#2095)
* Add project for hibernate immutable article
Add Event entity
Add hibernate configuration file
Add hibernateutil for configuration
Add test to match snippets from article

* Update master

* Selenium congif fix
Change chromedriver files to geckodriver
Use Firefox webdriver to stick with standard
Update tests for JUnit and TestNG
Modify SeleniumExample and move all WebDriver Configuration to corresponding class
Update selectors and copy content
2017-06-16 09:13:36 +02:00
slavisa-baeldung 6d3180c4f8 BAEL-778 - renaming service verticle 2017-06-16 07:45:21 +01:00
Tomasz Sobala 3a04c3adc1 BAEL-832 currently executed method. (#1982)
* injecting beans

* XML-based configuration replaced with Java Config.

* [BAEL-431] Exploring TestRestTemplate.

* Revert of evaluation task "XML-based configuration replaced with Java Config."

This reverts commit 66471cf0574c85f8ff514ec4caf5ba44ebba1a74.

* Revert of evaluation task "injecting beans"

This reverts commit d2ac20185e636245bc0ae0b4ccb952965de88e28.

* [BAEL-431] fix to the tests in TestRestTemplateBasicLiveTest.

* [BAEL-431] added more meaningful user and password for auth.

* [BAEL-820] examples of wait() and sleep() methods.

* [BAEL-820] wait() and sleep() examples.

* [BAEL-829] number of occurences of a char in a String.

* [BAEL-829] printlns changed to assertions.

* [BAEL-829] improved names of the tests.

* [BAEL-872] map and flatMap difference.

* removed duplicated countingChars class.

* [BAEL-872] changed Object into List.

* [BAEL-872] improved code for map() and flatMap() article.

* [BEAL-832] getting the name of current executing method.

* clean up.
2017-06-15 23:19:32 +02:00
Grzegorz Piwowarek 6e84c895a8 Create README.md (#2093) 2017-06-15 18:44:55 +02:00
Grzegorz Piwowarek b4bcb81c09 Create README.md (#2092) 2017-06-15 18:44:44 +02:00
Grzegorz Piwowarek b92470e14d Refactor Smatt examples (#2091) 2017-06-15 16:13:51 +02:00
Grzegorz Piwowarek 586896e5b8 Create README.md (#2076) 2017-06-15 16:12:03 +02:00
Grzegorz Piwowarek 9a759db290 Create README.MD (#2075) 2017-06-15 16:11:50 +02:00
Grzegorz Piwowarek fa37221411 Create README.md (#2078) 2017-06-15 16:10:35 +02:00
Grzegorz Piwowarek a5b8c325a4 Create README.md (#2079) 2017-06-15 16:10:28 +02:00
Grzegorz Piwowarek 7e014b0f40 Create README.md (#2080) 2017-06-15 16:10:18 +02:00
Grzegorz Piwowarek 7db38d99b6 Create README.md (#2081) 2017-06-15 16:10:08 +02:00
Grzegorz Piwowarek fc16d8b9b3 Create README.MD (#2082) 2017-06-15 16:09:56 +02:00
Grzegorz Piwowarek f31b8e5da2 Create README.md (#2083) 2017-06-15 16:09:30 +02:00
Grzegorz Piwowarek 13d8464fa5 Create README.md (#2084) 2017-06-15 16:09:23 +02:00
Grzegorz Piwowarek d2d9b065a1 Create README.md (#2085) 2017-06-15 16:09:12 +02:00
Grzegorz Piwowarek 2669bc5095 Create README.md (#2086) 2017-06-15 16:08:59 +02:00
Grzegorz Piwowarek 986a552210 Create README.md (#2087) 2017-06-15 16:08:45 +02:00
Grzegorz Piwowarek d96a5553ee Create README.md (#2088) 2017-06-15 16:08:31 +02:00
Grzegorz Piwowarek 5698ecb047 Create README.md (#2073) 2017-06-15 16:08:13 +02:00
iaforek 6786eb13d8 BAEL-837 - Why Does Changing the Sum Order Returns a Different Result (#2070)
* Code for Dependency Injection Article.

* Added Java based configuration. Downloaded formatter.xml and reformatted
all changed files. Manually changed tab into 4 spaces in XML
configuration files.

* BAEL-434 - Spring Roo project files generated by Spring Roo. No
formatting applied. Added POM, java and resources folders.

* Moved project from roo to spring-roo folder.

* BAEL-838 Initial code showing how to remove last char - helper class and tests.

* BAEL-838 Corrected Helper class and associated empty string test case. Added StringUtils.substing tests.

* BAEL-838 Refromatted code using formatter.xml. Added Assert.assertEquals import. Renamed test to follow convention. Reordered tests.

* BAEL-838 - Added regex method and updated tests.

* BAEL-838 Added new line examples.

* BAEL-838 Renamed RemoveLastChar class to StringHelper and added Java8 examples. Refactord code.

* BAEL-838 Changed method names

* BAEL-838 Tiny change to keep code consistant. Return null or empty.

* BAEL-838 Removed unresolved conflict.

* BAEL-821 New class that shows different rounding techniques. Updated POM.

* BAEL-821 - Added unit test for different round methods.

* BAEL-821 Changed test method name to follow the convention

* BAEL-821 Added more test and updated round methods.

* BAEL-837 - initial commit. A few examples of adding doubles.

* BAEL-837 - Couple of smaller changes

* BAEL-837 - Added jUnit test.
2017-06-14 19:26:12 +02:00
Ante Pocedulic ba4257d233 Introduction to Ascii doctor (#2069)
* - added classes for asciidoctor article
- added tests for that article
- added exclusion in pom.xml in libraries

* - fixed test

* - fixed formating in pom
2017-06-14 13:53:09 +02:00
slavisa-baeldung 7e315d8018 Merge pull request #2065 from eugenp/BAEL-778-dep
BAEL-778 - removing vertx-core dep, included transitively by vertx-web
2017-06-13 22:41:04 +02:00
ramansahasi 69b4a05eb8 BAEL-859 (updated) How to display/list all Spring-managed beans? (#2064)
* Separating displayAllBeans logic from main method

* Removing as 'Person' bean is no longer used

* Removing as 'Person' bean is no longer used

* Removing as 'Person' bean is no longer used

* Added FooService and FooController

* Changed test cases as per new configuration

* Template to handle front-end view

* Fixed spacing issue

* Fixed spaces

* Fixed spacing issue
2017-06-13 17:13:16 +02:00
slavisa-baeldung b0f347962a Merge branch 'master' into BAEL-778-dep 2017-06-13 17:11:25 +02:00
slavisa-baeldung bf96636b15 Merge branch 'master' into BAEL-778-dep 2017-06-13 17:10:43 +02:00
slavisa-baeldung 291cd2c205 BAEL-778 - removing vertx-core dep, included transitively by vertx-web 2017-06-13 16:07:41 +01:00
Grzegorz Piwowarek 74aa2c9ec9 WebsocketConfigRefactor (#2055)
* Vertx-integration test

* Vertx-integration test

* Refactor WebSocketConfig
2017-06-13 16:55:17 +02:00
Grzegorz Piwowarek fe11e8f7d4 Idiomatic refactor (#2063)
* StringToCharStream

* Spring integration tests

* Spring integration tests
2017-06-13 16:54:45 +02:00
slavisa-baeldung 969b98094c BAEL-778 - removing vertx-core dep, included transitively by vertx-web 2017-06-13 15:03:09 +01:00
Seun Matt 53f4ec5f87 added updated example codes (#2062) 2017-06-13 12:58:53 +02:00
Doha2012 f73893bbb9 spring boot bootstrap (#2031)
* minor logging fix

* spring security sso

* use basic auth

* use form login

* cleanup

* cleanup

* final cleanup

* second client app for sso

* spring boot bootstrap

* add logic

* cleanup

* add simple controller

* add thymeleaf and security

* minor fix

* minor fix

* add more boot properties
2017-06-12 15:12:54 -05:00
lor6 80f633198a Junit5 (#2060)
* junit 5 example

* conditions example
2017-06-12 15:12:26 -05:00
Jesus Boadas 1028ad79fd OpenNLP (#2058)
* Introduction to OpenNLP

* Introduction to OpenNLP

* OpenNLP fix code
2017-06-12 17:55:12 +02:00
lor6 b6d47b00a3 junit 5 example (#2050) 2017-06-12 03:20:42 -05:00