Commit Graph

7961 Commits

Author SHA1 Message Date
Marcos Lopez Gonzalez 74e66a8ba9 Merge branch 'masterupstream' into beforeAfterAnnotationsJunit 2018-04-06 19:26:40 +02:00
Marcos Lopez Gonzalez 311684bc57 Before and after Junit annotations 2018-04-06 19:26:26 +02:00
aietcn ca53793bb0 update BAEL-1565 test method names (#3943) 2018-04-06 17:19:15 +02:00
Pello Altadill 2f5d74ad37 BAEL-1562 - Thymeleaf dependency updated (#3940)
* BAEL-1562 - Thymeleaf sample working

* BAEL-1562 Code added for Fragments sample

* BAEL-1562 - Last correction for the test

* BAEL-1562 - Thymeleaf sample working

* BAEL-1562 Code added for Fragments sample

* BAEL-1562 - Last correction for the test

* Updates Thymeleaf version to 3.0.9.RELEASE
2018-04-06 06:10:46 -05:00
Graham Cox 1b454b7267 Examples for BAEL-1169 (#3934) 2018-04-06 06:08:33 -05:00
Loredana Crusoveanu 0c6c5b9286
Merge pull request #3932 from SeunMatt/master
Example Code for BAEL-1682
2018-04-06 10:03:06 +03:00
Pello Altadill 5edb9acb95 BAEL-1562 - Working with Fragments in Thymeleaf (#3868)
* BAEL-1562 - Thymeleaf sample working

* BAEL-1562 Code added for Fragments sample

* BAEL-1562 - Last correction for the test

* BAEL-1562 - Thymeleaf sample working

* BAEL-1562 Code added for Fragments sample

* BAEL-1562 - Last correction for the test
2018-04-05 21:46:47 -05:00
Tom Hombergs b20a3a1097
Merge pull request #3909 from mansi2392/master
BAEL-1557 Intro to Apache OpenNlp
2018-04-05 23:26:48 +02:00
Seun Matt 9f55d1a64d Merge branch 'master' of https://github.com/eugenp/tutorials 2018-04-05 19:29:42 +01:00
Seun Matt 04cca3a62d updated example source code 2018-04-05 19:29:12 +01:00
ocheja 460a317e6a BAEL-1602 (#3926)
* Implement examples for ASCII Art in Java

* Remove deprecated use of ControllerClassNameHandlerMapping

* Implement examples for JSTL core tag

* Implement examples for JSTL formatting tags

* Implement examples for JSTL SQL tags

* Implement examples for JSTL XML tags

* Implement examples for JSTL function tags

* Setup controllers package scanning

* Add link to article on jstl

* naming change

* Add jstl maven repository
2018-04-05 16:38:10 +02:00
Carlo Corti 5a44224fd9 Added TestScheduler to TimeFiltering operators test (#3935) 2018-04-05 11:02:56 +02:00
hyapit f27664413c Removed redundant bootJar block 2018-04-04 22:14:20 -07:00
hyapit 858f83a3de Added another bootJar manifest configuration example commented out 2018-04-04 22:13:29 -07:00
Carlo Corti 0bf46b81a2 BAEL-1512 Filtering Observables in RxJava (#3931)
* Added test cases for RxJava Filtering Operators

* Added @Ignore on TimeFiltering tests
2018-04-05 06:09:06 +02:00
Seun Matt 6b02742728 updated properties file for example 2018-04-05 01:27:37 +01:00
Seun Matt 099278bfb8 added example code for BAEL-1682 2018-04-05 01:04:02 +01:00
Seun Matt e8c4bb6308 Merge branch 'master' of https://github.com/eugenp/tutorials 2018-04-04 22:58:56 +01:00
Alessio Stalla 266c285533 BAEL-1040 (#3929)
* Code for BAEL-1040

* Amended code for BAEL-1040

* Amended tests for BAEL-1040
2018-04-03 16:44:06 -07:00
hyapit 759a2d1eed BAEL-1623 Added an bootJar block in build.gradle 2018-04-03 16:24:19 -07:00
Loredana Crusoveanu a81bd92cef
Merge pull request #3894 from MherBaghinyan/BAEL-1638
Bael 1638
2018-04-04 01:04:27 +03:00
Magdalena Krause 2e1949b898 BAEL-1579: Renaming custom matcher and handling corner case. (#3928) 2018-04-03 14:41:09 -07:00
mherbaghinyan 1a443a6c63 bring back the maven 2018-04-04 00:10:17 +04:00
mherbaghinyan 90e6d2e19b minor changes 2018-04-04 00:05:36 +04:00
mansi2392 8572fa3213 BAEL-1557 Refactor 2018-04-04 00:36:59 +05:30
Antonio David Perez Morales ad40040852 BAEL-1531 Add class to connect to secured server (#3919) 2018-04-03 12:43:24 +02:00
Alex Vargas 5a8e4a755e Adding web3j contract deployment example (#3911)
Committer: Alex Vargas <alexvargas1425@gmail.com>
2018-04-03 12:37:50 +02:00
José Carlos Valero Sánchez 30eeb09828
Merge pull request #3916 from steinhauer-software/BAEL-1489
BAEL-1489: Password storage in Spring Security 5
2018-04-03 08:27:41 +01:00
hyapit d7899b6626 BAEL-1623 sample spring boot gradle project 2018-04-02 23:49:20 -07:00
Fabio Pereira e8ab46e4e4 removing moved classes and resources 2018-04-02 21:59:53 -03:00
Fabio Pereira f871b4e1fe changing classes of maven module 2018-04-02 21:57:53 -03:00
Tom Hombergs 8db0635841
Merge pull request #3912 from theawesomenayak/BAEL-1676
[BAEL-1676] Kotlin Read from File
2018-04-02 22:11:06 +02:00
Siben Nayak 6fadb8bdef Change StandardCharsets to Charsets 2018-04-02 16:34:35 +05:30
Mher Baghinyan 19fb7ef5a2 Bael 1625 (#3831)
* shutdown boot app

* test the ctx.close()

* application shutdown test

* BAEL-1625

* /shutdown endpoint test

* bring back the closeApplication

* @Ignore shutdown endpoint test
2018-04-02 07:56:55 +02:00
Eric Goebelbecker b34473ebbb BAEL-1595 - JetS3t for S3 storage. (#3920) 2018-04-01 22:38:51 -07:00
Fabio Pereira 0a1293f553 add: more tests 2018-04-02 00:20:18 -03:00
Alejandro Gervasio 2ed8ad2e00 Inheritance and Composition (Is-a vs Has-a relationship) in Java - BAEL-1598 (#3871)
* Initial Commit

* Fix package names
2018-04-01 20:50:12 -05:00
KevinGilmore 5ce4bd458a
BAEL-1510 README (#3918)
* BAEL-973: updated README

* BAEL-1069: Updated README

* BAEL-817: add README file

* BAEL-1084: README update

* BAEL-960: Update README

* BAEL-1155: updated README

* BAEL-1041: updated README

* BAEL-973: Updated README

* BAEL-1187: updated README

* BAEL-1183: Update README

* BAEL-1133: Updated README

* BAEL-1098: README update

* BAEL-719: add README.md

* BAEL-1272: README update

* BAEL-1272: README update

* BAEL-1196: Update README

* BAEL-1328: Updated README

* BAEL-1371: Update README.md

* BAEL-1371: Update README.md

* BAEL-1278: Update README

* BAEL-1326: Update README

* BAEL-399: Update README

* BAEL-1297: Update README

* BAEL-1218: README

* BAEL-1148 README update

* BAEL-113 README

* BAEL-1158 README

* BAEL-1539: Update README

* BAEL-1507 README update

* BAEL-1178 README updated

* BAEL-1462 README

* BAEL-1491 README update

* BAEL-1612: README update

* BAEL-1510: Updated README
2018-04-01 14:53:21 -05:00
Siben Nayak b3064e448e Kotlin Read from File 2018-04-01 00:47:42 +05:30
Adam InTae Gerard 323f5bf370 BAEL-1635: Spring Boot CLI (#3886)
* BAEL-1635: Spring Boot CLI

* Modified packages for consistent naming
2018-03-31 13:45:58 -05:00
Holger Steinhauer 75a6a41356 BAEL-1489: Explicitely handing in empty authorities list 2018-03-30 22:20:20 +01:00
Holger Steinhauer bed25cd0da BAEL-1489: Upgrading to Spring Boot 2 GA and using UserBuilder 2018-03-30 18:56:40 +01:00
mansi2392 3cc84f5446 BAEL-1557 Code Formatting 2018-03-30 11:49:52 +05:30
mansi2392 15e5d5fa1f BAEL-1557 Intro to Apache OpenNlp 2018-03-30 11:32:21 +05:30
mansi2392 db10f66e60 BAEL-1557 Intro to Apache OpenNlp 2018-03-30 11:28:42 +05:30
Magdalena Krause 6549e41afa BAEL-1579: Hamcrest custom matchers. (#3905)
* BAEL-1579: Hamcrest custom matchers.

* BAEL-1589: Removing hamcrest dependency test scope.
2018-03-29 13:58:19 -07:00
Eric Goebelbecker 48b8d2c8a5 BAEL-1545 - Nats Tutorial (#3904) 2018-03-28 22:06:24 -07:00
Patryk 5b00f0e0e3 BAEL-1600 Internationalization in Java 8 (#3902)
BigDecimal for currency formatting.
2018-03-28 22:13:52 +01:00
raghav-jha 1de8475a99 BAEL-1576 Added implementation for finding sum in a boxed integer array (#3901) 2018-03-28 17:37:33 +01:00
gautamshetty 757f634467 BAEL - 717 : Singleton EJB Beans. (#3883)
* BAEL-717: Singleton EJB Bean

Files for BAEL-717:Singleton EJB Bean.

* BAEL-717: Singleton EJB Bean

Corrected Indentation.

* BAEL-717: Singleton EJB Bean

Corrected Indentation.

* BAEL-717: Singleton EJB Bean

Corrected Indentation.

* BAEL-717: Singleton EJB Bean

Corrected Indentation.

* BAEL-717: Singleton EJB Bean

Changed artifactId value.

* BAEL-717: Singleton EJB Bean.

Added module for Singleton EJB Bean.

* BAEL-717: Singleton EJB Bean. 

Removed Singleton EJB Bean Module.

* BAEL-717: Singleton EJB Bean

Changed the JNDI Lookup name.

* BAEL-717: Singleton EJB Bean. 

Added the "singleton-ejb-bean" module.

* BAEL-717: Singleton EJB Bean.

Corrected Indentation.

* BAEL-717: Singleton EJB Bean

Corrected Indentation.

* BAEL-717: Singleton EJB Bean.

Corrected Indentation.

* BAEL-717: Singleton EJB Bean.

Corrected Indentation.

* BAEL-717:Singleton EJB Bean.

Corrected Indentation.

* BAEL-717:Singleton EJB Bean.

Corrected Indentation.
2018-03-28 13:35:53 +01:00