Commit Graph

6098 Commits

Author SHA1 Message Date
ahmetcetin39 c12ba8618e BAEL-1070 CharSequence vs String in Java (Test case fixed) (#2500)
* Different types of bean injection classes are added.

* JUnit Tests for Zoo and Forest Class

* Necessary dependency is added to pom.xml

* Updated pom.xml

Carried dependency to into another dependency tag.

* dependency added.

* dependency is carried.

* dependency is added.

* A test dependency is added.

* dependency is changed.

* Dependency is changed.

* Test classes are changed and moved.

* test correction

* correction

* String vs CharSequence

* unnecesseray files are deleted.

* correction

* Assert statemenet is changed from java to junit

* Assert is changed.

* changed the name of the test methods.

* Chaned assertEquals() to assertNotEquals(). We expected the result to be not equal!

* Corrected test case.
2017-08-25 14:12:21 +02:00
ahmetcetin39 c31fc8d662 BAEL-1070 - CharSequence vs String in Java (Fixed Test Method) (#2499)
* Different types of bean injection classes are added.

* JUnit Tests for Zoo and Forest Class

* Necessary dependency is added to pom.xml

* Updated pom.xml

Carried dependency to into another dependency tag.

* dependency added.

* dependency is carried.

* dependency is added.

* A test dependency is added.

* dependency is changed.

* Dependency is changed.

* Test classes are changed and moved.

* test correction

* correction

* String vs CharSequence

* unnecesseray files are deleted.

* correction

* Assert statemenet is changed from java to junit

* Assert is changed.

* changed the name of the test methods.

* Chaned assertEquals() to assertNotEquals(). We expected the result to be not equal!
2017-08-25 11:42:34 +02:00
Nancy Bosecker 9b563d87f0 Added another remove example (#2484)
* moved test file to correct location

* added another remove example
2017-08-24 22:19:15 +02:00
Seun Matt 154b59fc8b Updated Example Code for Vavr Collections (#2472)
* added updated example codes

* updated example code StringToCharStream

* deleted StringToCharStream.java locally

* removed redundant file

* added code for apache commons collection SetUtils

* refactored example code

* added example code for bytebuddy

* added example code for PCollections

* update pom

* refactored tests for PCollections

* spring security xml config

* spring security xml config

* remove redundant comment

* example code for apache-shiro

* updated example code for Vavr Collections

* updated Vavr's Collection example

* updated Vavr Collection file
2017-08-24 20:03:00 +02:00
eugenp b00a9e61bc formatting work 2017-08-24 15:30:33 +03:00
eugenp 1cba1b043c minor formatting cleanup 2017-08-24 13:11:52 +03:00
Buddhini Samarakkody 74e67d6ce9 Fix the test method (#2491)
* Remove assertion before persist in test1

* Add back assertion after persist
2017-08-24 04:11:01 +02:00
Shivang Sarawagi 15666e8ed4 Binary Search Algorithm (#2452)
* Binary search

* deleting previous files

* BinarySearch along with the test case
2017-08-23 20:14:49 +02:00
Yasin 621d0d2c62 BAEL-1073 Converting a List to String in Java (#2489) 2017-08-23 11:00:25 -07:00
ahmetcetin39 b6674f68dc BAEL-1070 - CharSequence vs String in Java (#2451)
* Different types of bean injection classes are added.

* JUnit Tests for Zoo and Forest Class

* Necessary dependency is added to pom.xml

* Updated pom.xml

Carried dependency to into another dependency tag.

* dependency added.

* dependency is carried.

* dependency is added.

* A test dependency is added.

* dependency is changed.

* Dependency is changed.

* Test classes are changed and moved.

* test correction

* correction

* String vs CharSequence

* unnecesseray files are deleted.

* correction

* Assert statemenet is changed from java to junit

* Assert is changed.

* changed the name of the test methods.
2017-08-23 15:37:50 +02:00
lor6 18b1334ff1 move reladomo ex to librarie-data (#2485) 2017-08-23 10:53:21 +02:00
Buddhini Samarakkody ccba3de765 Delete and add new test for BAEL-698 (#2479)
* Delete HibernateManyToManyAnnotationXMLConfigMainIntegrationTest.java

* Add new test class

* Rename test methods
2017-08-23 02:52:06 +02:00
lor6 dc867672e9 logback example app (#2354) 2017-08-22 13:22:49 +02:00
Grzegorz Piwowarek 8a34433095 Optimize libraries (#2458) 2017-08-22 13:13:24 +02:00
Mansi 8c0ce48aae BAEL-1045 Lambda Behave (#2456)
* 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

* BAEL-79 Intro to Activiti with Spring

* BAEL-79 Intro to Activiti with Spring

* BAEL-79 Adding activiti module to the parent modules

* BAEL-79 Using latest version

* BAEL-79 Update Spring boot version that works with Activiti

* BAEL-79 Replace RequestMapping with GetMapping

* BAEL-79 Use Java 8 Syntax

* BAEL-79 Formatting

* BAEL-79 changed module name

* BAEL-378 A Guide to Activiti with Java

* BAEL-79 Fixed unit tests

* BAEL-79 Simplified the process

* BAEL-79 Fix test cases

* BAEL-1045 Lambda Behave

* BAEL-1045 Lambda Behave

* BAEL-1045 Lambda Behave
2017-08-21 23:08:41 +02:00
lor6 822e8682b6 lambda example (#2480) 2017-08-21 23:03:12 +02:00
Tian Baoqiang 802c0b09e0 #BAEL-1025 (#2445) 2017-08-21 22:58:37 +02:00
Graham Cox 706b3d6c67 Example for a GraphQL Application in Spring Boot (#2477) 2017-08-21 21:01:41 +02:00
lor6 04fa1782a2 reladomo example (#2469)
* reladomo example

* fix formatting

* add plugin versions

* fix closing streams
2017-08-21 20:25:12 +02:00
Eunice A. Obugyei 6d7fa197dd BAEL-1014 [Spring MVC with Kotlin] (#2475)
* Introduction to JAX-WS[http://jira.baeldung.com/browse/BAEL-611]

* Introduction to JAX-WS[http://jira.baeldung.com/browse/BAEL-611]

* Removed unnecessary comment

* Introduction to JAX-WS[http://jira.baeldung.com/browse/BAEL-611]
Added Exception test cases

* Applied baeldung formatter in Eclipse

* Merged from https://github.com/eugenp/tutorials
Introduction to JAX-WS[http://jira.baeldung.com/browse/BAEL-611]

* Revert "Merged from https://github.com/eugenp/tutorials"

This reverts commit 74447a163b9e3f244a2578315fbdb525d20cd16b.

* Introduction to JAX-WS[http://jira.baeldung.com/browse/BAEL-611]

* Introduction to JAX-WS[http://jira.baeldung.com/browse/BAEL-611]

* Spring Security for a Java EE Application[http://jira.baeldung.com/browse/BAEL-884]

* Updated spring-security version to 4.2.3.RELEASE

* Added spring-mvc-kotlin module for http://jira.baeldung.com/browse/BAEL-1014

* Removed dependency for kotlin-reflect
2017-08-21 17:55:26 +02:00
Grzegorz Piwowarek 84cbc580e5 Undertow refactor (#2462) 2017-08-21 14:52:31 +02:00
Abhinab Kanrar 82c8d88886 simplifying (#2476)
* moving jmh into libraries module

* refactoring jmh

* Update pom.xml

* manual algorightm

* with BM result

* fix for space issue

* Fixed indentation

* change as per suggestion

* vavr either

* adding unit test and othe rutilities

* adding concurrent module

* concurrent package description

* concurrent package description

* Update EitherUnitTest.java

* introducing lambda expression

* jooby project

* jooby project

* reducing employee bean content

* bootique module

* bootique

* bootique

* undertow module

* undertow module

* refactoring

* using lambda

* as per baeldung formatter

* easy code added for simplicity

* simpliflying
2017-08-21 14:25:20 +02:00
Abhinab Kanrar def5758f0a easy code added for simplicity (#2473)
* moving jmh into libraries module

* refactoring jmh

* Update pom.xml

* manual algorightm

* with BM result

* fix for space issue

* Fixed indentation

* change as per suggestion

* vavr either

* adding unit test and othe rutilities

* adding concurrent module

* concurrent package description

* concurrent package description

* Update EitherUnitTest.java

* introducing lambda expression

* jooby project

* jooby project

* reducing employee bean content

* bootique module

* bootique

* bootique

* undertow module

* undertow module

* refactoring

* using lambda

* as per baeldung formatter

* easy code added for simplicity
2017-08-21 13:00:44 +02:00
adamd1985 e6c2fd3bbe Revert "BAEL-812: List of Rules Engines in Java (#2319)" (#2455)
This reverts commit dc105bc6f2.
2017-08-20 15:44:20 +02:00
Doha2012 b7ad275bdd minor fix (#2468)
* fix spring config

* fix spring config

* fix spring config

* minor fix

* fix spring-boot module

* fix pom

* upgrade jackson

* minor fix
2017-08-20 13:26:34 +02:00
lor6 a02e758d70 thread pools examples (#2400)
* thread pools examples

* add logs
2017-08-20 11:20:45 +03:00
Doha2012 a0198e143e upgrade jackson (#2465)
* fix spring config

* fix spring config

* fix spring config

* minor fix

* fix spring-boot module

* fix pom

* upgrade jackson
2017-08-20 08:17:05 +02:00
dimitarsazdovski b65bccabd1 Bael 817 (#2411)
* Stashed changes

* Changed method access restriction

* Added test class

* Changes to pom file

* Changed formatting. Changed file path variable

* Changed pom file. Changed unit test name

* pom file
2017-08-19 21:04:56 -05:00
Grzegorz Piwowarek a3cbc25dd8 Undertow refactor (#2464) 2017-08-19 18:13:57 +02:00
felipeazv f2efbd9a67 BAEL-812: moving examples to rule-engines folder (#2461)
* spring beans DI examples

* fix-1: shortening examples

* List of Rules Engines in Java

* BAEL-812: Openl-Tablets example added

* BAEL-812: artifacts names changed

* BAEL-812: moving rule-engines examples to rule-engines folder

* BAEL-812: removing evaluation article files

* BAEL-812: folder renamed

* BAEL-812: folder renamed

* BAEL-812: pom.xml - parent added
2017-08-19 16:40:45 +02:00
Eunice A. Obugyei ee9152a091 BAEL-1014 [Spring MVC with Kotlin] (#2459)
* Introduction to JAX-WS[http://jira.baeldung.com/browse/BAEL-611]

* Introduction to JAX-WS[http://jira.baeldung.com/browse/BAEL-611]

* Removed unnecessary comment

* Introduction to JAX-WS[http://jira.baeldung.com/browse/BAEL-611]
Added Exception test cases

* Applied baeldung formatter in Eclipse

* Merged from https://github.com/eugenp/tutorials
Introduction to JAX-WS[http://jira.baeldung.com/browse/BAEL-611]

* Revert "Merged from https://github.com/eugenp/tutorials"

This reverts commit 74447a163b9e3f244a2578315fbdb525d20cd16b.

* Introduction to JAX-WS[http://jira.baeldung.com/browse/BAEL-611]

* Introduction to JAX-WS[http://jira.baeldung.com/browse/BAEL-611]

* Spring Security for a Java EE Application[http://jira.baeldung.com/browse/BAEL-884]

* Updated spring-security version to 4.2.3.RELEASE

* Added spring-mvc-kotlin module for http://jira.baeldung.com/browse/BAEL-1014
2017-08-19 05:08:06 +02:00
Rokon Uddin Ahmed 04689cc249 pull 16.08 (#2454)
* Update README.md

* Update README.md

* Create README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.MD

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md
2017-08-17 17:41:56 +02:00
Abhinab Kanrar c8c0c1e51d undertow (#2426)
* moving jmh into libraries module

* refactoring jmh

* Update pom.xml

* manual algorightm

* with BM result

* fix for space issue

* Fixed indentation

* change as per suggestion

* vavr either

* adding unit test and othe rutilities

* adding concurrent module

* concurrent package description

* concurrent package description

* Update EitherUnitTest.java

* introducing lambda expression

* jooby project

* jooby project

* reducing employee bean content

* bootique module

* bootique

* bootique

* undertow module

* undertow module

* refactoring

* using lambda

* as per baeldung formatter
2017-08-16 23:42:07 +02:00
felipeazv dc105bc6f2 BAEL-812: List of Rules Engines in Java (#2319)
* spring beans DI examples

* fix-1: shortening examples

* List of Rules Engines in Java

* BAEL-812: Openl-Tablets example added

* BAEL-812: artifacts names changed
2017-08-16 21:58:42 +02:00
Nancy Bosecker 4226100ea9 moved test file to correct location (#2437) 2017-08-16 21:10:01 +02:00
Seun Matt 491fc883be Update Apache Shiro Example code (#2453)
* added updated example codes

* updated example code StringToCharStream

* deleted StringToCharStream.java locally

* removed redundant file

* added code for apache commons collection SetUtils

* refactored example code

* added example code for bytebuddy

* added example code for PCollections

* update pom

* refactored tests for PCollections

* spring security xml config

* spring security xml config

* remove redundant comment

* example code for apache-shiro
2017-08-16 19:17:07 +02:00
Carsten Gräf eeb89df150 Merge pull request #2447 from earth001/master
BAEL-1079
2017-08-16 17:32:43 +02:00
Shivang Sarawagi da3273af6e Binary Search algorithm (#2448) 2017-08-15 22:56:42 -07:00
juan 7ec1db1be2 Sample code for article - JIRA: (BAEL-1079) Java 8 Streams distinctBy() some property(+ external tools) 2017-08-15 23:48:47 -03:00
Carsten Gräf 5d20115b41 Merge pull request #2446 from mohitsinha/BAEL-1105
BAEL 1105- Apache Commons CSV
2017-08-15 16:25:03 +02:00
Grzegorz Piwowarek 6db067d2c9 Refactor volatile (#2444) 2017-08-15 15:17:24 +02:00
Seun Matt 3b5d9585ed Example Code for Apache Shiro (#2441)
* added updated example codes

* updated example code StringToCharStream

* deleted StringToCharStream.java locally

* removed redundant file

* added code for apache commons collection SetUtils

* refactored example code

* added example code for bytebuddy

* added example code for PCollections

* update pom

* refactored tests for PCollections

* spring security xml config

* spring security xml config

* remove redundant comment

* example code for apache-shiro

* Fixed indentation.

* Fix formatting issues
2017-08-15 14:41:02 +02:00
buddhini81 1a9c33f76f Commit source code for BAEL-698 (#2429)
* Commit source for BAEL-698

* Commit model classes for BAEL-698

* remove file BAEL-698

* Commit source for BAEL-698

* Commit util class for BAEL-698

* delete file

* Commit source for BAEL-698

* Commit spring config class for BAEL-698

* delete file

* Commit source for BAEL-698

* Commit DAO classes for BAEL-698

* delete file

* Commit source for BAEL-698

* Commit DAO Impl classes for BAEL-698

* delete file

* Add Hibernate config XML BAEL-698

* Commit source for BAEL-698

* Commit test classes for BAEL-698

* delete file

* Upgrade versions

Upgrade spring framework version & tomcat-dbcp.version version, add mysql-connector-java dependency

* Fix typo in class name

* Fix type in PersistenceConfig class name

* Remove class with typo error

* Create tst.txt

* Commit the corrected class

* Delete tst.txt

* Fix minor formatting issues

* Fix minor formatting issues

* Fix minor formatting issues

* Fix minor formatting issues

* Fix minor formatting issues

* Fix minor formatting issues

* Fix minor formatting issues

* Fix minor formatting issues

* Fix minor formatting issues

* Fix minor formatting issues
2017-08-15 13:55:07 +02:00
deep20jain 00e3483531 Bael 1053 - Removing java from package name (#2443)
* Adding code for java broadcasting and multicasting

* Changing multicast ip

* Adding code to iterate thorugh all network interfaces

* Formatting again and fixing bug

* Applying formatting rules on all classes

* Fixing formatting

* Removing java from package name

* Deleting duplicate files

* Removing unused imports
2017-08-15 13:42:33 +02:00
Mohit Sinha 299be4a629 BAEL-1105: Apache Commons CSV, Changed name of testcase 2017-08-15 15:28:51 +05:30
Mohit Sinha 43d9bf5655 Merge branch 'master' into BAEL-1105 2017-08-15 14:53:33 +05:30
Mohit Sinha 9308baeb9c BAEL-1105: Apache Commons CSV, Test cases 2017-08-15 14:52:38 +05:30
Grzegorz Piwowarek bcc122b724 Refactor Batch (#2439) 2017-08-14 21:46:04 +02:00
Nikhil Khatwani dc9ecc143d Added test cases for BAEL-897 (#2436) 2017-08-14 20:29:36 +02:00
lor6 0de69c346c add dependency management (#2382) 2017-08-14 19:46:16 +02:00