I hereby claim:
- I am gdenning on github.
- I am gdenning (https://keybase.io/gdenning) on keybase.
- I have a public key whose fingerprint is 2B00 981A D769 7E2D 8AFF DED9 6F47 90F8 31CC BA83
To claim this, I am signing this object:
| package com.elasticpath.plugins.pickuprequiredaddtocartvalidator.extensions; | |
| import java.time.LocalDate; | |
| import java.time.temporal.ChronoUnit; | |
| import java.util.Collection; | |
| import java.util.Collections; | |
| import org.apache.commons.lang3.StringUtils; | |
| import org.pf4j.Extension; |
I hereby claim:
To claim this, I am signing this object:
| package com.sample.dao.impl | |
| import java.util.List; | |
| import javax.persistence.EntityManager; | |
| import javax.persistence.Query; | |
| import org.springframework.beans.factory.annotation.Autowired; | |
| import org.springframework.beans.factory.annotation.Qualifier; | |
| import org.springframework.stereotype.Component; |
| jms.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory | |
| jms.provider.url=tcp://localhost:61616 | |
| jms.factory.url.pkgs= | |
| jms.factory.name=ConnectionFactory | |
| jms.queue.name=demo.A |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <web-app version="2.4" | |
| xmlns="http://java.sun.com/xml/ns/j2ee" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> | |
| <display-name>My App</display-name> | |
| <context-param> | |
| <param-name>log4jConfigLocation</param-name> |
Experience the ins and outs of programming for different platforms
| <?xml version="1.0" encoding="UTF-8"?> | |
| <beans xmlns="http://www.springframework.org/schema/beans" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xmlns:tx="http://www.springframework.org/schema/tx" | |
| xmlns:aop="http://www.springframework.org/schema/aop" | |
| xmlns:jee="http://www.springframework.org/schema/jee" | |
| xmlns:context="http://www.springframework.org/schema/context" | |
| xmlns:security="http://www.springframework.org/schema/security" | |
| xsi:schemaLocation="http://www.springframework.org/schema/beans | |
| http://www.springframework.org/schema/beans/spring-beans-2.5.xsd |