Subversion Repositories SmartDukaan

Rev

Rev 35791 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 35791 Rev 35930
Line 20... Line 20...
20
import org.json.JSONArray;
20
import org.json.JSONArray;
21
import org.json.JSONObject;
21
import org.json.JSONObject;
22
import org.springframework.beans.factory.annotation.Autowired;
22
import org.springframework.beans.factory.annotation.Autowired;
23
import org.springframework.beans.factory.annotation.Value;
23
import org.springframework.beans.factory.annotation.Value;
24
import org.springframework.stereotype.Service;
24
import org.springframework.stereotype.Service;
-
 
25
import org.springframework.transaction.annotation.Propagation;
-
 
26
import org.springframework.transaction.annotation.Transactional;
25
 
27
 
26
import java.util.*;
28
import java.util.*;
27
import java.util.stream.Collectors;
29
import java.util.stream.Collectors;
28
 
30
 
29
@Service
31
@Service
-
 
32
@Transactional(propagation = Propagation.REQUIRES_NEW)
30
public class ShopifyService {
33
public class ShopifyService {
31
 
34
 
32
    private static final Logger logger = LogManager.getLogger(ShopifyService.class);
35
    private static final Logger logger = LogManager.getLogger(ShopifyService.class);
33
 
36
 
34
    @Value("${new.solr.url}")
37
    @Value("${new.solr.url}")