BQ
ed57ee1bf2
BAEL-1779 update parent-module and add azure module to main pom
2018-05-25 00:34:38 +08:00
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
dc03c79a7d
remove eval code, move sms code to package
2018-05-18 16:30:05 +03: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
Tom Hombergs
5c4fe46ea2
Merge pull request #4199 from krnkhanna1989/BAEL-1467
...
code samples for spring data key value
2018-05-12 19:47:57 +02:00
Karan Khanna
114b44da7e
changes to add spring-data-keyvalue to parent pom.
2018-05-10 22:56:09 +02:00
Wosin
0dfaafac5c
BAEL-430: Added performance tests for mapping frameworks ( #4092 )
...
* BAEL-430: Added performance tests for mapping frameworks
* Fixes
* Removed @Test annotation.
2018-05-08 10:50:53 +02:00
Loredana Crusoveanu
b4d4d4ec08
upgrade spring-boot project, extract auto-config, remove security
2018-05-06 21:19:41 +03:00
amit2103
05b7e933bd
Bael 5247 ( #4175 )
...
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* Added new parent pom
* initial clean up of child poms
* Added new parent pom
* [BAEL-5247] - New Parents in the tutorials repo
2018-05-05 22:30:00 +02:00
ShyamVeda
7d41c7edb7
Log4j 2 Programmatic Configuration BAEL 1338 ( #4057 )
2018-05-02 07:11:59 -06:00
amit2103
cfd98d2fe3
[Bael 6056] - Move collection-related logic from core-java to core-java-collections ( #4114 )
...
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* [BAEL-6056] - Move collection-related logic from core-java to core-java-collections
* [BAEL-6056] - Move collection-related logic from core-java to core-java-collections
* [BAEL-6056] - Move collection-related logic from core-java to core-java-collections
* [BAEL-6056] - Move collection-related logic from core-java to core-java-collections
2018-04-29 08:38:59 +02:00
amit2103
f2128ad054
Bael 5249 cleanup ( #4108 )
...
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* [BAEL-5249] - 21.02 - pom cleanup - formatted pom.xml
2018-04-26 14:37:47 +02:00
amit2103
ba1ba8455d
Bael 5249 ( #4052 )
...
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* Defined the integration profile in the parent
* 21.02 - pom cleanup
* 21.02 - pom cleanup
* 21.02 - pom cleanup
* 21.02 - pom cleanup
* Spring-dependency injection
* BAEL-1683-Guide to Java Clock class
* BAEL-1683-Guide to Java Clock class
* added article link
* added article link
* fixed link
* refactoring packages and using generics
* BAEL-717: Singleton Session Bean. (#4046 )
* 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.
* BAEL-717: Singleton Session Bean.
Added class for Bean-Managed concurrrency.
Changed class name from CountryStateCacheBean to CountryStateContainerManagedBean.
* BAEL-717: Singleton Session Bean.
Changing the name of the class to CountryStateContainerManagedBean.
* BAEL-717: Singleton Session Bean.
Added method to test Bean-Managed concurrency.
* Get Latest.
* deleting CountryStateBeanManagedBean for new file.
* deleting CountryStateCacheBean for new file.
* deleting CountryStateContainerManagedBean for new file.
* BAEL-717: Singleton Session Bean.
Adding file for Bean with Bean-Managed concurrency.
Changing file name for original file to CountryStateContainerManagedBean with Container-Managed concurrency.
* Deleting file for new checkin.
* BAEL-717: Singleton Session Bean.
Added test case for Bean-Manged concurrency.
Change in JNDI names.
* BAEL-717: Singleton Session Bean.
Changed the assert method parameter order and null check in test cases.
* BAEL-717:Singleton Session Bean
Removed volatile keyword for the variable countryStatesMap. Marking it as final.
* [BAEL-1641] Find all pairs of numbers in an array that add up to a given sum (#3890 )
* [BAEL-1641] Find all pairs of numbers in an array that add up to a given sum
* Commiting editor's suggested changes
* Commiting article Spring Data Reactive Mongo DB microservice in Kotlin
* Revert commit for BAEL 1687 - Moving those files to a new branch
* Use AssertJ and BDD-style on unit testing
* BAEL 1639: added singleton examples and test. (#3977 )
* BAEL-1701 (#4012 )
* BAEL-1701: Create SQSApplication, add most functionality (still need to format, and add queue monitoring)
* BAEL-1701: Complete examples
* added article links
* removed folder "SpringDependencyInjection"
e Please enter the commit message for your changes. Lines starting
* BAEL-1706 - optional parameters in java (#4050 )
* BAEL-1706 - optional parameters in java
* minor adjustments per review
* add tests
* fix formatting
* fix constructor issue with MultiVitaminOverloading
* BAEL-1706 Test name change, formatting
* working with booleans in thymeleaf (#4061 )
* BAEL-1725 Java Pass-by-reference vs Pass-by-value - First commit (#4058 )
* BAEL-1725 Java Pass-by-reference vs Pass-by-value - First commit
* updated test cases
* Update README.md
* Demonstration of Java assert
* BAEL-1679 (#3959 )
* BAEL-1412 add java 8 spring data features
* BAEL-21 new HTTP API overview
* BAEL-21 fix executor
* BAEL-1432 add custom gradle task
* BAEL-1567 add samples of cookie and session in serlvet
* BAEL-1567 use stream api
* BAEL-1567 fix optional
* BAEL-1679 add query annotation jpa spring data
* BAEL-1679 added new junits
* BAEL-1679 use assertJ, use givenWhenThen naming convention
* 21.02 - pom cleanup
* 21.02 - pom cleanup
* 21.02 - pom cleanup
* spring-data final
* service locator pattern
* service locator pattern
* variable name changes
* Spring MVC @PathVariable dot (.) get truncated
* testing changes
* Update README files (#4065 )
* BAEL-1612: Update README
* BAEL-1562: Update README
* BAEL-1562: Update README
* BAEL-1369
* BAEL-1369
* BAEL-1369
* remove comments
* Back-link corrected (#4071 )
* Back-link corrected (#4073 )
* Back-link added (#4074 )
* Back-link added (#4075 )
* Back-link added (#4076 )
* Back-link added (#4077 )
* Back-link added (#4078 )
* Back-link added (#4080 )
* Back-link added (#4081 )
* Back-link added (#4083 )
* Back-link corrected (#4086 )
* Back-link added (#4087 )
* Back-link added (#4091 )
* Back-link added (#4089 )
* added example code for Java mail (#4101 )
* Back-link added (#4099 )
* Back-link added (#4088 )
* Back-link added (#4082 )
* 21.02 - pom cleanup
* 21.02 - pom cleanup
* 21.02 - pom cleanup
* 21.02 - pom cleanup
2018-04-26 08:50:35 +02:00
amit2103
7ae3babd59
Bael 5927 ( #4042 )
...
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* Defined the integration profile in the parent
2018-04-19 09:41:39 +02:00
pauljervis
d7eaa00804
Bael 1601 kotlin ( #4016 )
...
* add article files
* update kotlin version in pom
* IntelliJ added binary folder to all the .gitignores
* IntelliJ added binary folder to all the .gitignores
* update test function names
* Expand tests and add more code for more meaningful content within the article.
Remove core-kotlin from parent pom again for eclipse to work.
* adjust for issues with custom-pmd
* rename test
* Revert "IntelliJ added binary folder to all the .gitignores"
This reverts commit 0850a2acd5162499540231146c795cfda9ffcfc5.
* Revert "IntelliJ added binary folder to all the .gitignores"
This reverts commit 2b17cf2ff3624ecbe37f07bb9985ecfd3a977e01.
2018-04-17 14:09:34 +02:00
Grzegorz Piwowarek
0c0a3cab16
Adjust config ( #3979 )
...
* Adjust config
* Adjust config
* Adjust config
* fix
* fix
* Rename MetricTypeTest
* Rename MetricTypeTest
* Rename MetricTypeTest
* Rename MetricTypeTest
* Install custom pmd jar to local maven repo during maven validate phase, so that it becomes available during project build
* maven install plugin - adding base path
* changed the phase for maven directory plugin to validate to make sure that the base directory variable is available to maven install plugin
* pmd violation flag back to false
2018-04-13 07:08:55 +02:00
Grzegorz Piwowarek
ede9b12252
Rename MetricTypeTest ( #3989 )
2018-04-12 10:09:15 +03:00
Grzegorz Piwowarek
d337266c7a
Fail the build when naming conventions violated ( #3974 )
...
* Failing build if unit test name does not follow one of the following conventions : ..IntegrationTest, ..LongRunningUnitTest, ..ManualTest, ..JdbcTest, ..LiveTest
* Custom PMD Rules project
* Fixed this issue when unit test classes were not being scanned by custom PMD rule (This happened after I pulled code from upstream project)
* Don't fail the build if PMD custom rule fails
* Reconfigure PMD
* Reformat POM
* Adjust PMD rules
* Rename test
2018-04-10 23:50:17 +02:00
Loredana Crusoveanu
dca0a7c474
Merge pull request #3958 from MherBaghinyan/BAEL-1638
...
BAEL-1638
2018-04-09 13:17:03 +03:00
Loredana Crusoveanu
08e3fd1f61
exclude libraries
2018-04-09 12:22:13 +03:00
mherbaghinyan
5d636bac03
move javafx code to a separate module
2018-04-08 23:20:59 +04:00
Eugen Paraschiv
27086aab33
pom cleanup
2018-04-07 00:17:10 +03: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
Loredana Crusoveanu
a81bd92cef
Merge pull request #3894 from MherBaghinyan/BAEL-1638
...
Bael 1638
2018-04-04 01:04:27 +03: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
15e5d5fa1f
BAEL-1557 Intro to Apache OpenNlp
2018-03-30 11:32:21 +05:30
Tom Hombergs
8da5252b51
Merge pull request #3888 from nguyennamthai/BAEL-1642
...
Core Maven Plugins
2018-03-26 21:46:15 +02:00
José Carlos Valero Sánchez
af3141d412
Merge branch 'master' into BAEL-1556
2018-03-26 14:34:27 +02:00
Nguyen Nam Thai
4af43a4bd1
Core Maven Plugins
2018-03-26 10:40:54 +07:00
Eric Goebelbecker
b8d9a18626
BAEL-1554 ( #3864 )
...
* BAEL-1554 - Flips code
* BAEL-1554 - Flips code, round 2
* BAEL-1554 - Guide to Flips
* BAEL-1554 - update read me
* BAEL-1554 - rename "Thing" to "Foo"
* BAEL-1554 - rename module to spring-4
2018-03-21 15:43:53 +01:00
Eric Goebelbecker
2b50c4c341
BAEL-1554 - Guide to Flips ( #3827 )
...
* BAEL-1554 - Flips code
* BAEL-1554 - Flips code, round 2
* BAEL-1554 - Guide to Flips
* BAEL-1554 - update read me
* BAEL-1554 - rename "Thing" to "Foo"
2018-03-16 16:06:38 -07:00
Dhrubajyoti Bhattacharjee
ade15ea80a
BAEL-1576 Guide to unirest ( #3779 )
2018-03-12 22:07:03 +01:00
Tom Hombergs
9bbbe5446f
Merge pull request #3798 from chrisoberle/master
...
BAEL-1533 Making a Spring MVC Form Remember Values
2018-03-11 17:09:37 +01:00
Tom Hombergs
95a37ccc10
Merge pull request #3777 from nguyennamthai/BAEL-1549
...
Bael 1549
2018-03-11 16:59:29 +01:00
Chris Oberle
84080c9e95
BAEL-1533 - Making a Spring MVC Form Remember Values
2018-03-10 07:06:26 -05:00
Alessio Stalla
36a7ed48af
BAEL-1573 Code for the article: a guide to Jdbi ( #3785 )
2018-03-08 09:57:30 -08:00
Nikhil Khatwani
89c4933a2b
Bael 1532 ( #3767 )
...
* Changes for BAEL1532
* Changes for BAEL_1532
* BAEL-1532-Added as module to parent project
2018-03-07 10:40:10 +00:00
Jose Carvajal
c7f9792d54
BAEL-1108 ( #3766 )
...
* BAEL-399: A Guide to Multitenancy in Hibernate 5
* Removed unused properties in profile 2
* Changes after code review
* Add XML, JavaConfig and Autowired examples.
* BAEL-1517: Added Java7 style assertions
* BAEL-1517: Upgrade AssertJ to 3.9.0;
add Java 8 style assertion tests
* Revert "Add XML, JavaConfig and Autowired examples."
This reverts commit 8f4df6b903
.
* BAEL-1517: Editor Review changes
* BAEL-1517: Formatting...
* BAEL-1572: AWS EC2 examples
* BAEL-1108
* BAEL-1570 (#3762 )
* Create pom.xml
* Update pom.xml
* Create pom.xml
* Update pom.xml
* add impl
* add app
* minor cleanup
* testing work
* testing work
* testing work
* testing work
* cleanup work
* unused import cleanup
* cleanup work for tests
* formatting work
* testing cleanup
* minior rename
* cleanup work
* added link to article (#3768 )
* Fixed tests and renamed test names
* BAEL-1108 Formatting
2018-03-07 04:16:38 +01:00
Nguyen Nam Thai
bbe6f60916
Remove the ending line of the pom.xml file
2018-03-06 15:53:17 +07:00
Nguyen Nam Thai
3364e1ccad
Initial commit for Apache Tika
2018-03-06 15:37:37 +07:00
Loredana Crusoveanu
391321e61d
Merge branch 'master' into tutorials/jerseyFiltersInterceptors
2018-03-06 10:07:51 +02:00
eelhazati
09bb65a846
BAEL-1570 ( #3762 )
...
* Create pom.xml
* Update pom.xml
* Create pom.xml
* Update pom.xml
* add impl
* add app
2018-03-04 10:44:05 +00:00
Eugen Paraschiv
54cc61e9f8
pom work
2018-02-28 18:55:45 +02:00
Eugen Paraschiv
3cd948b9fa
further pom cleanup
2018-02-28 18:33:34 +02:00
Eugen Paraschiv
fabcbbb51b
temporarily disabling a plugin
2018-02-28 17:26:19 +02:00
Marcos Lopez Gonzalez
411f4e9b97
Merge branch 'masterupstream' into tutorials/jerseyFiltersInterceptors
2018-02-25 21:36:54 +01:00
Marcos Lopez Gonzalez
f532a2cf0b
BAEL-1551 Jersey filters and interceptors
2018-02-25 21:36:23 +01:00
Eric Goebelbecker
83b0771962
BAEL-1544 - Intro to Google Cloud Storage with Java ( #3693 )
...
* Initial additions
* Initial additions
* BAEL-1544 - Intro to Google Cloud Storage With Java
* BAEL-1544 - Intro to Google Cloud Storage With Java
2018-02-24 11:13:49 -08:00