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 |
|---|---|---|---|---|---|---|---|---|
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/cardgame/step7/CardGame.java | tutorials/src/com/xoppa/blog/libgdx/g3d/cardgame/step7/CardGame.java | package com.xoppa.blog.libgdx.g3d.cardgame.step7;
import static com.xoppa.blog.libgdx.Main.data;
import java.nio.IntBuffer;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.Mesh;
import com.badlogic.gdx.graphics.Perspect... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/cardgame/step1/CardGame.java | tutorials/src/com/xoppa/blog/libgdx/g3d/cardgame/step1/CardGame.java | package com.xoppa.blog.libgdx.g3d.cardgame.step1;
import static com.xoppa.blog.libgdx.Main.data;
import com.badlogic.gdx.ApplicationAdapter;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.g2d.Sprite;
import com.badlogic... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/cardgame/step6/CardGame.java | tutorials/src/com/xoppa/blog/libgdx/g3d/cardgame/step6/CardGame.java | package com.xoppa.blog.libgdx.g3d.cardgame.step6;
import static com.xoppa.blog.libgdx.Main.data;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.Mesh;
import com.badlogic.gdx.graphics.PerspectiveCamera;
import com.badlog... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/cardgame/step3/CardGame.java | tutorials/src/com/xoppa/blog/libgdx/g3d/cardgame/step3/CardGame.java | package com.xoppa.blog.libgdx.g3d.cardgame.step3;
import static com.xoppa.blog.libgdx.Main.data;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.g2d.Batch;
import com.badlogic.gdx.graphics.g2d.Sprite;
import com.badlogic... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/cardgame/step2/CardGame.java | tutorials/src/com/xoppa/blog/libgdx/g3d/cardgame/step2/CardGame.java | package com.xoppa.blog.libgdx.g3d.cardgame.step2;
import static com.xoppa.blog.libgdx.Main.data;
import com.badlogic.gdx.ApplicationAdapter;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.g2d.Sprite;
import com.badlogic.gdx.graphics.g2d.SpriteBatch;
import com.bad... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/shapes/step4/ShapeTest.java | tutorials/src/com/xoppa/blog/libgdx/g3d/shapes/step4/ShapeTest.java | package com.xoppa.blog.libgdx.g3d.shapes.step4;
import static com.xoppa.blog.libgdx.Main.data;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.InputAdapter;
import com.badlogic.gdx.InputMultiplexer;
import com.badlogic.gdx.assets.AssetManager;
import com.badlogic.gdx.... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/shapes/step1/ShapeTest.java | tutorials/src/com/xoppa/blog/libgdx/g3d/shapes/step1/ShapeTest.java | package com.xoppa.blog.libgdx.g3d.shapes.step1;
import static com.xoppa.blog.libgdx.Main.data;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.InputAdapter;
import com.badlogic.gdx.InputMultiplexer;
import com.badlogic.gdx.assets.AssetManager;
import com.badlogic.gdx.... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/shapes/step3/ShapeTest.java | tutorials/src/com/xoppa/blog/libgdx/g3d/shapes/step3/ShapeTest.java | package com.xoppa.blog.libgdx.g3d.shapes.step3;
import static com.xoppa.blog.libgdx.Main.data;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.InputAdapter;
import com.badlogic.gdx.InputMultiplexer;
import com.badlogic.gdx.assets.AssetManager;
import com.badlogic.gdx.... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/shapes/step2/ShapeTest.java | tutorials/src/com/xoppa/blog/libgdx/g3d/shapes/step2/ShapeTest.java | package com.xoppa.blog.libgdx.g3d.shapes.step2;
import static com.xoppa.blog.libgdx.Main.data;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.InputAdapter;
import com.badlogic.gdx.InputMultiplexer;
import com.badlogic.gdx.assets.AssetManager;
import com.badlogic.gdx.... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/basic3d/step1/Basic3DTest.java | tutorials/src/com/xoppa/blog/libgdx/g3d/basic3d/step1/Basic3DTest.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* 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.a... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/basic3d/step3/Basic3DTest.java | tutorials/src/com/xoppa/blog/libgdx/g3d/basic3d/step3/Basic3DTest.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* 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.a... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/basic3d/step2/Basic3DTest.java | tutorials/src/com/xoppa/blog/libgdx/g3d/basic3d/step2/Basic3DTest.java | /*******************************************************************************
* Copyright 2011 See AUTHORS file.
*
* 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.a... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/collision/step8/BulletTest.java | tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/collision/step8/BulletTest.java |
package com.xoppa.blog.libgdx.g3d.bullet.collision.step8;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.PerspectiveCamera;
import com.badlogic.gdx.graphics.VertexAttributes.Usage... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/collision/step4/BulletTest.java | tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/collision/step4/BulletTest.java |
package com.xoppa.blog.libgdx.g3d.bullet.collision.step4;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.PerspectiveCamera;
import com.badlogic.gdx.graphics.VertexAttributes.Usage... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/collision/step5/BulletTest.java | tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/collision/step5/BulletTest.java |
package com.xoppa.blog.libgdx.g3d.bullet.collision.step5;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.PerspectiveCamera;
import com.badlogic.gdx.graphics.VertexAttributes.Usage... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/collision/step7/BulletTest.java | tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/collision/step7/BulletTest.java |
package com.xoppa.blog.libgdx.g3d.bullet.collision.step7;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.PerspectiveCamera;
import com.badlogic.gdx.graphics.VertexAttributes.Usage... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/collision/step1/BulletTest.java | tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/collision/step1/BulletTest.java |
package com.xoppa.blog.libgdx.g3d.bullet.collision.step1;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.PerspectiveCamera;
import com.badlogic.gdx.graphics.VertexAttributes.Usage... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/collision/step6/BulletTest.java | tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/collision/step6/BulletTest.java |
package com.xoppa.blog.libgdx.g3d.bullet.collision.step6;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.PerspectiveCamera;
import com.badlogic.gdx.graphics.VertexAttributes.Usage... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/collision/step3/BulletTest.java | tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/collision/step3/BulletTest.java |
package com.xoppa.blog.libgdx.g3d.bullet.collision.step3;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.PerspectiveCamera;
import com.badlogic.gdx.graphics.VertexAttributes.Usage... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/collision/step2/BulletTest.java | tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/collision/step2/BulletTest.java |
package com.xoppa.blog.libgdx.g3d.bullet.collision.step2;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.PerspectiveCamera;
import com.badlogic.gdx.graphics.VertexAttributes.Usage... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/dynamics/step4/BulletTest.java | tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/dynamics/step4/BulletTest.java |
package com.xoppa.blog.libgdx.g3d.bullet.dynamics.step4;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.PerspectiveCamera;
import com.badlogic.gdx.graphics.VertexAttributes.Usage;... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/dynamics/step5/BulletTest.java | tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/dynamics/step5/BulletTest.java |
package com.xoppa.blog.libgdx.g3d.bullet.dynamics.step5;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.PerspectiveCamera;
import com.badlogic.gdx.graphics.VertexAttributes.Usage;... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/dynamics/step1/BulletTest.java | tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/dynamics/step1/BulletTest.java |
package com.xoppa.blog.libgdx.g3d.bullet.dynamics.step1;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.PerspectiveCamera;
import com.badlogic.gdx.graphics.VertexAttributes.Usage;... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/dynamics/step6/BulletTest.java | tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/dynamics/step6/BulletTest.java |
package com.xoppa.blog.libgdx.g3d.bullet.dynamics.step6;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.PerspectiveCamera;
import com.badlogic.gdx.graphics.VertexAttributes.Usage;... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/dynamics/step3/BulletTest.java | tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/dynamics/step3/BulletTest.java |
package com.xoppa.blog.libgdx.g3d.bullet.dynamics.step3;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.PerspectiveCamera;
import com.badlogic.gdx.graphics.VertexAttributes.Usage;... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
xoppa/blog | https://github.com/xoppa/blog/blob/aa6611044582f2023709364a6af025c95a4f09ac/tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/dynamics/step2/BulletTest.java | tutorials/src/com/xoppa/blog/libgdx/g3d/bullet/dynamics/step2/BulletTest.java |
package com.xoppa.blog.libgdx.g3d.bullet.dynamics.step2;
import com.badlogic.gdx.ApplicationListener;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Color;
import com.badlogic.gdx.graphics.GL20;
import com.badlogic.gdx.graphics.PerspectiveCamera;
import com.badlogic.gdx.graphics.VertexAttributes.Usage;... | java | Apache-2.0 | aa6611044582f2023709364a6af025c95a4f09ac | 2026-01-05T02:42:28.833355Z | false |
ogrodnek/csv-serde | https://github.com/ogrodnek/csv-serde/blob/dc9c22dfdfae7588fa7fa234ffe3f23607a7457d/src/test/java/com/bizo/hive/serde/csv/CSVSerdeTest.java | src/test/java/com/bizo/hive/serde/csv/CSVSerdeTest.java | package com.bizo.hive.serde.csv;
import java.util.List;
import java.util.Properties;
import org.apache.hadoop.hive.serde.Constants;
import org.apache.hadoop.io.Text;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public final class CSVSerdeTest {
private final CSVSerd... | java | Apache-2.0 | dc9c22dfdfae7588fa7fa234ffe3f23607a7457d | 2026-01-05T02:42:31.333447Z | false |
ogrodnek/csv-serde | https://github.com/ogrodnek/csv-serde/blob/dc9c22dfdfae7588fa7fa234ffe3f23607a7457d/src/main/java/com/bizo/hive/serde/csv/CSVSerde.java | src/main/java/com/bizo/hive/serde/csv/CSVSerde.java | package com.bizo.hive.serde.csv;
import java.io.CharArrayReader;
import java.io.IOException;
import java.io.Reader;
import java.io.StringWriter;
import java.io.Writer;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Properties;
import org.apache.hadoop.conf.Configuration;
... | java | Apache-2.0 | dc9c22dfdfae7588fa7fa234ffe3f23607a7457d | 2026-01-05T02:42:31.333447Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-gateway/src/test/java/org/apache/paimon/web/gateway/provider/ExecutorFactoryProviderTest.java | paimon-web-gateway/src/test/java/org/apache/paimon/web/gateway/provider/ExecutorFactoryProviderTest.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-gateway/src/main/java/org/apache/paimon/web/gateway/provider/ExecutorFactoryProvider.java | paimon-web-gateway/src/main/java/org/apache/paimon/web/gateway/provider/ExecutorFactoryProvider.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-gateway/src/main/java/org/apache/paimon/web/gateway/config/ExecutionConfig.java | paimon-web-gateway/src/main/java/org/apache/paimon/web/gateway/config/ExecutionConfig.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-gateway/src/main/java/org/apache/paimon/web/gateway/enums/EngineType.java | paimon-web-gateway/src/main/java/org/apache/paimon/web/gateway/enums/EngineType.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-gateway/src/main/java/org/apache/paimon/web/gateway/enums/DeploymentMode.java | paimon-web-gateway/src/main/java/org/apache/paimon/web/gateway/enums/DeploymentMode.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-common/src/main/java/org/apache/paimon/web/common/util/MapUtil.java | paimon-web-common/src/main/java/org/apache/paimon/web/common/util/MapUtil.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-common/src/main/java/org/apache/paimon/web/common/util/JSONUtils.java | paimon-web-common/src/main/java/org/apache/paimon/web/common/util/JSONUtils.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-common/src/main/java/org/apache/paimon/web/common/annotation/VisibleForTesting.java | paimon-web-common/src/main/java/org/apache/paimon/web/common/annotation/VisibleForTesting.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/test/java/org/apache/paimon/web/server/PaimonWebServerApplicationTests.java | paimon-web-server/src/test/java/org/apache/paimon/web/server/PaimonWebServerApplicationTests.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/CatalogControllerTest.java | paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/CatalogControllerTest.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/ClusterControllerTest.java | paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/ClusterControllerTest.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/HistoryControllerTest.java | paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/HistoryControllerTest.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/JobControllerTest.java | paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/JobControllerTest.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/StatementControllerTest.java | paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/StatementControllerTest.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/SysRoleControllerTest.java | paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/SysRoleControllerTest.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/SessionControllerTest.java | paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/SessionControllerTest.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/FlinkSQLGatewayTestBase.java | paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/FlinkSQLGatewayTestBase.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/ControllerTestBase.java | paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/ControllerTestBase.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/CdcJobDefinitionControllerTest.java | paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/CdcJobDefinitionControllerTest.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/SysMenuControllerTest.java | paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/SysMenuControllerTest.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/PermissionTest.java | paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/PermissionTest.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/TableControllerTest.java | paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/TableControllerTest.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/DatabaseControllerTest.java | paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/DatabaseControllerTest.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/MetadataControllerTest.java | paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/MetadataControllerTest.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/UserControllerTest.java | paimon-web-server/src/test/java/org/apache/paimon/web/server/controller/UserControllerTest.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/test/java/org/apache/paimon/web/server/util/LRUCacheTests.java | paimon-web-server/src/test/java/org/apache/paimon/web/server/util/LRUCacheTests.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/test/java/org/apache/paimon/web/server/constant/StatementsConstant.java | paimon-web-server/src/test/java/org/apache/paimon/web/server/constant/StatementsConstant.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/test/java/org/apache/paimon/web/server/configurer/SaTokenConfigurerTests.java | paimon-web-server/src/test/java/org/apache/paimon/web/server/configurer/SaTokenConfigurerTests.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/test/java/org/apache/paimon/web/server/configurer/JacksonConfigTests.java | paimon-web-server/src/test/java/org/apache/paimon/web/server/configurer/JacksonConfigTests.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/PaimonWebServerApplication.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/PaimonWebServerApplication.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/HistoryController.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/HistoryController.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/CdcJobDefinitionController.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/CdcJobDefinitionController.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/LoginController.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/LoginController.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/MetadataController.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/MetadataController.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/SessionController.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/SessionController.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/SysRoleController.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/SysRoleController.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/ClusterController.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/ClusterController.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/TableController.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/TableController.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/CatalogController.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/CatalogController.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/DatabaseController.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/DatabaseController.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/StatementController.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/StatementController.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/SysMenuController.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/SysMenuController.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/JobController.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/JobController.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/UserController.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/controller/UserController.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/util/MessageUtils.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/util/MessageUtils.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/util/PaimonDataType.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/util/PaimonDataType.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/util/LRUCache.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/util/LRUCache.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/util/StringUtils.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/util/StringUtils.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/util/SpringUtils.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/util/SpringUtils.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/util/LogUtil.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/util/LogUtil.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/util/LocalDateTimeUtil.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/util/LocalDateTimeUtil.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/util/PageSupport.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/util/PageSupport.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/util/ObjectMapperUtils.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/util/ObjectMapperUtils.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/util/PaimonServiceUtils.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/util/PaimonServiceUtils.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/util/ServletUtils.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/util/ServletUtils.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/util/DataTypeConvertUtils.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/util/DataTypeConvertUtils.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/constant/MetadataConstant.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/constant/MetadataConstant.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/constant/Constants.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/constant/Constants.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/service/UserService.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/service/UserService.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/service/TableService.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/service/TableService.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/service/StatementService.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/service/StatementService.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/service/UserTenantService.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/service/UserTenantService.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/service/TenantService.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/service/TenantService.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/service/LdapService.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/service/LdapService.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/service/JobExecutorService.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/service/JobExecutorService.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/service/JobService.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/service/JobService.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/service/PermissionService.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/service/PermissionService.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/service/ClusterService.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/service/ClusterService.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/service/SysRoleService.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/service/SysRoleService.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/service/CdcJobDefinitionService.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/service/CdcJobDefinitionService.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/service/CatalogService.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/service/CatalogService.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
apache/paimon-webui | https://github.com/apache/paimon-webui/blob/ef0db0b0189c2aa4f47056543fdb063120868ec2/paimon-web-server/src/main/java/org/apache/paimon/web/server/service/SysMenuService.java | paimon-web-server/src/main/java/org/apache/paimon/web/server/service/SysMenuService.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 | ef0db0b0189c2aa4f47056543fdb063120868ec2 | 2026-01-05T02:42:23.250368Z | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.