Josh Cummings
ba55cfb67d
BAEL-1338 - Programmatic Log4j2
...
This commit features a number of tests for programmatically configuring log4j.
Note that in order to have these tests live together, there is a slight deviation in how
these are configured vs how they are in the real world, specifically around static initialization.
Generally speaking, whenever static initialization is needed for a given configuration,
it is embedded in a @BeforeClass-annotated JUnit method.
Also, to isolate the tests from each other's plugins, annotation processing was turned off
in the build. This is not required when doing programmatic configuration of log4j. It is simply
needed for the specific use case of demonstrating these various log4j plugins all in the
same module.
2018-05-19 22:07:54 -06:00
Loredana Crusoveanu
8820ebb00f
Merge pull request #4282 from chandra1123/NAN
...
Nan in Java
2018-05-19 23:12:16 +03:00
Loredana Crusoveanu
509e5064c0
Merge pull request #4285 from eugenp/custom-shutdown-endpoint
...
add custom shutdown endpoint
2018-05-19 22:29:24 +03:00
Loredana Crusoveanu
ebf0a3b21b
add custom shutdown endpoint
2018-05-19 21:29:40 +03:00
amit2103
a6c5f89093
[Bael 6514] - Fixed missing usage ( #4284 )
...
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* [BAEL-6514] - Fix usage of @AutoConfigureMockMvc without mocking
* [BAEL-6514] - Fix usage of @AutoConfigureMockMvc without mocking
* [BAEL-6514] - Fix usage of @AutoConfigureMockMvc without mocking
2018-05-19 06:10:29 -05:00
amit2103
110d3891c4
Bael 6514 ( #4281 )
...
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* [BAEL-6514] - Fix usage of @AutoConfigureMockMvc without mocking
2018-05-19 03:46:18 -05:00
chandra
aa83b3324c
Nan in Java
...
Example usage of NaN in Java
2018-05-18 16:57:28 -04:00
Loredana Crusoveanu
047722347e
Merge pull request #4278 from eugenp/vavr-boot2
...
Vavr boot2
2018-05-18 23:11:21 +03:00
Loredana Crusoveanu
0262d2d120
Merge branch 'master' of https://github.com/eugenp/tutorials into vavr-boot2
2018-05-18 17:49:32 +03:00
Loredana Crusoveanu
ee8fc48a57
update to boot 2
2018-05-18 17:49:00 +03:00
Loredana Crusoveanu
358f409404
Merge pull request #4276 from eugenp/remove-extra-files
...
remove eval code, move sms code to package
2018-05-18 17:41:03 +03:00
Loredana Crusoveanu
dc03c79a7d
remove eval code, move sms code to package
2018-05-18 16:30:05 +03:00
Loredana Crusoveanu
bd45a5b5cc
Merge pull request #4275 from michael-pratt/twilio-sms-bael-1745
...
New PR for BAEL-1745 (just Twilio code)
2018-05-18 16:23:55 +03:00
Michael Pratt
70cac0f309
New PR for BAEL-1745 (just Twilio code)
2018-05-18 05:36:00 -06:00
Tino Mulanchira Thomas
488b449253
BAEL 1756 ( #4263 ) - Review comments incorporated
2018-05-18 09:34:22 +02:00
Gangadharan Khoteeswarun
1e3b3f27a4
Spring Boot and Jasypt Code ( #4142 )
...
* Spring Boot and Jasypt Code
* Tabs to Spaces in POM
* Removed unnecessary files
* Formatted Pom
2018-05-17 22:34:04 +01:00
Loredana Crusoveanu
a9f08084ff
Merge pull request #4264 from Doha2012/master
...
fix spring hateoas
2018-05-17 22:33:18 +03:00
DOHA
70cc4ba459
minor fix
2018-05-17 13:20:43 +02:00
DOHA
bd9f672239
fix spring hateoas
2018-05-17 13:12:44 +02:00
MMonik
fb7343b76a
Merge pull request #4148 from rajat-garg/BAEL-1711-move-code-snippets
...
BAEL-1734 move packages from libraries to libraries-data
2018-05-17 15:14:02 +07:00
Loredana Crusoveanu
5222cb2485
Merge pull request #4225 from MherBaghinyan/BAEL-1754
...
Bael 1754
2018-05-17 09:53:07 +03:00
amit2103
344c94d60a
Bael 6513 ( #4257 )
...
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* [BAEL-6513] - Remove nested module
2018-05-16 06:26:19 +02:00
Eric Goebelbecker
8087dad2b2
BAEL-1787 - using Lombok @Builder on methods ( #4256 )
...
* BAEL-1787 - using Lombok @Builder on methods
* BAEL-1787 - rename class. Add AssertJ to Lombok project.
* BAEL-1787 - rename class again. Change AssertJ tests.
2018-05-15 21:43:01 -05:00
Miguel Rivero
62b5a591af
BAEL-1637: Guide to JNI(Java Native Interface) ( #4066 )
...
* BAEL-1546: Java 8 Math additions
* Applied feedback to Unit Tests
* BAEL-1546 Added missing test annotations
* Added code for BAEL-1637
* Added script for Windows C++ code compile
* Added compilation script for MacOS
* Added some Unit tests
2018-05-15 22:18:41 +01:00
Loredana Crusoveanu
1b7361a197
Merge pull request #4235 from eugenp/lor6-patch-10
...
Update README.MD
2018-05-15 23:37:18 +03:00
Shubhra Srivastava
bdb937e68b
BAEL 1748 - Optional - orElse() vs orElseGet() ( #4240 )
...
* Types of Bean Injection in Spring
* Changing config file name
* BAEL-1584 : Find an element in list
* Revert "Changing config file name"
This reverts commit d857db9f65b1cf89773348e3901385ce59d9e1f8.
* Revert "Types of Bean Injection in Spring"
This reverts commit e9efcb8e70f37e7488aa2371bb3ee62c676996f4.
* BAEL-1584 : Find an Element in Given List
* BAEL-1584 : Hashcode impl changed
* BAEL:1584 : ListIterator to Iterator change
* Method name refactoring
* BAEL 1748 - Optional OrElse vs OrElseGet
* BAEL-1748 Benchmark Runner
2018-05-15 11:20:55 -07:00
Shreyash
8b324a315b
Changes for suggestions on BAEL-998 ( #4250 )
2018-05-15 19:15:00 +02:00
DOHA
2d54c25de3
Merge remote-tracking branch 'eugenp/master'
2018-05-15 13:02:33 +02:00
Loredana Crusoveanu
3c9a2f3215
Merge pull request #4239 from Thoughtscript/BAEL-1740
...
BAEL-1740
2018-05-15 13:05:05 +03:00
José Carlos Valero Sánchez
c9f25211c0
Merge pull request #4246 from michael-pratt/BAEL-1745
...
BAEL-1745: Sending SMS in Java with Twilio
2018-05-14 20:50:19 +01:00
Eugen Paraschiv
cf76e12635
using the Spring MVC testing support properly
2018-05-14 15:56:52 +03:00
Eugen Paraschiv
30552c8d0a
formatting cleanup
2018-05-14 14:30:26 +03:00
Thoughtscript
19dd1a83ae
Servlet for upload.jsp
2018-05-14 10:51:17 +01:00
mherbaghinyan
6adc92c451
hiding test
2018-05-14 11:49:03 +04:00
Loredana Crusoveanu
1fce593392
Update README.MD
2018-05-14 10:23:03 +03:00
mherbaghinyan
5b7c29e7bf
renaming the variable
2018-05-14 11:21:52 +04:00
Eugen Paraschiv
dec95f5c25
renaming the boot ops module
2018-05-14 10:12:38 +03:00
Timoteo Ponce
ee930d56c4
BAEL-1696 Initial setup in a workable state ( #4173 )
...
* BAEL-1696 Initial setup in a workable state
* Fixed method name on tomcatController
2018-05-14 02:10:20 -05:00
Loredana Crusoveanu
02d2a46e3d
Merge pull request #4229 from shreyasht/master
...
BAEL-998:- Java Vavr interoperability
2018-05-14 10:01:22 +03:00
Michael Pratt
050cec1aef
BAEL-1745: Twilio SMS article
2018-05-13 21:09:29 -06:00
Michael Pratt
de3eb20fa4
Merge branch 'master' of https://github.com/eugenp/tutorials
2018-05-13 20:20:36 -06:00
Harsh Jain
388a2891b3
BAEL-1577 : moved hamcrest Core Matchers code samples to testing sub-modules from guava ( #4245 )
2018-05-13 16:13:47 -07:00
Thoughtscript
368fb608f7
BAEL-1740: Cleanup and Annotation Approach
2018-05-13 23:56:37 +01:00
Eugen Paraschiv
d205ffbc46
minor scala and gatling upgrades
2018-05-14 00:20:56 +03:00
Loredana Crusoveanu
bd6cc15ce7
Merge pull request #4231 from eugenp/issue-4193
...
remove security auto-config
2018-05-13 21:35:29 +03:00
Dhrubajyoti Bhattacharjee
8be0f4e1af
BAEL-1627 Define a favicon in spring boot ( #3957 )
...
* BAEL-1627 Define a favicon in spring boot
* Restrict favicon requests to GET only
* Update FaviconConfiguration.java
2018-05-13 19:49:47 +02:00
Loredana Crusoveanu
e6390c8d8d
Update ActivitiWithSpringApplication.java
2018-05-13 19:24:29 +03:00
Loredana Crusoveanu
bc2a1b7f5d
Merge pull request #4234 from eugenp/lor6-patch-9
...
Update README.md
2018-05-13 19:23:54 +03:00
Rajat Garg
7267803efc
Merge branch 'master' into BAEL-1711-move-code-snippets
2018-05-13 21:40:31 +05:30
Rajat Garg
c319fbafca
add fully qualified class name
...
Add fully qualified class name because of multiple cache providers like iginte and hazelcast
2018-05-13 21:38:16 +05:30