maibin
a826e70c23
Jenetics library ( #1601 )
2017-04-09 22:19:49 -05:00
Doha2012
cc276589ec
fix integration test ( #1615 )
...
* 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
2017-04-09 20:38:30 +02:00
Tomasz Lelek
a5de78c2b2
Bael 766 flink ( #1533 )
...
* BAEL-756 code for flink article
* reorder
* simpler wordCount example
* BAEL-766 changes according to PR
* BAEL-766 change datasource to dataset
* BAEL-766 add sorting example
* BAEL-766 add simple streaming example
* one missing change to dataSet
* windowing example
* add window example
* add dependency explicitly
* add plugin
* add surefire plugin, change neme of the test to *IntegrationTest
2017-04-09 12:23:57 +02:00
Tian Baoqiang
60332bb563
BAEL-451 ( #1610 )
...
* BAEL-451 rest api test with JBehave
* reformat pom
* exclude live test from normal mvn test
2017-04-09 10:38:20 +02:00
MMonik
1e8bcdccb2
Update README.md ( #1606 )
2017-04-09 09:43:50 +02:00
Doha2012
c0509dd1ee
minor fix ( #1612 )
...
* 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
2017-04-08 15:47:42 +02:00
Grzegorz Piwowarek
60c2edaaeb
StringTokenizerTest refactor ( #1611 )
...
* TokenizerRefactor
* TokenizerRefactor
* TokenizerRefactor
2017-04-08 13:49:01 +02:00
Raúl Juárez
13a42ea281
Intro to JasperReports with Spring ( #1608 )
2017-04-08 11:48:47 +02:00
slavisa-baeldung
190ce77a0b
Merge pull request #1477 from shankarps/BAEL_679_reactive_streams
...
BAEL-679. Java 9 Reactive Streams. Third draft.
2017-04-08 07:30:37 +02:00
Doha2012
f5437fefaa
Fix integration test ( #1607 )
...
* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
2017-04-07 22:42:32 +02:00
Eunice A. Obugyei
6bf3659fb5
Introduction to JAX-WS[ http://jira.baeldung.com/browse/BAEL-611 ] ( #1566 )
...
* 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
* Added mockito-core dependency
* 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 ]
* Removed mockito version from properties
2017-04-07 14:37:47 -06:00
lor6
a3926e4204
separate test datasource ( #1575 )
...
* separate test datasource
* remove hsqldb
* fix var name
* move config class
2017-04-07 15:30:29 -05:00
Grzegorz Piwowarek
196ea6b5f7
Refactor Tokenizer ( #1605 )
2017-04-07 18:15:19 +02:00
Grzegorz Piwowarek
e7d81e6e98
Optimize build ( #1604 )
2017-04-07 16:56:35 +02:00
Abhinab Kanrar
7ab1e37356
cusstom token ( #1588 )
...
* rest with spark java
* 4
* Update Application.java
* indentation changes
* spring @requestmapping shortcuts
* removing spring requestmapping and pushing spring-mvc-java
* Joining/Splitting Strings with Java and Stream API
* adding more join/split functionality
* changing package name
* testcase change
* adding webutils
* adding testcase for WebUtils and ServletRequestUtils
* adding testcase
* spring-security-stormpath
* adding ratpack module
* adding pom.xml
* adding following modules with updated testcase : DB, Filter, Json
* adding spring-boot custom banner tutorial
* changing banner format in plain text
* Delete banner.txt~
* Delete b.txt~
* CORS in JAX-RS
* ratpack with google guice
* adding factory instance example
* quick-guide-to-the-java-stringtokenizer
* Update Application.java
* Delete MovieCrudService.java~
* token customization
* Update Application.java
* adding csv test
* adding csv test
* Update Application.java
* adding collection module
2017-04-07 16:33:10 +02:00
Mohamed Sanaulla
d87e0663fc
incorporate review comments for BAEL-747 ( #1603 )
2017-04-07 16:31:39 +02:00
Tehreem
69965db187
Spring Cloud Zookeeper ( #1399 )
...
* Spring Cloud Zookeeper
* Spring Cloud Zookeeper Updated
2017-04-07 09:47:33 +02:00
Walter Gómez
22dda8c2be
Fix/readme update ( #1602 )
...
* 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 Readme for core-java and spring-hibernate4
* Updating repo
2017-04-07 08:09:53 +02:00
Himanshu Bhardwaj
fd8e872feb
[BAEL-752] Cucumber with Scenario Outline ( #1583 )
...
* [BAEL-752] Cucumbr with Scenario Outline
* Corrected indentation
* Applied more formatting guidelines.
* Java standard used for method names
2017-04-06 10:44:28 +02:00
iaforek
ad0cd72dfd
BAEL-434 Spring Roo ( #1589 )
...
* 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.
2017-04-06 02:20:04 +02:00
KevinGilmore
2dfd789a4d
Update README files and cleanup ( #1597 )
...
* Add files via upload
* Update pom.xml
* Update RunGuice.java
* Update Communication.java
* Update CommunicationMode.java
* Update DefaultCommunicator.java
* Update EmailCommunicationMode.java
* Update IMCommunicationMode.java
* Update SMSCommunicationMode.java
* Update MessageLogger.java
* Update MessageSentLoggable.java
* Update AOPModule.java
* Update BasicModule.java
* Update CommunicationModel.java
* Update Communicator.java
* Update BasicModule.java
* Update RunGuice.java
* Update MessageLogger.java
* Update Communicator.java
* Update pom.xml
* BAEL-278: Updated README.md
* BAEL-554: Add and update README.md files
* Update pom.xml
* Update pom.xml
* Update pom.xml
* BAEL-345: fixed assertion
* BAEL-109: Updated README.md
* BAEL-345: Added README.md
* Reinstating reactor-core module in root-level pom
* BAEL-393: Adding guide-intro module to root pom
* BAEL-9: Updated README.md
* BAEL-157: README.md updated
* Changed project name
* Update RunGuice.java
Removed references to message logging and output
* Update Communication.java
Removed message logging-related code
* BAEL-566: Updated README.md
* New project name
* BAEL-393: removing guice-intro directory
* BAEL-393: renamed module guice-intro to guice in root pom.xml
* BAEL-393 and BAEL-541 README.md files
* BAEL-731: Updated README.md
* BAEL-680: renamed test methods
* BAEL-714: Updated README.md
* BAEL-737: Updated README.md
* BAEL-680 and BAEL-756 README.md updates
* BAEL-666: Updated README
* BAEL-415: Custom Scope
* BAEL-415: Custom Scope - renamed classes to reflect TenantScope
* README file updates for BAEL-723, BAEL-763, and BAEL-415
2017-04-05 17:49:18 -05:00
gitterjim-I
57fe1fce37
Change test names once more ( #1596 )
...
* article Bael-667 initial commit.
* Switch to use logging framework for output.
* Make code more concise. Refactor as suggested.
* modify test method names
2017-04-05 21:40:09 +02:00
KevinGilmore
806d2d87b7
BAEL-415: Custom Scope in Spring ( #1578 )
...
* Add files via upload
* Update pom.xml
* Update RunGuice.java
* Update Communication.java
* Update CommunicationMode.java
* Update DefaultCommunicator.java
* Update EmailCommunicationMode.java
* Update IMCommunicationMode.java
* Update SMSCommunicationMode.java
* Update MessageLogger.java
* Update MessageSentLoggable.java
* Update AOPModule.java
* Update BasicModule.java
* Update CommunicationModel.java
* Update Communicator.java
* Update BasicModule.java
* Update RunGuice.java
* Update MessageLogger.java
* Update Communicator.java
* Update pom.xml
* BAEL-278: Updated README.md
* BAEL-554: Add and update README.md files
* Update pom.xml
* Update pom.xml
* Update pom.xml
* BAEL-345: fixed assertion
* BAEL-109: Updated README.md
* BAEL-345: Added README.md
* Reinstating reactor-core module in root-level pom
* BAEL-393: Adding guide-intro module to root pom
* BAEL-9: Updated README.md
* BAEL-157: README.md updated
* Changed project name
* Update RunGuice.java
Removed references to message logging and output
* Update Communication.java
Removed message logging-related code
* BAEL-566: Updated README.md
* New project name
* BAEL-393: removing guice-intro directory
* BAEL-393: renamed module guice-intro to guice in root pom.xml
* BAEL-393 and BAEL-541 README.md files
* BAEL-731: Updated README.md
* BAEL-680: renamed test methods
* BAEL-714: Updated README.md
* BAEL-737: Updated README.md
* BAEL-680 and BAEL-756 README.md updates
* BAEL-666: Updated README
* BAEL-415: Custom Scope
* BAEL-415: Custom Scope - renamed classes to reflect TenantScope
2017-04-05 13:12:33 -05:00
Wim Deblauwe
bbcafe2e32
Feature/bael 87 ( #1590 )
...
* BAEL-87 - @JsonComponent in Spring Boot
* BAEL-87 - @JsonComponent in Spring Boot
* BAEL-87 - @JsonComponent in Spring Boot
Rename tests to end on *IntegrationTest so they can be run on a more powerful Jenkins machine
2017-04-05 11:01:21 +02:00
Grzegorz Piwowarek
cb9c16a533
Optimize build ( #1592 )
...
* Optimize build
* Optimize build
2017-04-05 09:20:39 +02:00
Tomasz Lelek
eb26f83cd1
Bael 770 jetty ( #1548 )
...
* BAEL-770 add jetty simple test case
* BAEL-770 jetty async and blocking servlets
* BAEL-766 reorder
2017-04-04 22:48:41 +02:00
Abhinab Kanrar
50ff1d18c4
quick-guide-to-the-java-stringtokenizer ( #1587 )
...
* rest with spark java
* 4
* Update Application.java
* indentation changes
* spring @requestmapping shortcuts
* removing spring requestmapping and pushing spring-mvc-java
* Joining/Splitting Strings with Java and Stream API
* adding more join/split functionality
* changing package name
* testcase change
* adding webutils
* adding testcase for WebUtils and ServletRequestUtils
* adding testcase
* spring-security-stormpath
* adding ratpack module
* adding pom.xml
* adding following modules with updated testcase : DB, Filter, Json
* adding spring-boot custom banner tutorial
* changing banner format in plain text
* Delete banner.txt~
* Delete b.txt~
* CORS in JAX-RS
* ratpack with google guice
* adding factory instance example
* quick-guide-to-the-java-stringtokenizer
* Update Application.java
* Delete MovieCrudService.java~
2017-04-04 12:32:55 +02:00
Yasin
a4f4301196
BAEL-729 Adding custom info to actuator's /info endpoint ( #1584 )
...
* yasin.bhojawala@gmail.com
Evaluation article on Different Types of Bean Injection in Spring
* Revert "yasin.bhojawala@gmail.com"
This reverts commit 963cc51a7a15b75b550108fe4e198cd65a274032.
* Fixing compilation error and removing unused import
* Introduction to Java9 StackWalking API - yasin.bhojawala@gmail.com
Code examples for the article "Introduction to Java9 StackWalking API"
* BAEL-608 Introduction to Java9 StackWalking API
* BAEL-608 Introduction to Java9 StackWalking API
changing the test names to BDD style
* BAEL-608 Introduction to Java9 StackWalking API
correcting the typo
* BAEL-608 Introduction to Java9 StackWalking API
improving method names
* BAEL-608 Introduction to Java9 StackWalking API
test method names improvements
* BAEL-718 Quick intro to javatuples
* merging pom from master
* BAEL-722 Intro to JSONassert
* BAEL-722 Intro to JSONassert
Updated to 1.5.0
* BAEL-745 Quick Math.pow example
* BAEL-729 Adding custom info to actuator's /info endpoint
2017-04-04 12:28:51 +02:00
sp619r
975ee3bc85
BAEL-679 second draft
2017-04-03 21:02:58 -07:00
Wim Deblauwe
8da820b35a
BAEL-87 - @JsonComponent in Spring Boot ( #1519 )
2017-04-04 00:35:35 +02:00
gitterjim-I
2a76b9c656
change test names, bael-667 ( #1581 )
...
* article Bael-667 initial commit.
* Switch to use logging framework for output.
* Make code more concise. Refactor as suggested.
* modify test method names
2017-04-04 00:30:45 +02:00
Grzegorz Piwowarek
e7cc45644e
Optimize build ( #1582 )
2017-04-03 18:03:10 +02:00
Grzegorz Piwowarek
4d08f3db6d
Refactor Analyzer examples ( #1579 )
...
* Refactor Analyzer examples
* Refactor Analyzer examples
2017-04-03 09:14:11 -05:00
slavisa-baeldung
0f673891a6
Merge pull request #1572 from dhruba619/master
...
BAEL-716 TestNG vs JUnit improvement
2017-04-03 06:29:42 +02:00
lor6
1a05305b31
custom failureAnalyzer ( #1559 )
2017-04-02 21:18:07 -05:00
lor6
77d270a4b1
in memory dbs config ( #1551 )
...
* in memory dbs config
* small fix
2017-04-02 20:53:22 -05:00
Tomasz Lelek
44e63c68f2
Bael 769 javers ( #1543 )
...
* BAEL-769 code for javers article
* BAEL-769 add more examples
2017-04-02 23:54:28 +02:00
buddhini81
09329512cd
Modifications to the JavaEEAnnotationsSample application ( #1522 )
...
* Delete the class
As it is not relevant for the example
* Update AccountServlet.java
Changes made in doPost method.
* Update UploadCustomerDocumentsServlet.java
Changes made in doPost method
* README file added
* Fix error - add missing import
2017-04-02 22:34:46 +02:00
Diane Duan
54615ddd11
BAEL-640: Guide to Mathematical Operations with Guava ( #1390 )
...
* Guava IntMath tests
* Guava DoubleMath test
* break down testDoubleMath()
2017-04-02 21:28:36 +02:00
ahamedm
d361c91ed3
BAEL-696 Implement OR in the REST API Query Language - Alternate Impl ( #1576 )
...
* Dependency Injection Types, XML-Config, Java-Config, Test Classes
* Formatting done with Formatter Configuration in Eclipse
* REST Query Lang - Adv Search Ops - Improvement - C1
* REST Query Lang - Adv Search Ops - Improvement - C2
* BAEL-696 Code formatting
* REST Query Lang - Adv Search Ops - Improvement - C3
* BAEL-696 Formatting
* OR operation with PostFix Expression
* Revert the changes done for PostFix Expr
* Merged from Upstream
* Remove Sorting of Predicates
* REST Query Lang - Adv Search Ops - Improvement - C5
2017-04-02 20:57:45 +02:00
dhruba619
c817aec2dc
BAEL-716 Junit vs testng improvement updated formatting
2017-04-02 21:20:31 +05:30
Andrew Morgan
c3b73c5e56
Bael 627 ( #1431 )
...
* Initial commit
* Spock examples
* Changed Spock Version
2017-04-02 16:50:00 +02:00
Nikhil Khatwani
8e060b9aaf
Bael 711 guide to microservices using lagom framework v2 ( #1573 )
...
* BAEL_711_Guide_to_Microservices_using_lagom_framework Changes
* BAEL_711_Guide_to_Microservices_using_lagom_framework_v2
* BAEL_711_Guide_to_Microservices_using_lagom-Review Comments
* Corrected scala version
2017-04-02 16:48:21 +02:00
dhruba619
d85f1640d7
BAEL-716 Junit vs testng improvement
2017-04-02 16:35:58 +05:30
Dhrubajyoti Bhattacharjee
ccd76faa60
Merge pull request #4 from eugenp/master
...
Pulled from eugenp:master to sync my fork
2017-04-02 16:04:21 +05:30
KevinGilmore
b4b5f79ce1
BAEL-666: README ( #1563 )
...
* Add files via upload
* Update pom.xml
* Update RunGuice.java
* Update Communication.java
* Update CommunicationMode.java
* Update DefaultCommunicator.java
* Update EmailCommunicationMode.java
* Update IMCommunicationMode.java
* Update SMSCommunicationMode.java
* Update MessageLogger.java
* Update MessageSentLoggable.java
* Update AOPModule.java
* Update BasicModule.java
* Update CommunicationModel.java
* Update Communicator.java
* Update BasicModule.java
* Update RunGuice.java
* Update MessageLogger.java
* Update Communicator.java
* Update pom.xml
* BAEL-278: Updated README.md
* BAEL-554: Add and update README.md files
* Update pom.xml
* Update pom.xml
* Update pom.xml
* BAEL-345: fixed assertion
* BAEL-109: Updated README.md
* BAEL-345: Added README.md
* Reinstating reactor-core module in root-level pom
* BAEL-393: Adding guide-intro module to root pom
* BAEL-9: Updated README.md
* BAEL-157: README.md updated
* Changed project name
* Update RunGuice.java
Removed references to message logging and output
* Update Communication.java
Removed message logging-related code
* BAEL-566: Updated README.md
* New project name
* BAEL-393: removing guice-intro directory
* BAEL-393: renamed module guice-intro to guice in root pom.xml
* BAEL-393 and BAEL-541 README.md files
* BAEL-731: Updated README.md
* BAEL-680: renamed test methods
* BAEL-714: Updated README.md
* BAEL-737: Updated README.md
* BAEL-680 and BAEL-756 README.md updates
* BAEL-666: Updated README
2017-04-02 10:08:13 +02:00
slavisa-baeldung
8fc519538d
Bael 112 validator upgrade ( #1567 )
...
* BAEL-112 - upgrading hibernate validator
* BAEL-112 - upgrading hibernate validator
2017-04-02 10:07:37 +02:00
Wim Deblauwe
077d745b8d
BAEL-75 - Spring Boot Audit Support ( #1561 )
...
Rework to avoid the separate spring-boot-auditing module by moving the code to the spring-security-core module
2017-04-01 23:02:19 +02:00
Raúl Juárez
4b9aa5480a
BAEL-431 A CLI with Spring Shell ( #1562 )
...
* A Simple CLI with Spring Shell
Code for article
* Correct file name
2017-04-01 21:58:58 +02:00
Mohamed Sanaulla
0b17547d20
code for BAEL-747 after incorporating review comments ( #1560 )
2017-04-01 21:51:12 +02:00