Project

General

Profile

« Previous | Next » 

Revision 57741

Updating interfaces to not include IsSerializable

View differences:

RepositoryController.java
3 3
import eu.dnetlib.api.functionality.ValidatorServiceException;
4 4
import eu.dnetlib.domain.data.Repository;
5 5
import eu.dnetlib.domain.data.RepositoryInterface;
6
import eu.dnetlib.repo.manager.domain.RepositorySnippet;
6
import eu.dnetlib.repo.manager.domain.*;
7 7
import eu.dnetlib.repo.manager.exception.ResourceNotFoundException;
8 8
import eu.dnetlib.repo.manager.service.RepositoryServiceImpl;
9
import eu.dnetlib.repo.manager.shared.*;
10 9
import io.swagger.annotations.Api;
11 10
import org.json.JSONException;
12 11
import org.springframework.beans.factory.annotation.Autowired;
13 12
import org.springframework.http.MediaType;
14 13
import org.springframework.security.access.prepost.PostAuthorize;
15
import org.springframework.security.access.prepost.PostFilter;
16 14
import org.springframework.security.access.prepost.PreAuthorize;
17 15
import org.springframework.security.core.Authentication;
18
import org.springframework.security.core.context.SecurityContextHolder;
19 16
import org.springframework.web.bind.annotation.*;
20 17

  
21
import javax.ws.rs.Path;
22 18
import java.io.IOException;
23 19
import java.util.List;
24 20
import java.util.Map;

Also available in: Unified diff