Danil Kornishev
319dd2653a
Spring State Machine ( #1424 )
...
* Neo4j cleanup
* Neo4j cleanup
* Neo4j cleanup x2
* State Machine Init
* cleanup
* White background, Java Util Logging
* Change to Logging
* Static import of asserts.
rename test methods
2017-03-24 16:55:27 +01:00
Grzegorz Piwowarek
f673acbb47
Update .travis.yml
2017-03-24 16:44:28 +01:00
pivovarit
d0b0debd06
Exclude integration tests
2017-03-24 16:17:34 +01:00
pivovarit
cd0873751c
add testing profile
2017-03-24 16:03:20 +01:00
pivovarit
ae52b82255
mvn test
2017-03-24 16:00:05 +01:00
pivovarit
94e1fc2da6
Remove unused tests
2017-03-24 15:52:46 +01:00
Tomasz Lelek
2d556cd763
Bael 738 ( #1478 )
...
* BAEL-724 code for put/patch article
* BAEL-724 fix typo
* BAEL-728 more generic patch approach
2017-03-24 15:29:14 +01:00
Vivek Kumar
e884e3f924
update spring-kafka project with support for multiple partitions and JSON serializer ( #1472 )
2017-03-23 21:50:30 +01:00
Tomasz Lelek
b01c2c5a94
Bael 361 jackson streaming ( #1459 )
...
* BAEL-361 tests for Streaming API
* BAEL-361 do not use deprecated API
* BAEL-361 return to not read whole json document, only needed field
2017-03-23 13:46:32 +01:00
KevinGilmore
a055ab5f81
BAEL-714: Updated README.md ( #1475 )
...
* 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
2017-03-22 19:29:59 -05:00
Justin Wilson
e71358a9de
BAEL-503: initial commit of a simple Spring AMQL example application ( #1467 )
2017-03-22 13:47:23 +01:00
KevinGilmore
d66703b5d9
BAEL-680: rename test methods ( #1470 )
...
* 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
2017-03-21 17:46:06 -05:00
Alexandre Lombard
bd237b2115
master ( #1455 )
...
* Example code to return image with @ResponseBody
* Example code showing how to return images using @ResponseBody
* Example code showing how to return images using @ResponseBody
2017-03-21 17:33:31 +01:00
Grzegorz Piwowarek
eab4a5f8ca
Move custom filter examples ( #1465 )
...
* Move custom filter examples
* Remove unused README entry
2017-03-21 17:10:30 +01:00
Grzegorz Piwowarek
faea5eb510
Refactor Javaslang samples ( #1469 )
2017-03-21 16:49:29 +01:00
slavisa-baeldung
60bbd6de56
Merge pull request #1458 from eugenp/sla-pr/1381-vert.x-dhrubayotti
...
BAEL-702 - Intro to Vert.x
2017-03-21 12:29:29 +00:00
Felipe Reis
78f87104d6
BAEL-137 Intro do JHipster ( #1427 )
...
* refactor: Reorder tests without lambda
Moves inner implementations of Answer and ArgumentMatcher to the top of
the test classes.
Also changes the lambda expression to a regular "pre java 8" expression
in one of the tests.
Resolves: BAEL-632
* feat: Create basic Monolithic JHipster project
Commit just after creating a JHipster project, before making any modifications.
Resolves: BAEL-137
* chore: Change the artifactId and name of the project
From baeldung to jhipster-monolithic and JHipster Monolithic Application
Relates to: BAEL-137
* feat: Create entities Post and Comment
Relates to: BAEL-137
* feat: Fix Gatling configuration in pom.xml
Relates to: BAEL-137
* feat: Add files for Continuous Integration
Relates to: BAEL-137
* feat: Change pom.xml to conform to Baeldung standards
- moved the <properties> element to the bottom of the file
- excluded integration tests in the default surefire configuration
- added a new profile, called integration, and added the integration tests there
- added Java 8 in the <source> and <target> tags, under maven-compiler
solves: BAEL-137
* chore: Add jhipster module to parent pom
2017-03-21 12:23:41 +01:00
Parth Joshi
07c0e84bf4
Initial commit for merging modules spring-mvc-forms into ( #1222 )
...
spring-mvc-simple.
2017-03-21 11:24:57 +01:00
pivovarit
b5ef48a1d8
Turn off spring-5 module
2017-03-21 10:00:35 +01:00
Yasin
9c755ee39c
BAEL-722 Intro to JSONassert ( #1460 )
...
* 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
2017-03-20 19:13:42 +01:00
Tomasz Lelek
b95a014c8a
BAEL-738 ( #1456 ) PUT and PATCH
...
* BAEL-724 code for put/patch article
* BAEL-724 fix typo
2017-03-20 17:54:02 +01:00
slavisa-baeldung
b4b2ad3edb
Merge pull request #1430 from eugenp/sla-pr/1423-jesus-custom-validator
...
spring-mvc-custom-validator
2017-03-20 16:00:20 +00:00
slavisa-baeldung
5294e7d425
BAEL-702 - Intro to Vert.x formatting changes
2017-03-20 15:50:43 +00:00
slavisa-baeldung
c071c59ada
Merge branch 'master' into sla-pr/1381-vert.x-dhrubayotti
2017-03-20 15:41:06 +00:00
Tomasz Lelek
29645fc0d1
BAEL-724 ( #1422 ) Property testing with Javaslang
...
* BAEL-724 add javaslang test and property testing example
* BAEL-724 make test more readable
* BAEL-724 change missspelled word to the Remainder
2017-03-20 12:18:41 +01:00
Grzegorz Piwowarek
52c1e6a3fb
Update README.md
2017-03-20 09:18:03 +01:00
Devendra Tiwari
64c2ef150e
Guava 21 ( #1411 )
...
Code for article Guava 21 | common.collect package
2017-03-20 09:16:34 +01:00
Grzegorz Piwowarek
ed70f6b338
Finite Automata refactor ( #1445 )
2017-03-20 09:15:49 +01:00
Grzegorz Piwowarek
3accbf8815
UserController refactor ( #1450 )
...
* Refactor UserController
* Refactor UserController
2017-03-19 22:31:11 +01:00
Andrew Morgan
0b78cc9e4c
Custom aop ( #1451 )
2017-03-19 22:29:10 +01:00
Grzegorz Piwowarek
6c3f4d8688
Update .travis.yml
2017-03-19 21:37:59 +01:00
Grzegorz Piwowarek
6bd430c464
Update .travis.yml
2017-03-19 21:37:44 +01:00
Grzegorz Piwowarek
e71367b3f3
Assembly plugin fix ( #1449 )
...
* Assembly plugin fix
* Fix java opts
* Fix java opts 2
* Fix java opts 3
* Add sudo: required
* Remove sudo: required
* Enable incremental builder
* Disable incremental builder
* Update
* Update
2017-03-19 20:03:23 +01:00
Grzegorz Piwowarek
365d9b7023
Update README.md ( #1441 )
2017-03-19 20:02:50 +01:00
Grzegorz Piwowarek
e693c47019
Delete README.md ( #1440 )
2017-03-19 20:02:29 +01:00
Grzegorz Piwowarek
7d670d2be6
Update README.md ( #1442 )
2017-03-19 20:02:15 +01:00
Grzegorz Piwowarek
debde5ad67
Update README.md ( #1439 )
2017-03-19 20:02:04 +01:00
KevinGilmore
32c21f2722
BAEL-731: Updated README ( #1452 )
...
* 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
2017-03-19 13:55:38 -05:00
dhruba619
81741d8406
Merge branch 'eugenp-master'
...
Mergered to local, to pull updates from base repo
and to resolve conflicts
2017-03-19 22:43:23 +05:30
dhruba619
a652b5576a
resolved conflicts
2017-03-19 22:39:05 +05:30
dhruba619
32147b4459
BAEL-702 Intro to Vert.x Initial commit
2017-03-19 22:28:34 +05:30
lor6
04d8fed1c5
validation with mvc and angular ( #1378 )
...
* validation with mvc and angular
* fix dependency versions
2017-03-19 16:25:11 +01:00
Daniel Cassiani
d35f7d01f7
BAEL-388 ( #1360 )
...
* initial push
* module Java Web Start (jws) add
* pom improvements and fixes
2017-03-19 12:44:00 +01:00
Mihai Emil Andronache
202a19acbf
Automata indentation and link ( #1425 )
...
* finite automata example
* indentation and link
2017-03-19 10:29:39 +01:00
Yasin
9d0cb1e2aa
BAEL-722 Intro to JSONassert ( #1437 )
...
* 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
2017-03-19 09:51:25 +01:00
mariiakulik
22b5c4924b
Create README.md ( #1434 )
2017-03-19 08:33:49 +01:00
mujahid
ae6514b5cf
BAEL-347 Fixes ( #1361 )
...
* solr-fulltext-search module created
* solr-fulltext-search modue created
* solr-fulltext-search change
s
* pom changes merged from upstream
* removed integration tests from mvn build
* Refactoring test class
* removed test profile
2017-03-19 08:22:06 +01:00
mariiakulik
11536181b5
Update README.MD ( #1433 )
2017-03-19 01:05:04 +01:00
mariiakulik
8981008cba
Update README.md ( #1432 )
2017-03-18 22:38:31 +01:00
mariiakulik
6300112fc6
README files update ( #1435 )
...
* Create README.md
* Update README.md
* Update 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
* Create README.md
* Update README.md
* Update README.md
* Create README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Create README.md
* Update 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
* Create README.md
* Create README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Create README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.MD
* Update README.MD
* Create README.md
2017-03-18 20:25:06 +01:00