repo stringclasses 1k
values | file_url stringlengths 96 373 | file_path stringlengths 11 294 | content stringlengths 0 32.8k | language stringclasses 1
value | license stringclasses 6
values | commit_sha stringclasses 1k
values | retrieved_at stringdate 2026-01-04 14:45:56 2026-01-04 18:30:23 | truncated bool 2
classes |
|---|---|---|---|---|---|---|---|---|
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/domain/impl/id/AnnotatedFieldIdPropertyResolver.java | spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/domain/impl/id/AnnotatedFieldIdPropertyResolver.java | package com.mmnaseri.utils.spring.data.domain.impl.id;
import com.mmnaseri.utils.spring.data.domain.IdPropertyResolver;
import com.mmnaseri.utils.spring.data.error.MultipleIdPropertiesException;
import com.mmnaseri.utils.spring.data.error.PropertyTypeMismatchException;
import com.mmnaseri.utils.spring.data.tools.Prope... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/domain/impl/id/EntityIdPropertyResolver.java | spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/domain/impl/id/EntityIdPropertyResolver.java | package com.mmnaseri.utils.spring.data.domain.impl.id;
import com.mmnaseri.utils.spring.data.domain.IdPropertyResolver;
import com.mmnaseri.utils.spring.data.error.NoIdPropertyException;
import com.mmnaseri.utils.spring.data.error.PrimitiveIdTypeException;
import com.mmnaseri.utils.spring.data.query.PropertyDescriptor... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/repository/DefaultQueryDslPredicateExecutor.java | spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/repository/DefaultQueryDslPredicateExecutor.java | package com.mmnaseri.utils.spring.data.repository;
import com.mmnaseri.utils.spring.data.domain.DataStoreAware;
import com.mmnaseri.utils.spring.data.store.DataStore;
import com.querydsl.collections.CollQuery;
import com.querydsl.collections.CollQueryFactory;
import com.querydsl.core.alias.Alias;
import com.querydsl.c... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/repository/ExampleMatcherQueryDescriptionExtractor.java | spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/repository/ExampleMatcherQueryDescriptionExtractor.java | package com.mmnaseri.utils.spring.data.repository;
import com.mmnaseri.utils.spring.data.domain.Modifier;
import com.mmnaseri.utils.spring.data.domain.Operator;
import com.mmnaseri.utils.spring.data.domain.OperatorContext;
import com.mmnaseri.utils.spring.data.domain.Parameter;
import com.mmnaseri.utils.spring.data.do... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/repository/CrudRepositorySupport.java | spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/repository/CrudRepositorySupport.java | package com.mmnaseri.utils.spring.data.repository;
import com.mmnaseri.utils.spring.data.domain.DataStoreAware;
import com.mmnaseri.utils.spring.data.domain.KeyGenerator;
import com.mmnaseri.utils.spring.data.domain.KeyGeneratorAware;
import com.mmnaseri.utils.spring.data.domain.RepositoryMetadata;
import com.mmnaseri... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/repository/DefaultJpaRepository.java | spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/repository/DefaultJpaRepository.java | package com.mmnaseri.utils.spring.data.repository;
import com.mmnaseri.utils.spring.data.error.EntityMissingKeyException;
import com.mmnaseri.utils.spring.data.store.DataStore;
import com.mmnaseri.utils.spring.data.store.QueueingDataStore;
import com.mmnaseri.utils.spring.data.tools.PropertyUtils;
import org.apache.co... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/repository/package-info.java | spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/repository/package-info.java | /**
* This package implements the bridge pattern over the various repository interfaces in the Spring
* Data project. Each class should represent exactly one repository interface in the Spring data
* project.
*
* <p>Many of the interfaces in the Spring data project come with their own packaging and project.
* We ... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/repository/PagingAndSortingSupport.java | spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/repository/PagingAndSortingSupport.java | package com.mmnaseri.utils.spring.data.repository;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import java.util.Collection;
/**
* @author Milad Naseri (m.m.naseri@gmail.com)
* @since 1.0 (6/8/16, 11:50 AM)
*/
public abstract class PagingAndSortingSupport {
publ... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/repository/DefaultGemfireRepository.java | spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/repository/DefaultGemfireRepository.java | package com.mmnaseri.utils.spring.data.repository;
import com.mmnaseri.utils.spring.data.domain.DataStoreAware;
import com.mmnaseri.utils.spring.data.domain.RepositoryMetadata;
import com.mmnaseri.utils.spring.data.domain.RepositoryMetadataAware;
import com.mmnaseri.utils.spring.data.store.DataStore;
import com.mmnase... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/repository/DefaultPagingAndSortingRepository.java | spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/repository/DefaultPagingAndSortingRepository.java | package com.mmnaseri.utils.spring.data.repository;
import com.mmnaseri.utils.spring.data.domain.DataStoreAware;
import com.mmnaseri.utils.spring.data.store.DataStore;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.data.domain.Page;
import org.springframe... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/repository/DefaultQueryByExampleExecutor.java | spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/repository/DefaultQueryByExampleExecutor.java | package com.mmnaseri.utils.spring.data.repository;
import com.mmnaseri.utils.spring.data.domain.DataStoreAware;
import com.mmnaseri.utils.spring.data.domain.Invocation;
import com.mmnaseri.utils.spring.data.domain.Parameter;
import com.mmnaseri.utils.spring.data.domain.RepositoryMetadata;
import com.mmnaseri.utils.spr... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/repository/DefaultCrudRepository.java | spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/repository/DefaultCrudRepository.java | package com.mmnaseri.utils.spring.data.repository;
import com.mmnaseri.utils.spring.data.error.EntityMissingKeyException;
import com.mmnaseri.utils.spring.data.tools.PropertyUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import java.util.Collection;
import java.util.Linked... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/repository/PagingAndSortingUtils.java | spring-data-mock/src/main/java/com/mmnaseri/utils/spring/data/repository/PagingAndSortingUtils.java | package com.mmnaseri.utils.spring.data.repository;
import com.mmnaseri.utils.spring.data.domain.impl.PropertyComparator;
import com.mmnaseri.utils.spring.data.query.NullHandling;
import com.mmnaseri.utils.spring.data.query.Order;
import com.mmnaseri.utils.spring.data.query.SortDirection;
import com.mmnaseri.utils.spri... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/test/java/com/mmnaseri/utils/samples/spring/data/jpa/service/impl/DefaultUserServiceTest.java | spring-data-mock-sample-jpa/src/test/java/com/mmnaseri/utils/samples/spring/data/jpa/service/impl/DefaultUserServiceTest.java | package com.mmnaseri.utils.samples.spring.data.jpa.service.impl;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Group;
import com.mmnaseri.utils.samples.spring.data.jpa.model.User;
import com.mmnaseri.utils.samples.spring.data.jpa.repository.GroupRepository;
import com.mmnaseri.utils.samples.spring.data.jpa.r... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/test/java/com/mmnaseri/utils/samples/spring/data/jpa/service/impl/DefaultPlaneServiceTest.java | spring-data-mock-sample-jpa/src/test/java/com/mmnaseri/utils/samples/spring/data/jpa/service/impl/DefaultPlaneServiceTest.java | package com.mmnaseri.utils.samples.spring.data.jpa.service.impl;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Plane;
import com.mmnaseri.utils.samples.spring.data.jpa.repository.PlaneRepository;
import com.mmnaseri.utils.samples.spring.data.jpa.utils.RepositoryConfigUtils;
import com.mmnaseri.utils.spring.d... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/test/java/com/mmnaseri/utils/samples/spring/data/jpa/service/impl/DefaultCardServiceTest.java | spring-data-mock-sample-jpa/src/test/java/com/mmnaseri/utils/samples/spring/data/jpa/service/impl/DefaultCardServiceTest.java | package com.mmnaseri.utils.samples.spring.data.jpa.service.impl;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Card;
import com.mmnaseri.utils.samples.spring.data.jpa.repository.CardRepository;
import org.hamcrest.Matchers;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
impo... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/test/java/com/mmnaseri/utils/samples/spring/data/jpa/service/impl/DefaultGroupServiceTest.java | spring-data-mock-sample-jpa/src/test/java/com/mmnaseri/utils/samples/spring/data/jpa/service/impl/DefaultGroupServiceTest.java | package com.mmnaseri.utils.samples.spring.data.jpa.service.impl;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Group;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Membership;
import com.mmnaseri.utils.samples.spring.data.jpa.model.User;
import com.mmnaseri.utils.samples.spring.data.jpa.repository.... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/test/java/com/mmnaseri/utils/samples/spring/data/jpa/service/impl/DefaultCustomerServiceTest.java | spring-data-mock-sample-jpa/src/test/java/com/mmnaseri/utils/samples/spring/data/jpa/service/impl/DefaultCustomerServiceTest.java | package com.mmnaseri.utils.samples.spring.data.jpa.service.impl;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Customer;
import com.mmnaseri.utils.samples.spring.data.jpa.repository.CustomerRepository;
import com.mmnaseri.utils.samples.spring.data.jpa.repository.CustomerRepositoryExampleSupport;
import org.t... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/test/java/com/mmnaseri/utils/samples/spring/data/jpa/utils/RepositoryConfigUtils.java | spring-data-mock-sample-jpa/src/test/java/com/mmnaseri/utils/samples/spring/data/jpa/utils/RepositoryConfigUtils.java | package com.mmnaseri.utils.samples.spring.data.jpa.utils;
import com.mmnaseri.utils.samples.spring.data.jpa.repository.SerialAwareEntityRepository;
import com.mmnaseri.utils.samples.spring.data.jpa.repository.SerialAwareEntityRepositorySupport;
import com.mmnaseri.utils.spring.data.domain.impl.key.ConfigurableSequenti... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/test/java/com/mmnaseri/utils/samples/spring/data/jpa/repository/SerialAwareEntityRepositorySupport.java | spring-data-mock-sample-jpa/src/test/java/com/mmnaseri/utils/samples/spring/data/jpa/repository/SerialAwareEntityRepositorySupport.java | package com.mmnaseri.utils.samples.spring.data.jpa.repository;
import com.mmnaseri.utils.samples.spring.data.jpa.model.SerialAwareEntity;
import com.mmnaseri.utils.spring.data.domain.RepositoryAware;
import com.mmnaseri.utils.spring.data.error.DataOperationExecutionException;
import org.springframework.data.domain.Exa... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/test/java/com/mmnaseri/utils/samples/spring/data/jpa/repository/CustomerRepositoryExampleSupport.java | spring-data-mock-sample-jpa/src/test/java/com/mmnaseri/utils/samples/spring/data/jpa/repository/CustomerRepositoryExampleSupport.java | package com.mmnaseri.utils.samples.spring.data.jpa.repository;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Customer;
import com.mmnaseri.utils.spring.data.domain.RepositoryAware;
import org.springframework.data.domain.Example;
import java.util.List;
/**
* @author Mohammad Milad Naseri (m.m.naseri@gmail.... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/service/UserService.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/service/UserService.java | package com.mmnaseri.utils.samples.spring.data.jpa.service;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Group;
import com.mmnaseri.utils.samples.spring.data.jpa.model.User;
import java.util.List;
/**
* @author Milad Naseri (milad.naseri@cdk.com)
* @since 1.0 (6/29/16, 4:06 PM)
*/
@SuppressWarnings("un... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/service/CardService.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/service/CardService.java | package com.mmnaseri.utils.samples.spring.data.jpa.service;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Card;
import java.util.List;
public interface CardService {
List<Card> load();
}
| java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/service/PlaneService.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/service/PlaneService.java | package com.mmnaseri.utils.samples.spring.data.jpa.service;
/**
* @author Milad Naseri (milad.naseri@cdk.com)
* @since 1.0 (6/14/16, 11:39 PM)
*/
@SuppressWarnings("unused")
public interface PlaneService {
Long create(String model, String serial);
String lookup(Long id);
String lookup(String serial);
}
| java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/service/GroupService.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/service/GroupService.java | package com.mmnaseri.utils.samples.spring.data.jpa.service;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Group;
import com.mmnaseri.utils.samples.spring.data.jpa.model.User;
import java.util.List;
/**
* @author Milad Naseri (milad.naseri@cdk.com)
* @since 1.0 (6/29/16, 5:26 PM)
*/
public interface Grou... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/service/CustomerService.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/service/CustomerService.java | package com.mmnaseri.utils.samples.spring.data.jpa.service;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Customer;
import java.util.Collection;
import java.util.Date;
import java.util.List;
/**
* @author Mohammad Milad Naseri (m.m.naseri@gmail.com)
* @since 1.0 (6/12/16, 1:51 PM)
*/
@SuppressWarnings("... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/service/impl/DefaultGroupService.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/service/impl/DefaultGroupService.java | package com.mmnaseri.utils.samples.spring.data.jpa.service.impl;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Group;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Membership;
import com.mmnaseri.utils.samples.spring.data.jpa.model.User;
import com.mmnaseri.utils.samples.spring.data.jpa.repository.... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/service/impl/DefaultCustomerService.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/service/impl/DefaultCustomerService.java | package com.mmnaseri.utils.samples.spring.data.jpa.service.impl;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Customer;
import com.mmnaseri.utils.samples.spring.data.jpa.repository.CustomerRepository;
import com.mmnaseri.utils.samples.spring.data.jpa.service.CustomerService;
import org.springframework.data.... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/service/impl/DefaultPlaneService.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/service/impl/DefaultPlaneService.java | package com.mmnaseri.utils.samples.spring.data.jpa.service.impl;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Plane;
import com.mmnaseri.utils.samples.spring.data.jpa.repository.PlaneRepository;
import com.mmnaseri.utils.samples.spring.data.jpa.service.PlaneService;
/**
* @author Milad Naseri (milad.naser... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/service/impl/DefaultCardService.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/service/impl/DefaultCardService.java | package com.mmnaseri.utils.samples.spring.data.jpa.service.impl;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Card;
import com.mmnaseri.utils.samples.spring.data.jpa.repository.CardRepository;
import com.mmnaseri.utils.samples.spring.data.jpa.service.CardService;
import java.util.List;
public class Defaul... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/service/impl/DefaultUserService.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/service/impl/DefaultUserService.java | package com.mmnaseri.utils.samples.spring.data.jpa.service.impl;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Group;
import com.mmnaseri.utils.samples.spring.data.jpa.model.User;
import com.mmnaseri.utils.samples.spring.data.jpa.repository.UserRepository;
import com.mmnaseri.utils.samples.spring.data.jpa.se... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/model/SerialAwareEntity.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/model/SerialAwareEntity.java | package com.mmnaseri.utils.samples.spring.data.jpa.model;
import javax.persistence.MappedSuperclass;
/**
* @author Milad Naseri (milad.naseri@cdk.com)
* @since 1.0 (6/14/16, 11:36 PM)
*/
@MappedSuperclass
public class SerialAwareEntity {
private String serial;
public String getSerial() {
return serial;
... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/model/Group.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/model/Group.java | package com.mmnaseri.utils.samples.spring.data.jpa.model;
import javax.persistence.Entity;
import javax.persistence.Id;
/**
* @author Milad Naseri (milad.naseri@cdk.com)
* @since 1.0 (6/29/16, 4:03 PM)
*/
@SuppressWarnings("unused")
@Entity
public class Group {
@Id private String id;
private String name;
p... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/model/Membership.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/model/Membership.java | package com.mmnaseri.utils.samples.spring.data.jpa.model;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.ManyToOne;
/**
* @author Milad Naseri (milad.naseri@cdk.com)
* @since 1.0 (6/29/16, 4:04 PM)
*/
@Entity
@SuppressWarnings("unused")
public class Membership {
@Id priva... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/model/Plane.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/model/Plane.java | package com.mmnaseri.utils.samples.spring.data.jpa.model;
import javax.persistence.Entity;
import javax.persistence.Id;
/**
* @author Milad Naseri (milad.naseri@cdk.com)
* @since 1.0 (6/14/16, 11:34 PM)
*/
@Entity
@SuppressWarnings("unused")
public class Plane extends SerialAwareEntity {
@Id private Long id;
... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/model/Customer.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/model/Customer.java | package com.mmnaseri.utils.samples.spring.data.jpa.model;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Temporal;
import javax.persistence.TemporalType;
import java.util.Date;
/**
* @author Mohammad Milad Naseri (m.m.naseri@gmail.com)
* @since 1.0 (6/12/16, 1:50 PM)
*/
@Ent... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/model/User.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/model/User.java | package com.mmnaseri.utils.samples.spring.data.jpa.model;
import javax.persistence.Entity;
import javax.persistence.Id;
/**
* @author Milad Naseri (milad.naseri@cdk.com)
* @since 1.0 (6/29/16, 4:03 PM)
*/
@Entity
@SuppressWarnings("unused")
public class User {
@Id private String id;
private String username;
... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/model/Card.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/model/Card.java | package com.mmnaseri.utils.samples.spring.data.jpa.model;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
public class Card {
@Id @GeneratedValue private Integer id;
private String blabla;
public Integer getId() {
return id;
}
public Card setId(final Integer id) {
this.id =... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/utils/EncryptionUtils.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/utils/EncryptionUtils.java | package com.mmnaseri.utils.samples.spring.data.jpa.utils;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
/**
* @author Milad Naseri (milad.naseri@cdk.com)
* @since 1.0 (6/29/16, 4:10 PM)
*/
public class EncryptionUtils {
public static String encrypt(String text) {
try {
... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/repository/UserRepository.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/repository/UserRepository.java | package com.mmnaseri.utils.samples.spring.data.jpa.repository;
import com.mmnaseri.utils.samples.spring.data.jpa.model.User;
import org.springframework.data.jpa.repository.JpaRepository;
/**
* @author Milad Naseri (milad.naseri@cdk.com)
* @since 1.0 (6/29/16, 4:05 PM)
*/
public interface UserRepository extends Jpa... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/repository/PlaneRepository.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/repository/PlaneRepository.java | package com.mmnaseri.utils.samples.spring.data.jpa.repository;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Plane;
import org.springframework.data.jpa.repository.JpaRepository;
/**
* @author Milad Naseri (milad.naseri@cdk.com)
* @since 1.0 (6/14/16, 11:34 PM)
*/
public interface PlaneRepository
exte... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/repository/GroupRepository.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/repository/GroupRepository.java | package com.mmnaseri.utils.samples.spring.data.jpa.repository;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Group;
import org.springframework.data.jpa.repository.JpaRepository;
/**
* @author Milad Naseri (milad.naseri@cdk.com)
* @since 1.0 (6/29/16, 4:05 PM)
*/
public interface GroupRepository extends J... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/repository/CardRepository.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/repository/CardRepository.java | package com.mmnaseri.utils.samples.spring.data.jpa.repository;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Card;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
public interface CardRepository extends JpaRepository<Card, Integer> {
List<Card> findAllByOrderByBlabla... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/repository/MembershipRepository.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/repository/MembershipRepository.java | package com.mmnaseri.utils.samples.spring.data.jpa.repository;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Group;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Membership;
import com.mmnaseri.utils.samples.spring.data.jpa.model.User;
import org.springframework.data.jpa.repository.JpaRepository;
... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/repository/CustomerRepository.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/repository/CustomerRepository.java | package com.mmnaseri.utils.samples.spring.data.jpa.repository;
import com.mmnaseri.utils.samples.spring.data.jpa.model.Customer;
import org.springframework.data.domain.Example;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.Collection;
import java.util.Date;
import java.util.List;
/**... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
mmnaseri/spring-data-mock | https://github.com/mmnaseri/spring-data-mock/blob/e8547729050c9454872a1038c23bb9b1288c8654/spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/repository/SerialAwareEntityRepository.java | spring-data-mock-sample-jpa/src/main/java/com/mmnaseri/utils/samples/spring/data/jpa/repository/SerialAwareEntityRepository.java | package com.mmnaseri.utils.samples.spring.data.jpa.repository;
import com.mmnaseri.utils.samples.spring.data.jpa.model.SerialAwareEntity;
/**
* @author Milad Naseri (milad.naseri@cdk.com)
* @since 1.0 (6/14/16, 11:37 PM)
*/
public interface SerialAwareEntityRepository<E extends SerialAwareEntity> {
E lookupBySe... | java | MIT | e8547729050c9454872a1038c23bb9b1288c8654 | 2026-01-05T02:41:15.897176Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/service/src/main/java/com/aayushatharva/brotli4j/service/BrotliNativeProvider.java | service/src/main/java/com/aayushatharva/brotli4j/service/BrotliNativeProvider.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/natives/windows-x86_64/src/main/java/com/aayushatharva/brotli4j/windows/x86_64/NativeLoader.java | natives/windows-x86_64/src/main/java/com/aayushatharva/brotli4j/windows/x86_64/NativeLoader.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/natives/linux-aarch64/src/main/java/com/aayushatharva/brotli4j/linux/aarch64/NativeLoader.java | natives/linux-aarch64/src/main/java/com/aayushatharva/brotli4j/linux/aarch64/NativeLoader.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/natives/osx-x86_64/src/main/java/com/aayushatharva/brotli4j/macos/x86_64/NativeLoader.java | natives/osx-x86_64/src/main/java/com/aayushatharva/brotli4j/macos/x86_64/NativeLoader.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/natives/linux-x86_64/src/main/java/com/aayushatharva/brotli4j/linux/x86_64/NativeLoader.java | natives/linux-x86_64/src/main/java/com/aayushatharva/brotli4j/linux/x86_64/NativeLoader.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/natives/osx-aarch64/src/main/java/com/aayushatharva/brotli4j/macos/aarch64/NativeLoader.java | natives/osx-aarch64/src/main/java/com/aayushatharva/brotli4j/macos/aarch64/NativeLoader.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/natives/linux-riscv64/src/main/java/com/aayushatharva/brotli4j/linux/riscv64/NativeLoader.java | natives/linux-riscv64/src/main/java/com/aayushatharva/brotli4j/linux/riscv64/NativeLoader.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/natives/windows-aarch64/src/main/java/com/aayushatharva/brotli4j/windows/aarch64/NativeLoader.java | natives/windows-aarch64/src/main/java/com/aayushatharva/brotli4j/windows/aarch64/NativeLoader.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/natives/linux-armv7/src/main/java/com/aayushatharva/brotli4j/linux/armv7/NativeLoader.java | natives/linux-armv7/src/main/java/com/aayushatharva/brotli4j/linux/armv7/NativeLoader.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/natives/linux-s390x/src/main/java/com/aayushatharva/brotli4j/linux/s390x/NativeLoader.java | natives/linux-s390x/src/main/java/com/aayushatharva/brotli4j/linux/s390x/NativeLoader.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/natives/linux-ppc64le/src/main/java/com/aayushatharva/brotli4j/linux/ppc64le/NativeLoader.java | natives/linux-ppc64le/src/main/java/com/aayushatharva/brotli4j/linux/ppc64le/NativeLoader.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/test/java/com/aayushatharva/brotli4j/FileCompressAndDecompressTest.java | brotli4j/src/test/java/com/aayushatharva/brotli4j/FileCompressAndDecompressTest.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/test/java/com/aayushatharva/brotli4j/Brotli4jLoaderTest.java | brotli4j/src/test/java/com/aayushatharva/brotli4j/Brotli4jLoaderTest.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/test/java/com/aayushatharva/brotli4j/encoder/EncoderTest.java | brotli4j/src/test/java/com/aayushatharva/brotli4j/encoder/EncoderTest.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/test/java/com/aayushatharva/brotli4j/encoder/BrotliOutputStreamTest.java | brotli4j/src/test/java/com/aayushatharva/brotli4j/encoder/BrotliOutputStreamTest.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/test/java/com/aayushatharva/brotli4j/decoder/BrotliDecoderChannelTest.java | brotli4j/src/test/java/com/aayushatharva/brotli4j/decoder/BrotliDecoderChannelTest.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/test/java/com/aayushatharva/brotli4j/decoder/DecoderTest.java | brotli4j/src/test/java/com/aayushatharva/brotli4j/decoder/DecoderTest.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/test/java/com/aayushatharva/brotli4j/decoder/BrotliInputStreamTest.java | brotli4j/src/test/java/com/aayushatharva/brotli4j/decoder/BrotliInputStreamTest.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/main/java/com/aayushatharva/brotli4j/Brotli4jLoader.java | brotli4j/src/main/java/com/aayushatharva/brotli4j/Brotli4jLoader.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/main/java/com/aayushatharva/brotli4j/BrotliNativeProvider.java | brotli4j/src/main/java/com/aayushatharva/brotli4j/BrotliNativeProvider.java | package com.aayushatharva.brotli4j;
import com.aayushatharva.brotli4j.common.annotations.Internal;
/**
* @deprecated This interface is NO-OP now. It is superseded by {@link com.aayushatharva.brotli4j.service.BrotliNativeProvider}.
* However, we cannot remove this interface because it is part of the public API.
* <... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/main/java/com/aayushatharva/brotli4j/encoder/Encoders.java | brotli4j/src/main/java/com/aayushatharva/brotli4j/encoder/Encoders.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/main/java/com/aayushatharva/brotli4j/encoder/EncoderJNI.java | brotli4j/src/main/java/com/aayushatharva/brotli4j/encoder/EncoderJNI.java | /* Copyright 2017 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
package com.aayushatharva.brotli4j.encoder;
import com.aayushatharva.brotli4j.common.annotations.Upstream;
import java.io.IOException;
import java.nio.... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/main/java/com/aayushatharva/brotli4j/encoder/BrotliOutputStream.java | brotli4j/src/main/java/com/aayushatharva/brotli4j/encoder/BrotliOutputStream.java | /* Copyright 2017 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
package com.aayushatharva.brotli4j.encoder;
import com.aayushatharva.brotli4j.common.annotations.Upstream;
import java.io.IOException;
import java.io.O... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/main/java/com/aayushatharva/brotli4j/encoder/PreparedDictionaryGenerator.java | brotli4j/src/main/java/com/aayushatharva/brotli4j/encoder/PreparedDictionaryGenerator.java | /* Copyright 2017 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
package com.aayushatharva.brotli4j.encoder;
import com.aayushatharva.brotli4j.common.annotations.Upstream;
import java.nio.Buffer;
import java.nio.Byte... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/main/java/com/aayushatharva/brotli4j/encoder/BrotliEncoderChannel.java | brotli4j/src/main/java/com/aayushatharva/brotli4j/encoder/BrotliEncoderChannel.java | /* Copyright 2017 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
package com.aayushatharva.brotli4j.encoder;
import com.aayushatharva.brotli4j.common.annotations.Upstream;
import java.io.IOException;
import java.nio.... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/main/java/com/aayushatharva/brotli4j/encoder/PreparedDictionary.java | brotli4j/src/main/java/com/aayushatharva/brotli4j/encoder/PreparedDictionary.java | /* Copyright 2018 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
package com.aayushatharva.brotli4j.encoder;
import com.aayushatharva.brotli4j.common.annotations.Upstream;
import java.nio.ByteBuffer;
/**
* Prepared... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/main/java/com/aayushatharva/brotli4j/encoder/Encoder.java | brotli4j/src/main/java/com/aayushatharva/brotli4j/encoder/Encoder.java | /* Copyright 2017 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
package com.aayushatharva.brotli4j.encoder;
import com.aayushatharva.brotli4j.common.annotations.Local;
import com.aayushatharva.brotli4j.common.annotat... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/main/java/com/aayushatharva/brotli4j/common/Utils.java | brotli4j/src/main/java/com/aayushatharva/brotli4j/common/Utils.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/main/java/com/aayushatharva/brotli4j/common/CommonJNI.java | brotli4j/src/main/java/com/aayushatharva/brotli4j/common/CommonJNI.java | /* Copyright 2017 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
package com.aayushatharva.brotli4j.common;
import com.aayushatharva.brotli4j.common.annotations.Upstream;
import java.nio.ByteBuffer;
/**
* JNI wrapp... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/main/java/com/aayushatharva/brotli4j/common/BrotliCommon.java | brotli4j/src/main/java/com/aayushatharva/brotli4j/common/BrotliCommon.java | /* Copyright 2017 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
package com.aayushatharva.brotli4j.common;
import com.aayushatharva.brotli4j.common.annotations.Upstream;
import java.io.IOException;
import java.io.In... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/main/java/com/aayushatharva/brotli4j/common/annotations/Local.java | brotli4j/src/main/java/com/aayushatharva/brotli4j/common/annotations/Local.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/main/java/com/aayushatharva/brotli4j/common/annotations/Internal.java | brotli4j/src/main/java/com/aayushatharva/brotli4j/common/annotations/Internal.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/main/java/com/aayushatharva/brotli4j/common/annotations/Upstream.java | brotli4j/src/main/java/com/aayushatharva/brotli4j/common/annotations/Upstream.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/main/java/com/aayushatharva/brotli4j/decoder/Decoders.java | brotli4j/src/main/java/com/aayushatharva/brotli4j/decoder/Decoders.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/main/java/com/aayushatharva/brotli4j/decoder/Decoder.java | brotli4j/src/main/java/com/aayushatharva/brotli4j/decoder/Decoder.java | /* Copyright 2017 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
package com.aayushatharva.brotli4j.decoder;
import com.aayushatharva.brotli4j.common.annotations.Local;
import com.aayushatharva.brotli4j.common.annotat... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/main/java/com/aayushatharva/brotli4j/decoder/BrotliDecoderChannel.java | brotli4j/src/main/java/com/aayushatharva/brotli4j/decoder/BrotliDecoderChannel.java | /* Copyright 2017 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
package com.aayushatharva.brotli4j.decoder;
import com.aayushatharva.brotli4j.common.annotations.Upstream;
import java.io.IOException;
import java.nio.... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/main/java/com/aayushatharva/brotli4j/decoder/DirectDecompress.java | brotli4j/src/main/java/com/aayushatharva/brotli4j/decoder/DirectDecompress.java | /*
* Copyright (c) 2020-2025, Aayush Atharva
*
* Brotli4j licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/main/java/com/aayushatharva/brotli4j/decoder/BrotliInputStream.java | brotli4j/src/main/java/com/aayushatharva/brotli4j/decoder/BrotliInputStream.java | /* Copyright 2017 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
package com.aayushatharva.brotli4j.decoder;
import com.aayushatharva.brotli4j.common.annotations.Upstream;
import java.io.IOException;
import java.io.I... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
hyperxpro/Brotli4j | https://github.com/hyperxpro/Brotli4j/blob/d65b3d2529c533b16cea08dd7c367cffa1594767/brotli4j/src/main/java/com/aayushatharva/brotli4j/decoder/DecoderJNI.java | brotli4j/src/main/java/com/aayushatharva/brotli4j/decoder/DecoderJNI.java | /* Copyright 2017 Google Inc. All Rights Reserved.
Distributed under MIT license.
See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/
package com.aayushatharva.brotli4j.decoder;
import com.aayushatharva.brotli4j.common.annotations.Upstream;
import java.io.IOException;
import java.nio.... | java | Apache-2.0 | d65b3d2529c533b16cea08dd7c367cffa1594767 | 2026-01-05T02:41:17.504612Z | false |
moditect/jfr-analytics | https://github.com/moditect/jfr-analytics/blob/352daa673e22e62c2bf4efe42b4d01b1d3c83d01/src/test/java/org/moditect/jfranalytics/JfrSchemaFactoryTest.java | src/test/java/org/moditect/jfranalytics/JfrSchemaFactoryTest.java | /*
* Copyright 2021 - 2023 The original authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | java | Apache-2.0 | 352daa673e22e62c2bf4efe42b4d01b1d3c83d01 | 2026-01-05T02:41:10.024232Z | false |
moditect/jfr-analytics | https://github.com/moditect/jfr-analytics/blob/352daa673e22e62c2bf4efe42b4d01b1d3c83d01/src/main/java/org/moditect/jfranalytics/HasMatchingFrameFunction.java | src/main/java/org/moditect/jfranalytics/HasMatchingFrameFunction.java | /*
* Copyright 2021 - 2023 The original authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | java | Apache-2.0 | 352daa673e22e62c2bf4efe42b4d01b1d3c83d01 | 2026-01-05T02:41:10.024232Z | false |
moditect/jfr-analytics | https://github.com/moditect/jfr-analytics/blob/352daa673e22e62c2bf4efe42b4d01b1d3c83d01/src/main/java/org/moditect/jfranalytics/FrameHelper.java | src/main/java/org/moditect/jfranalytics/FrameHelper.java | /*
* Copyright 2021 - 2023 The original authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | java | Apache-2.0 | 352daa673e22e62c2bf4efe42b4d01b1d3c83d01 | 2026-01-05T02:41:10.024232Z | false |
moditect/jfr-analytics | https://github.com/moditect/jfr-analytics/blob/352daa673e22e62c2bf4efe42b4d01b1d3c83d01/src/main/java/org/moditect/jfranalytics/JfrScannableTable.java | src/main/java/org/moditect/jfranalytics/JfrScannableTable.java | /*
* Copyright 2021 - 2023 The original authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | java | Apache-2.0 | 352daa673e22e62c2bf4efe42b4d01b1d3c83d01 | 2026-01-05T02:41:10.024232Z | false |
moditect/jfr-analytics | https://github.com/moditect/jfr-analytics/blob/352daa673e22e62c2bf4efe42b4d01b1d3c83d01/src/main/java/org/moditect/jfranalytics/AttributeValueConverter.java | src/main/java/org/moditect/jfranalytics/AttributeValueConverter.java | /*
* Copyright 2021 - 2023 The original authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | java | Apache-2.0 | 352daa673e22e62c2bf4efe42b4d01b1d3c83d01 | 2026-01-05T02:41:10.024232Z | false |
moditect/jfr-analytics | https://github.com/moditect/jfr-analytics/blob/352daa673e22e62c2bf4efe42b4d01b1d3c83d01/src/main/java/org/moditect/jfranalytics/TruncateStackTraceFunction.java | src/main/java/org/moditect/jfranalytics/TruncateStackTraceFunction.java | /*
* Copyright 2021 - 2023 The original authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | java | Apache-2.0 | 352daa673e22e62c2bf4efe42b4d01b1d3c83d01 | 2026-01-05T02:41:10.024232Z | false |
moditect/jfr-analytics | https://github.com/moditect/jfr-analytics/blob/352daa673e22e62c2bf4efe42b4d01b1d3c83d01/src/main/java/org/moditect/jfranalytics/GetClassNameFunction.java | src/main/java/org/moditect/jfranalytics/GetClassNameFunction.java | /*
* Copyright 2021 - 2023 The original authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | java | Apache-2.0 | 352daa673e22e62c2bf4efe42b4d01b1d3c83d01 | 2026-01-05T02:41:10.024232Z | false |
moditect/jfr-analytics | https://github.com/moditect/jfr-analytics/blob/352daa673e22e62c2bf4efe42b4d01b1d3c83d01/src/main/java/org/moditect/jfranalytics/JfrEnumerable.java | src/main/java/org/moditect/jfranalytics/JfrEnumerable.java | /*
* Copyright 2021 - 2023 The original authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | java | Apache-2.0 | 352daa673e22e62c2bf4efe42b4d01b1d3c83d01 | 2026-01-05T02:41:10.024232Z | false |
moditect/jfr-analytics | https://github.com/moditect/jfr-analytics/blob/352daa673e22e62c2bf4efe42b4d01b1d3c83d01/src/main/java/org/moditect/jfranalytics/JfrSchemaFactory.java | src/main/java/org/moditect/jfranalytics/JfrSchemaFactory.java | /*
* Copyright 2021 - 2023 The original authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | java | Apache-2.0 | 352daa673e22e62c2bf4efe42b4d01b1d3c83d01 | 2026-01-05T02:41:10.024232Z | false |
moditect/jfr-analytics | https://github.com/moditect/jfr-analytics/blob/352daa673e22e62c2bf4efe42b4d01b1d3c83d01/src/main/java/org/moditect/jfranalytics/JfrSchema.java | src/main/java/org/moditect/jfranalytics/JfrSchema.java | /*
* Copyright 2021 - 2023 The original authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... | java | Apache-2.0 | 352daa673e22e62c2bf4efe42b4d01b1d3c83d01 | 2026-01-05T02:41:10.024232Z | false |
akshetpandey/react-native-cronet | https://github.com/akshetpandey/react-native-cronet/blob/486391286a328f760ee620157f2c10859307d6fd/example/android/app/src/main/java/com/example/MainActivity.java | example/android/app/src/main/java/com/example/MainActivity.java | package com.example;
import android.os.Bundle;
import com.akshetpandey.rncronet.RNCronetNetworkingModule;
import com.facebook.react.ReactActivity;
import com.facebook.soloader.SoLoader;
import org.chromium.net.CronetEngine;
import java.io.File;
import java.net.URL;
public class MainActivity extends ReactActivity {... | java | MIT | 486391286a328f760ee620157f2c10859307d6fd | 2026-01-05T02:41:19.160773Z | false |
akshetpandey/react-native-cronet | https://github.com/akshetpandey/react-native-cronet/blob/486391286a328f760ee620157f2c10859307d6fd/example/android/app/src/main/java/com/example/MainApplication.java | example/android/app/src/main/java/com/example/MainApplication.java | package com.example;
import android.app.Application;
import android.content.Context;
import com.akshetpandey.rncronet.RNCronetFrescoImagePipelineConfig;
import com.akshetpandey.rncronet.RNCronetNetworkingPackage;
import com.facebook.imagepipeline.core.ImagePipelineConfig;
import com.facebook.react.PackageList;
impor... | java | MIT | 486391286a328f760ee620157f2c10859307d6fd | 2026-01-05T02:41:19.160773Z | false |
akshetpandey/react-native-cronet | https://github.com/akshetpandey/react-native-cronet/blob/486391286a328f760ee620157f2c10859307d6fd/example/android/app/src/debug/java/com/example/ReactNativeFlipper.java | example/android/app/src/debug/java/com/example/ReactNativeFlipper.java | package com.example;
import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;
import com.facebook.flipper.android.utils.FlipperUtils;
import com.facebook.flipper.core.FlipperClient;
import com.facebook.flipper.plugins.crashreporter.CrashReporterPlugin;
import com.facebook.flipper.plugi... | java | MIT | 486391286a328f760ee620157f2c10859307d6fd | 2026-01-05T02:41:19.160773Z | false |
akshetpandey/react-native-cronet | https://github.com/akshetpandey/react-native-cronet/blob/486391286a328f760ee620157f2c10859307d6fd/android/src/main/java/com/akshetpandey/rncronet/RNCronetUrlRequestCallback.java | android/src/main/java/com/akshetpandey/rncronet/RNCronetUrlRequestCallback.java | package com.akshetpandey.rncronet;
import android.os.ConditionVariable;
import android.util.Log;
import androidx.annotation.Nullable;
import com.facebook.react.modules.network.OkHttpClientProvider;
import org.chromium.net.CronetException;
import org.chromium.net.UrlRequest;
import org.chromium.net.UrlResponseInfo;
... | java | MIT | 486391286a328f760ee620157f2c10859307d6fd | 2026-01-05T02:41:19.160773Z | false |
akshetpandey/react-native-cronet | https://github.com/akshetpandey/react-native-cronet/blob/486391286a328f760ee620157f2c10859307d6fd/android/src/main/java/com/akshetpandey/rncronet/RNCronetInterceptor.java | android/src/main/java/com/akshetpandey/rncronet/RNCronetInterceptor.java | package com.akshetpandey.rncronet;
import org.chromium.net.UrlRequest;
import java.io.IOException;
import okhttp3.Call;
import okhttp3.Request;
import okhttp3.Response;
import okhttp3.internal.annotations.EverythingIsNonNull;
@EverythingIsNonNull
class RNCronetInterceptor implements okhttp3.Interceptor {
@Overrid... | java | MIT | 486391286a328f760ee620157f2c10859307d6fd | 2026-01-05T02:41:19.160773Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.