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
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services/src/main/java/com/acmeair/service/ServiceLocator.java
acmeair-services/src/main/java/com/acmeair/service/ServiceLocator.java
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-reporter/src/main/java/com/acmeair/reporter/ReportGenerator.java
acmeair-reporter/src/main/java/com/acmeair/reporter/ReportGenerator.java
/******************************************************************************* * Copyright (c) 2013 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-reporter/src/main/java/com/acmeair/reporter/util/StatResult.java
acmeair-reporter/src/main/java/com/acmeair/reporter/util/StatResult.java
package com.acmeair.reporter.util; import java.util.ArrayList; public class StatResult { public double min; public double max; public double average; public int count; public double sum; public double numberOfResults; public double getMin() { return min; } public void setMin(double min) { this.min = min;...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-reporter/src/main/java/com/acmeair/reporter/util/Messages.java
acmeair-reporter/src/main/java/com/acmeair/reporter/util/Messages.java
package com.acmeair.reporter.util; import java.util.MissingResourceException; import java.util.ResourceBundle; import org.apache.commons.configuration.CompositeConfiguration; import org.apache.commons.configuration.Configuration; import org.apache.commons.configuration.PropertiesConfiguration; import org.apache.commo...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-reporter/src/main/java/com/acmeair/reporter/parser/MultipleChartResults.java
acmeair-reporter/src/main/java/com/acmeair/reporter/parser/MultipleChartResults.java
/******************************************************************************* * Copyright (c) 2013 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-reporter/src/main/java/com/acmeair/reporter/parser/OverallResults.java
acmeair-reporter/src/main/java/com/acmeair/reporter/parser/OverallResults.java
/******************************************************************************* * Copyright (c) 2013 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-reporter/src/main/java/com/acmeair/reporter/parser/ResultParserHelper.java
acmeair-reporter/src/main/java/com/acmeair/reporter/parser/ResultParserHelper.java
/******************************************************************************* * Copyright (c) 2013 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-reporter/src/main/java/com/acmeair/reporter/parser/ResultParser.java
acmeair-reporter/src/main/java/com/acmeair/reporter/parser/ResultParser.java
/******************************************************************************* * Copyright (c) 2013 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-reporter/src/main/java/com/acmeair/reporter/parser/IndividualChartResults.java
acmeair-reporter/src/main/java/com/acmeair/reporter/parser/IndividualChartResults.java
/******************************************************************************* * Copyright (c) 2013 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-reporter/src/main/java/com/acmeair/reporter/parser/component/JmeterJTLParser.java
acmeair-reporter/src/main/java/com/acmeair/reporter/parser/component/JmeterJTLParser.java
/******************************************************************************* * Copyright (c) 2013 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-reporter/src/main/java/com/acmeair/reporter/parser/component/JmeterSummariserParser.java
acmeair-reporter/src/main/java/com/acmeair/reporter/parser/component/JmeterSummariserParser.java
/******************************************************************************* * Copyright (c) 2013 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-reporter/src/main/java/com/acmeair/reporter/parser/component/JtlTotals.java
acmeair-reporter/src/main/java/com/acmeair/reporter/parser/component/JtlTotals.java
/******************************************************************************* * Copyright (c) 2013 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-reporter/src/main/java/com/acmeair/reporter/parser/component/NmonParser.java
acmeair-reporter/src/main/java/com/acmeair/reporter/parser/component/NmonParser.java
/******************************************************************************* * Copyright (c) 2013 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-morphia/src/main/java/com/acmeair/morphia/BigDecimalConverter.java
acmeair-services-morphia/src/main/java/com/acmeair/morphia/BigDecimalConverter.java
package com.acmeair.morphia; import java.math.BigDecimal; import org.mongodb.morphia.converters.SimpleValueConverter; import org.mongodb.morphia.converters.TypeConverter; import org.mongodb.morphia.mapping.MappedField; import org.mongodb.morphia.mapping.MappingException; public class BigDecimalConverter extends Type...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-morphia/src/main/java/com/acmeair/morphia/BigIntegerConverter.java
acmeair-services-morphia/src/main/java/com/acmeair/morphia/BigIntegerConverter.java
package com.acmeair.morphia; import java.math.BigInteger; import org.mongodb.morphia.converters.SimpleValueConverter; import org.mongodb.morphia.converters.TypeConverter; import org.mongodb.morphia.mapping.MappedField; import org.mongodb.morphia.mapping.MappingException; public class BigIntegerConverter extends Type...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-morphia/src/main/java/com/acmeair/morphia/MorphiaConstants.java
acmeair-services-morphia/src/main/java/com/acmeair/morphia/MorphiaConstants.java
package com.acmeair.morphia; import com.acmeair.AcmeAirConstants; public interface MorphiaConstants extends AcmeAirConstants { public static final String JNDI_NAME = "mongo/acmeairMongodb"; public static final String KEY = "morphia"; public static final String KEY_DESCRIPTION = "mongoDB with morphia implementatio...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-morphia/src/main/java/com/acmeair/morphia/DatastoreFactory.java
acmeair-services-morphia/src/main/java/com/acmeair/morphia/DatastoreFactory.java
package com.acmeair.morphia; import java.util.Properties; import org.json.simple.JSONArray; import org.json.simple.JSONObject; import org.json.simple.JSONValue; import com.acmeair.entities.Booking; import com.acmeair.entities.Flight; import com.acmeair.entities.FlightSegment; import org.mongodb.morphia.Datastore; im...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-morphia/src/main/java/com/acmeair/morphia/services/FlightServiceImpl.java
acmeair-services-morphia/src/main/java/com/acmeair/morphia/services/FlightServiceImpl.java
/******************************************************************************* * Copyright (c) 2015 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-morphia/src/main/java/com/acmeair/morphia/services/CustomerServiceImpl.java
acmeair-services-morphia/src/main/java/com/acmeair/morphia/services/CustomerServiceImpl.java
package com.acmeair.morphia.services; import java.util.Date; import javax.annotation.PostConstruct; import com.acmeair.entities.Customer; import com.acmeair.entities.Customer.MemberShipStatus; import com.acmeair.entities.Customer.PhoneType; import com.acmeair.entities.CustomerAddress; import com.acmeair.entities.Cus...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-morphia/src/main/java/com/acmeair/morphia/services/BookingServiceImpl.java
acmeair-services-morphia/src/main/java/com/acmeair/morphia/services/BookingServiceImpl.java
package com.acmeair.morphia.services; import java.util.ArrayList; import java.util.Date; import java.util.List; import javax.annotation.PostConstruct; import javax.inject.Inject; import org.mongodb.morphia.Datastore; import com.acmeair.entities.Booking; import com.acmeair.entities.Customer; import com.acmeair.entit...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-morphia/src/main/java/com/acmeair/morphia/services/util/MongoConnectionManager.java
acmeair-services-morphia/src/main/java/com/acmeair/morphia/services/util/MongoConnectionManager.java
package com.acmeair.morphia.services.util; import java.io.IOException; import java.net.URL; import java.net.UnknownHostException; import java.util.Properties; import java.util.concurrent.atomic.AtomicReference; import java.util.logging.Logger; import javax.annotation.Resource; import javax.naming.InitialContext; impo...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-morphia/src/main/java/com/acmeair/morphia/entities/BookingImpl.java
acmeair-services-morphia/src/main/java/com/acmeair/morphia/entities/BookingImpl.java
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-morphia/src/main/java/com/acmeair/morphia/entities/FlightImpl.java
acmeair-services-morphia/src/main/java/com/acmeair/morphia/entities/FlightImpl.java
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-morphia/src/main/java/com/acmeair/morphia/entities/AirportCodeMappingImpl.java
acmeair-services-morphia/src/main/java/com/acmeair/morphia/entities/AirportCodeMappingImpl.java
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-morphia/src/main/java/com/acmeair/morphia/entities/FlightSegmentImpl.java
acmeair-services-morphia/src/main/java/com/acmeair/morphia/entities/FlightSegmentImpl.java
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-morphia/src/main/java/com/acmeair/morphia/entities/CustomerSessionImpl.java
acmeair-services-morphia/src/main/java/com/acmeair/morphia/entities/CustomerSessionImpl.java
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-morphia/src/main/java/com/acmeair/morphia/entities/CustomerImpl.java
acmeair-services-morphia/src/main/java/com/acmeair/morphia/entities/CustomerImpl.java
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-morphia/src/main/java/com/acmeair/morphia/entities/CustomerAddressImpl.java
acmeair-services-morphia/src/main/java/com/acmeair/morphia/entities/CustomerAddressImpl.java
/******************************************************************************* * Copyright (c) 2013 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-common/src/main/java/com/acmeair/AcmeAirConstants.java
acmeair-common/src/main/java/com/acmeair/AcmeAirConstants.java
package com.acmeair; public interface AcmeAirConstants { }
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-common/src/main/java/com/acmeair/entities/AirportCodeMapping.java
acmeair-common/src/main/java/com/acmeair/entities/AirportCodeMapping.java
/******************************************************************************* * Copyright (c) 2013 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-common/src/main/java/com/acmeair/entities/CustomerAddress.java
acmeair-common/src/main/java/com/acmeair/entities/CustomerAddress.java
/******************************************************************************* * Copyright (c) 2013 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-common/src/main/java/com/acmeair/entities/FlightSegment.java
acmeair-common/src/main/java/com/acmeair/entities/FlightSegment.java
/******************************************************************************* * Copyright (c) 2013 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-common/src/main/java/com/acmeair/entities/Customer.java
acmeair-common/src/main/java/com/acmeair/entities/Customer.java
/******************************************************************************* * Copyright (c) 2013 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-common/src/main/java/com/acmeair/entities/CustomerSession.java
acmeair-common/src/main/java/com/acmeair/entities/CustomerSession.java
/******************************************************************************* * Copyright (c) 2013 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-common/src/main/java/com/acmeair/entities/Flight.java
acmeair-common/src/main/java/com/acmeair/entities/Flight.java
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-common/src/main/java/com/acmeair/entities/Booking.java
acmeair-common/src/main/java/com/acmeair/entities/Booking.java
/******************************************************************************* * Copyright (c) 2013 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-loader/src/main/java/com/acmeair/loader/FlightLoader.java
acmeair-loader/src/main/java/com/acmeair/loader/FlightLoader.java
/******************************************************************************* * Copyright (c) 2013 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-loader/src/main/java/com/acmeair/loader/CustomerLoader.java
acmeair-loader/src/main/java/com/acmeair/loader/CustomerLoader.java
/******************************************************************************* * Copyright (c) 2013 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-loader/src/main/java/com/acmeair/loader/Loader.java
acmeair-loader/src/main/java/com/acmeair/loader/Loader.java
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-wxs/src/main/java/com/acmeair/entities/BookingPK.java
acmeair-services-wxs/src/main/java/com/acmeair/entities/BookingPK.java
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-wxs/src/main/java/com/acmeair/entities/FlightPK.java
acmeair-services-wxs/src/main/java/com/acmeair/entities/FlightPK.java
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-wxs/src/main/java/com/acmeair/wxs/WXSConstants.java
acmeair-services-wxs/src/main/java/com/acmeair/wxs/WXSConstants.java
package com.acmeair.wxs; public interface WXSConstants { public static final String JNDI_NAME = "wxs/acmeair"; public static final String KEY = "wxs"; public static final String KEY_DESCRIPTION = "eXtreme Scale"; }
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-wxs/src/main/java/com/acmeair/wxs/service/FlightServiceImpl.java
acmeair-services-wxs/src/main/java/com/acmeair/wxs/service/FlightServiceImpl.java
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-wxs/src/main/java/com/acmeair/wxs/service/CustomerServiceImpl.java
acmeair-services-wxs/src/main/java/com/acmeair/wxs/service/CustomerServiceImpl.java
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-wxs/src/main/java/com/acmeair/wxs/service/BookingServiceImpl.java
acmeair-services-wxs/src/main/java/com/acmeair/wxs/service/BookingServiceImpl.java
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-wxs/src/main/java/com/acmeair/wxs/entities/BookingPKImpl.java
acmeair-services-wxs/src/main/java/com/acmeair/wxs/entities/BookingPKImpl.java
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-wxs/src/main/java/com/acmeair/wxs/entities/BookingImpl.java
acmeair-services-wxs/src/main/java/com/acmeair/wxs/entities/BookingImpl.java
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-wxs/src/main/java/com/acmeair/wxs/entities/FlightImpl.java
acmeair-services-wxs/src/main/java/com/acmeair/wxs/entities/FlightImpl.java
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-wxs/src/main/java/com/acmeair/wxs/entities/AirportCodeMappingImpl.java
acmeair-services-wxs/src/main/java/com/acmeair/wxs/entities/AirportCodeMappingImpl.java
/******************************************************************************* * Copyright (c) 2013 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-wxs/src/main/java/com/acmeair/wxs/entities/FlightPKImpl.java
acmeair-services-wxs/src/main/java/com/acmeair/wxs/entities/FlightPKImpl.java
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-wxs/src/main/java/com/acmeair/wxs/entities/FlightSegmentImpl.java
acmeair-services-wxs/src/main/java/com/acmeair/wxs/entities/FlightSegmentImpl.java
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-wxs/src/main/java/com/acmeair/wxs/entities/CustomerSessionImpl.java
acmeair-services-wxs/src/main/java/com/acmeair/wxs/entities/CustomerSessionImpl.java
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-wxs/src/main/java/com/acmeair/wxs/entities/CustomerImpl.java
acmeair-services-wxs/src/main/java/com/acmeair/wxs/entities/CustomerImpl.java
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-wxs/src/main/java/com/acmeair/wxs/entities/CustomerAddressImpl.java
acmeair-services-wxs/src/main/java/com/acmeair/wxs/entities/CustomerAddressImpl.java
/******************************************************************************* * Copyright (c) 2013-2015 IBM Corp. * * 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.o...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-wxs/src/main/java/com/acmeair/wxs/utils/MapPutAllAgent.java
acmeair-services-wxs/src/main/java/com/acmeair/wxs/utils/MapPutAllAgent.java
/******************************************************************************* * Copyright (c) 2013 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
acmeair/acmeair
https://github.com/acmeair/acmeair/blob/f16122729873ef0449ea276dfb2d2a1d45bebb40/acmeair-services-wxs/src/main/java/com/acmeair/wxs/utils/WXSSessionManager.java
acmeair-services-wxs/src/main/java/com/acmeair/wxs/utils/WXSSessionManager.java
/******************************************************************************* * Copyright (c) 2013 IBM Corp. * * 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/li...
java
Apache-2.0
f16122729873ef0449ea276dfb2d2a1d45bebb40
2026-01-05T02:38:07.986560Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-http/src/test/java/io/vertx/blueprint/kue/http/KueRestApiTest.java
kue-http/src/test/java/io/vertx/blueprint/kue/http/KueRestApiTest.java
package io.vertx.blueprint.kue.http; import io.vertx.blueprint.kue.Kue; import io.vertx.blueprint.kue.queue.Job; import io.vertx.blueprint.kue.queue.KueVerticle; import io.vertx.core.Vertx; import io.vertx.core.VertxOptions; import io.vertx.core.http.HttpClient; import io.vertx.core.http.HttpMethod; import io.vertx.co...
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-http/src/main/java/io/vertx/blueprint/kue/http/KueHttpVerticle.java
kue-http/src/main/java/io/vertx/blueprint/kue/http/KueHttpVerticle.java
package io.vertx.blueprint.kue.http; import io.vertx.blueprint.kue.Kue; import io.vertx.blueprint.kue.queue.Job; import io.vertx.blueprint.kue.queue.JobState; import io.vertx.core.AbstractVerticle; import io.vertx.core.AsyncResult; import io.vertx.core.Future; import io.vertx.core.Handler; import io.vertx.core.json.De...
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-core/src/main/java/io/vertx/blueprint/kue/CallbackKue.java
kue-core/src/main/java/io/vertx/blueprint/kue/CallbackKue.java
package io.vertx.blueprint.kue; import io.vertx.blueprint.kue.queue.Job; import io.vertx.blueprint.kue.service.JobService; import io.vertx.codegen.annotations.Fluent; import io.vertx.codegen.annotations.VertxGen; import io.vertx.core.AsyncResult; import io.vertx.core.Handler; import io.vertx.core.Vertx; import io.vert...
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-core/src/main/java/io/vertx/blueprint/kue/package-info.java
kue-core/src/main/java/io/vertx/blueprint/kue/package-info.java
@ModuleGen(groupPackage = "io.vertx.blueprint.kue", name = "vertx-kue-root-module") package io.vertx.blueprint.kue; import io.vertx.codegen.annotations.ModuleGen;
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-core/src/main/java/io/vertx/blueprint/kue/CallbackKueImpl.java
kue-core/src/main/java/io/vertx/blueprint/kue/CallbackKueImpl.java
package io.vertx.blueprint.kue; import io.vertx.blueprint.kue.queue.Job; import io.vertx.blueprint.kue.queue.JobState; import io.vertx.blueprint.kue.service.JobService; import io.vertx.core.AsyncResult; import io.vertx.core.Handler; import io.vertx.core.Vertx; import io.vertx.core.eventbus.Message; import io.vertx.cor...
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-core/src/main/java/io/vertx/blueprint/kue/Kue.java
kue-core/src/main/java/io/vertx/blueprint/kue/Kue.java
package io.vertx.blueprint.kue; import io.vertx.blueprint.kue.queue.Job; import io.vertx.blueprint.kue.queue.JobState; import io.vertx.blueprint.kue.queue.KueWorker; import io.vertx.blueprint.kue.service.JobService; import io.vertx.blueprint.kue.util.RedisHelper; import io.vertx.core.AsyncResult; import io.vertx.core...
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-core/src/main/java/io/vertx/blueprint/kue/util/RedisHelper.java
kue-core/src/main/java/io/vertx/blueprint/kue/util/RedisHelper.java
package io.vertx.blueprint.kue.util; import io.vertx.blueprint.kue.queue.JobState; import io.vertx.core.Vertx; import io.vertx.core.json.JsonObject; import io.vertx.redis.RedisClient; import io.vertx.redis.RedisOptions; /** * Helper class for operating Redis. * * @author Eric Zhao */ public final class RedisHelpe...
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-core/src/main/java/io/vertx/blueprint/kue/service/JobService.java
kue-core/src/main/java/io/vertx/blueprint/kue/service/JobService.java
package io.vertx.blueprint.kue.service; import io.vertx.blueprint.kue.queue.Job; import io.vertx.blueprint.kue.queue.JobState; import io.vertx.blueprint.kue.service.impl.JobServiceImpl; import io.vertx.codegen.annotations.Fluent; import io.vertx.codegen.annotations.ProxyGen; import io.vertx.codegen.annotations.VertxGe...
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-core/src/main/java/io/vertx/blueprint/kue/service/package-info.java
kue-core/src/main/java/io/vertx/blueprint/kue/service/package-info.java
@ModuleGen(groupPackage = "io.vertx.blueprint.kue.service", name = "vertx-kue-service-module") package io.vertx.blueprint.kue.service; import io.vertx.codegen.annotations.ModuleGen;
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-core/src/main/java/io/vertx/blueprint/kue/service/impl/JobServiceImpl.java
kue-core/src/main/java/io/vertx/blueprint/kue/service/impl/JobServiceImpl.java
package io.vertx.blueprint.kue.service.impl; import io.vertx.blueprint.kue.queue.Job; import io.vertx.blueprint.kue.queue.JobState; import io.vertx.blueprint.kue.service.JobService; import io.vertx.blueprint.kue.util.RedisHelper; import io.vertx.core.AsyncResult; import io.vertx.core.Future; import io.vertx.core.Handl...
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-core/src/main/java/io/vertx/blueprint/kue/queue/package-info.java
kue-core/src/main/java/io/vertx/blueprint/kue/queue/package-info.java
@ModuleGen(groupPackage = "io.vertx.blueprint.kue.queue", name = "vertx-kue-queue-core-module") package io.vertx.blueprint.kue.queue; import io.vertx.codegen.annotations.ModuleGen;
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-core/src/main/java/io/vertx/blueprint/kue/queue/JobState.java
kue-core/src/main/java/io/vertx/blueprint/kue/queue/JobState.java
package io.vertx.blueprint.kue.queue; import io.vertx.codegen.annotations.VertxGen; /** * Vert.x Blueprint - Job Queue * Job state enum class * * @author Eric Zhao */ @VertxGen public enum JobState { INACTIVE, ACTIVE, COMPLETE, FAILED, DELAYED }
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-core/src/main/java/io/vertx/blueprint/kue/queue/Priority.java
kue-core/src/main/java/io/vertx/blueprint/kue/queue/Priority.java
package io.vertx.blueprint.kue.queue; import io.vertx.codegen.annotations.VertxGen; /** * Vert.x Blueprint - Job Queue * Job priority enum class * * @author Eric Zhao */ @VertxGen public enum Priority { LOW(10), NORMAL(0), MEDIUM(-5), HIGH(-10), CRITICAL(-15); private int value; Priority(int val...
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-core/src/main/java/io/vertx/blueprint/kue/queue/KueWorker.java
kue-core/src/main/java/io/vertx/blueprint/kue/queue/KueWorker.java
package io.vertx.blueprint.kue.queue; import io.vertx.blueprint.kue.Kue; import io.vertx.blueprint.kue.util.RedisHelper; import io.vertx.core.AbstractVerticle; import io.vertx.core.AsyncResult; import io.vertx.core.Future; import io.vertx.core.Handler; import io.vertx.core.eventbus.EventBus; import io.vertx.core.even...
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-core/src/main/java/io/vertx/blueprint/kue/queue/Job.java
kue-core/src/main/java/io/vertx/blueprint/kue/queue/Job.java
package io.vertx.blueprint.kue.queue; import io.vertx.blueprint.kue.Kue; import io.vertx.blueprint.kue.util.RedisHelper; import io.vertx.codegen.annotations.DataObject; import io.vertx.codegen.annotations.Fluent; import io.vertx.core.AsyncResult; import io.vertx.core.Future; import io.vertx.core.Handler; import io.ver...
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-core/src/main/java/io/vertx/blueprint/kue/queue/KueVerticle.java
kue-core/src/main/java/io/vertx/blueprint/kue/queue/KueVerticle.java
package io.vertx.blueprint.kue.queue; import io.vertx.blueprint.kue.service.JobService; import io.vertx.blueprint.kue.util.RedisHelper; import io.vertx.core.AbstractVerticle; import io.vertx.core.Future; import io.vertx.core.json.JsonObject; import io.vertx.core.logging.Logger; import io.vertx.core.logging.LoggerFacto...
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-core/src/main/generated/io/vertx/blueprint/kue/service/JobServiceVertxProxyHandler.java
kue-core/src/main/generated/io/vertx/blueprint/kue/service/JobServiceVertxProxyHandler.java
/* * Copyright 2014 Red Hat, Inc. * * Red Hat 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.0 * * Unless required by applicable la...
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-core/src/main/generated/io/vertx/blueprint/kue/service/JobServiceVertxEBProxy.java
kue-core/src/main/generated/io/vertx/blueprint/kue/service/JobServiceVertxEBProxy.java
/* * Copyright 2014 Red Hat, Inc. * * Red Hat 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.0 * * Unless required by applicable la...
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-core/src/main/generated/io/vertx/blueprint/kue/service/rxjava/JobService.java
kue-core/src/main/generated/io/vertx/blueprint/kue/service/rxjava/JobService.java
/* * Copyright 2014 Red Hat, Inc. * * Red Hat 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.0 * * Unless required by app...
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-core/src/main/generated/io/vertx/blueprint/kue/rxjava/CallbackKue.java
kue-core/src/main/generated/io/vertx/blueprint/kue/rxjava/CallbackKue.java
/* * Copyright 2014 Red Hat, Inc. * * Red Hat 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.0 * * Unless required by app...
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-core/src/main/generated/io/vertx/blueprint/kue/queue/JobConverter.java
kue-core/src/main/generated/io/vertx/blueprint/kue/queue/JobConverter.java
/* * Copyright 2014 Red Hat, Inc. * * Red Hat 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.0 * * Unless required by app...
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-example/src/main/java/io/vertx/blueprint/kue/example/ManyJobsProcessingVerticle.java
kue-example/src/main/java/io/vertx/blueprint/kue/example/ManyJobsProcessingVerticle.java
package io.vertx.blueprint.kue.example; import io.vertx.blueprint.kue.Kue; import io.vertx.blueprint.kue.queue.Job; import io.vertx.blueprint.kue.queue.Priority; import io.vertx.core.AbstractVerticle; import io.vertx.core.Future; import io.vertx.core.json.JsonObject; /** * Vert.x Blueprint - Job Queue * Example - i...
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-example/src/main/java/io/vertx/blueprint/kue/example/DelayedEmailVerticle.java
kue-example/src/main/java/io/vertx/blueprint/kue/example/DelayedEmailVerticle.java
package io.vertx.blueprint.kue.example; import io.vertx.blueprint.kue.Kue; import io.vertx.blueprint.kue.queue.Job; import io.vertx.blueprint.kue.queue.Priority; import io.vertx.core.AbstractVerticle; import io.vertx.core.json.JsonObject; /** * Vert.x Blueprint - Job Queue * Example - A delayed email processing ver...
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-example/src/main/java/io/vertx/blueprint/kue/example/LearningVertxVerticle.java
kue-example/src/main/java/io/vertx/blueprint/kue/example/LearningVertxVerticle.java
package io.vertx.blueprint.kue.example; import io.vertx.blueprint.kue.Kue; import io.vertx.blueprint.kue.queue.Job; import io.vertx.blueprint.kue.queue.Priority; import io.vertx.core.AbstractVerticle; import io.vertx.core.json.JsonObject; /** * Vert.x Blueprint - Job Queue * Example - A learning Vert.x process vert...
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
sczyh30/vertx-kue
https://github.com/sczyh30/vertx-kue/blob/12ef851446660a1258ab1e0101779b1e9213ab1e/kue-example/src/main/java/io/vertx/blueprint/kue/example/VideoProcessVerticle.java
kue-example/src/main/java/io/vertx/blueprint/kue/example/VideoProcessVerticle.java
package io.vertx.blueprint.kue.example; import io.vertx.blueprint.kue.Kue; import io.vertx.blueprint.kue.queue.Job; import io.vertx.blueprint.kue.queue.Priority; import io.vertx.core.AbstractVerticle; import io.vertx.core.json.JsonObject; /** * Vert.x Blueprint - Job Queue * Example - A video conversion process ver...
java
Apache-2.0
12ef851446660a1258ab1e0101779b1e9213ab1e
2026-01-05T02:38:17.784929Z
false
SandroMachado/AndroidTampering
https://github.com/SandroMachado/AndroidTampering/blob/28214cf23291c3c1f3e76ff3d05fb110dc2848e1/app/src/main/java/com/sandro/androidtampering/AndroidTamperingProtection.java
app/src/main/java/com/sandro/androidtampering/AndroidTamperingProtection.java
package com.sandro.androidtampering; import android.content.Context; import android.content.pm.PackageInfo; import android.content.pm.PackageManager; import android.content.pm.Signature; import android.util.Base64; import android.util.Log; import java.security.MessageDigest; /** * Android Tampering Protection have ...
java
MIT
28214cf23291c3c1f3e76ff3d05fb110dc2848e1
2026-01-05T02:38:13.478776Z
false
SandroMachado/AndroidTampering
https://github.com/SandroMachado/AndroidTampering/blob/28214cf23291c3c1f3e76ff3d05fb110dc2848e1/app/src/main/java/com/sandro/androidtampering/utils/AndroidTamperingProtectionUtils.java
app/src/main/java/com/sandro/androidtampering/utils/AndroidTamperingProtectionUtils.java
package com.sandro.androidtampering.utils; import android.content.Context; import android.content.pm.PackageInfo; import android.content.pm.PackageManager; import android.content.pm.Signature; import android.util.Base64; import android.util.Log; import java.security.MessageDigest; /** * A set of utils for the Andro...
java
MIT
28214cf23291c3c1f3e76ff3d05fb110dc2848e1
2026-01-05T02:38:13.478776Z
false
michelin/kstreamplify
https://github.com/michelin/kstreamplify/blob/7b912c3bc711629f1745ae4a60bffeaed649d07a/kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/controller/ControllerExceptionHandlerTest.java
kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/controller/ControllerExceptionHandlerTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
7b912c3bc711629f1745ae4a60bffeaed649d07a
2026-01-05T02:38:06.284501Z
false
michelin/kstreamplify
https://github.com/michelin/kstreamplify/blob/7b912c3bc711629f1745ae4a60bffeaed649d07a/kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/controller/InteractiveQueriesControllerTest.java
kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/controller/InteractiveQueriesControllerTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
7b912c3bc711629f1745ae4a60bffeaed649d07a
2026-01-05T02:38:06.284501Z
false
michelin/kstreamplify
https://github.com/michelin/kstreamplify/blob/7b912c3bc711629f1745ae4a60bffeaed649d07a/kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/controller/KubernetesControllerTest.java
kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/controller/KubernetesControllerTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
7b912c3bc711629f1745ae4a60bffeaed649d07a
2026-01-05T02:38:06.284501Z
false
michelin/kstreamplify
https://github.com/michelin/kstreamplify/blob/7b912c3bc711629f1745ae4a60bffeaed649d07a/kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/controller/TopologyControllerTest.java
kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/controller/TopologyControllerTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
7b912c3bc711629f1745ae4a60bffeaed649d07a
2026-01-05T02:38:06.284501Z
false
michelin/kstreamplify
https://github.com/michelin/kstreamplify/blob/7b912c3bc711629f1745ae4a60bffeaed649d07a/kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/integration/WebServicesPathIntegrationTest.java
kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/integration/WebServicesPathIntegrationTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
7b912c3bc711629f1745ae4a60bffeaed649d07a
2026-01-05T02:38:06.284501Z
false
michelin/kstreamplify
https://github.com/michelin/kstreamplify/blob/7b912c3bc711629f1745ae4a60bffeaed649d07a/kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/integration/SpringBootKafkaStreamsInitializerIntegrationTest.java
kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/integration/SpringBootKafkaStreamsInitializerIntegrationTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
7b912c3bc711629f1745ae4a60bffeaed649d07a
2026-01-05T02:38:06.284501Z
false
michelin/kstreamplify
https://github.com/michelin/kstreamplify/blob/7b912c3bc711629f1745ae4a60bffeaed649d07a/kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/integration/container/KafkaIntegrationTest.java
kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/integration/container/KafkaIntegrationTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
7b912c3bc711629f1745ae4a60bffeaed649d07a
2026-01-05T02:38:06.284501Z
false
michelin/kstreamplify
https://github.com/michelin/kstreamplify/blob/7b912c3bc711629f1745ae4a60bffeaed649d07a/kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/integration/interactivequeries/window/WindowIntegrationTest.java
kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/integration/interactivequeries/window/WindowIntegrationTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
7b912c3bc711629f1745ae4a60bffeaed649d07a
2026-01-05T02:38:06.284501Z
false
michelin/kstreamplify
https://github.com/michelin/kstreamplify/blob/7b912c3bc711629f1745ae4a60bffeaed649d07a/kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/integration/interactivequeries/window/TimestampedWindowIntegrationTest.java
kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/integration/interactivequeries/window/TimestampedWindowIntegrationTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
7b912c3bc711629f1745ae4a60bffeaed649d07a
2026-01-05T02:38:06.284501Z
false
michelin/kstreamplify
https://github.com/michelin/kstreamplify/blob/7b912c3bc711629f1745ae4a60bffeaed649d07a/kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/integration/interactivequeries/keyvalue/TimestampedKeyValueIntegrationTest.java
kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/integration/interactivequeries/keyvalue/TimestampedKeyValueIntegrationTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
7b912c3bc711629f1745ae4a60bffeaed649d07a
2026-01-05T02:38:06.284501Z
false
michelin/kstreamplify
https://github.com/michelin/kstreamplify/blob/7b912c3bc711629f1745ae4a60bffeaed649d07a/kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/integration/interactivequeries/keyvalue/KeyValueIntegrationTest.java
kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/integration/interactivequeries/keyvalue/KeyValueIntegrationTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
7b912c3bc711629f1745ae4a60bffeaed649d07a
2026-01-05T02:38:06.284501Z
false
michelin/kstreamplify
https://github.com/michelin/kstreamplify/blob/7b912c3bc711629f1745ae4a60bffeaed649d07a/kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/initializer/SpringBootKafkaStreamsInitializerTest.java
kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/initializer/SpringBootKafkaStreamsInitializerTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
7b912c3bc711629f1745ae4a60bffeaed649d07a
2026-01-05T02:38:06.284501Z
false
michelin/kstreamplify
https://github.com/michelin/kstreamplify/blob/7b912c3bc711629f1745ae4a60bffeaed649d07a/kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/opentelemetry/OpenTelemetryConfigTest.java
kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/opentelemetry/OpenTelemetryConfigTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
7b912c3bc711629f1745ae4a60bffeaed649d07a
2026-01-05T02:38:06.284501Z
false
michelin/kstreamplify
https://github.com/michelin/kstreamplify/blob/7b912c3bc711629f1745ae4a60bffeaed649d07a/kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/property/KafkaPropertiesTest.java
kstreamplify-spring-boot/src/test/java/com/michelin/kstreamplify/property/KafkaPropertiesTest.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
7b912c3bc711629f1745ae4a60bffeaed649d07a
2026-01-05T02:38:06.284501Z
false
michelin/kstreamplify
https://github.com/michelin/kstreamplify/blob/7b912c3bc711629f1745ae4a60bffeaed649d07a/kstreamplify-spring-boot/src/main/java/com/michelin/kstreamplify/controller/TopologyController.java
kstreamplify-spring-boot/src/main/java/com/michelin/kstreamplify/controller/TopologyController.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
7b912c3bc711629f1745ae4a60bffeaed649d07a
2026-01-05T02:38:06.284501Z
false
michelin/kstreamplify
https://github.com/michelin/kstreamplify/blob/7b912c3bc711629f1745ae4a60bffeaed649d07a/kstreamplify-spring-boot/src/main/java/com/michelin/kstreamplify/controller/InteractiveQueriesController.java
kstreamplify-spring-boot/src/main/java/com/michelin/kstreamplify/controller/InteractiveQueriesController.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
7b912c3bc711629f1745ae4a60bffeaed649d07a
2026-01-05T02:38:06.284501Z
true
michelin/kstreamplify
https://github.com/michelin/kstreamplify/blob/7b912c3bc711629f1745ae4a60bffeaed649d07a/kstreamplify-spring-boot/src/main/java/com/michelin/kstreamplify/controller/ControllerExceptionHandler.java
kstreamplify-spring-boot/src/main/java/com/michelin/kstreamplify/controller/ControllerExceptionHandler.java
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
java
Apache-2.0
7b912c3bc711629f1745ae4a60bffeaed649d07a
2026-01-05T02:38:06.284501Z
false