Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dcat-catalog-proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open-Data
dcat-catalog-proxy
Commits
3fd8c932
Commit
3fd8c932
authored
1 year ago
by
Jesper Zedlitz
Browse files
Options
Downloads
Patches
Plain Diff
Updated Spring Boot to version 3.2.2
parent
ad42ebe3
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#627
failed
1 year ago
Stage: build
Stage: test
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
pom.xml
+2
-2
2 additions, 2 deletions
pom.xml
rules.xml
+7
-32
7 additions, 32 deletions
rules.xml
src/main/java/de/landsh/opendata/catalogproxy/FilterController.java
+1
-1
1 addition, 1 deletion
...ava/de/landsh/opendata/catalogproxy/FilterController.java
with
10 additions
and
35 deletions
pom.xml
+
2
−
2
View file @
3fd8c932
...
...
@@ -5,7 +5,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.7.10
</version>
<version>
3.2.2
</version>
<relativePath
/>
</parent>
<groupId>
de.landsh.opendata
</groupId>
...
...
@@ -14,7 +14,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
<name>
dcat-catalog-proxy
</name>
<description>
DCAT catalog proxy
</description>
<properties>
<java.version>
1
.8
</java.version>
<java.version>
1
1
</java.version>
<jena.version>
4.7.0
</jena.version>
</properties>
<dependencies>
...
...
This diff is collapsed.
Click to expand it.
rules.xml
+
7
−
32
View file @
3fd8c932
...
...
@@ -11,39 +11,14 @@
<ignoreVersion
type=
"regex"
>
(?i).*M(?:-?\d+)?
</ignoreVersion>
</ignoreVersions>
<rules>
<rule
groupId=
"org.springframework.boot"
comparisonMethod=
"maven"
>
<ignoreVersions>
<ignoreVersion
type=
"regex"
>
3.*
</ignoreVersion>
</ignoreVersions>
</rule>
<rule
groupId=
"org.springframework.security"
comparisonMethod=
"maven"
>
<ignoreVersions>
<ignoreVersion
type=
"regex"
>
6.*
</ignoreVersion>
</ignoreVersions>
</rule>
<rule
groupId=
"org.springframework.ws"
comparisonMethod=
"maven"
>
<ignoreVersions>
<ignoreVersion
type=
"regex"
>
4.*
</ignoreVersion>
</ignoreVersions>
</rule>
<rule
groupId=
"org.apache.cxf"
comparisonMethod=
"maven"
>
<ignoreVersions>
<ignoreVersion
type=
"regex"
>
4.*
</ignoreVersion>
</ignoreVersions>
</rule>
<rule
groupId=
"org.elasticsearch"
comparisonMethod=
"maven"
>
<ignoreVersions>
<ignoreVersion
type=
"regex"
>
[78].*
</ignoreVersion>
</ignoreVersions>
</rule>
<rule
groupId=
"org.elasticsearch.client"
comparisonMethod=
"maven"
>
<ignoreVersions>
<ignoreVersion
type=
"regex"
>
[78].*
</ignoreVersion>
</ignoreVersions>
</rule>
<rule
groupId=
"org.thymeleaf.extras"
comparisonMethod=
"maven"
>
<ignoreVersions>
<ignoreVersion
type=
"regex"
>
3.1.*
</ignoreVersion>
<!-- 4.7.0 is the last version that work. There is an additional rule for
IRIs in later versions that prevents some of CKAN's responses
to be parsed. -->
<rule
groupId=
"org.apache.jena"
comparisonMethod=
"maven"
>
<ignoreVersions>
<ignoreVersion
type=
"regex"
>
4.[89].*
</ignoreVersion>
<ignoreVersion
type=
"regex"
>
4.1[0-9].*
</ignoreVersion>
</ignoreVersions>
</rule>
</rules>
...
...
This diff is collapsed.
Click to expand it.
src/main/java/de/landsh/opendata/catalogproxy/FilterController.java
+
1
−
1
View file @
3fd8c932
...
...
@@ -9,7 +9,7 @@ import org.springframework.stereotype.Controller;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.RequestParam
;
import
ja
vax
.servlet.http.HttpServletResponse
;
import
ja
karta
.servlet.http.HttpServletResponse
;
import
java.io.IOException
;
import
java.io.InputStream
;
import
java.io.Writer
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment