Skip to content

Commit 05b997b

Browse files
committed
Update Angular 20.1.2 & Angular CLI 20.1.1 & Add Correlation-Id on frontend-angular
1 parent 9772654 commit 05b997b

File tree

5 files changed

+42
-1
lines changed

5 files changed

+42
-1
lines changed

backend-java/.project

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,15 @@
3434
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
3535
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
3636
</natures>
37+
<filteredResources>
38+
<filter>
39+
<id>1753102578121</id>
40+
<name></name>
41+
<type>30</type>
42+
<matcher>
43+
<id>org.eclipse.core.resources.regexFilterMatcher</id>
44+
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
45+
</matcher>
46+
</filter>
47+
</filteredResources>
3748
</projectDescription>

backend-spring/.classpath

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,23 @@
3535
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
3636
<attributes>
3737
<attribute name="maven.pomderived" value="true"/>
38-
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
38+
</attributes>
39+
</classpathentry>
40+
<classpathentry kind="src" path="target/generated-sources/annotations">
41+
<attributes>
42+
<attribute name="optional" value="true"/>
43+
<attribute name="maven.pomderived" value="true"/>
44+
<attribute name="ignore_optional_problems" value="true"/>
45+
<attribute name="m2e-apt" value="true"/>
46+
</attributes>
47+
</classpathentry>
48+
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
49+
<attributes>
50+
<attribute name="optional" value="true"/>
51+
<attribute name="maven.pomderived" value="true"/>
52+
<attribute name="ignore_optional_problems" value="true"/>
53+
<attribute name="m2e-apt" value="true"/>
54+
<attribute name="test" value="true"/>
3955
</attributes>
4056
</classpathentry>
4157
<classpathentry kind="output" path="target/classes"/>

backend-spring/.project

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,15 @@
3434
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
3535
<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
3636
</natures>
37+
<filteredResources>
38+
<filter>
39+
<id>1753102578130</id>
40+
<name></name>
41+
<type>30</type>
42+
<matcher>
43+
<id>org.eclipse.core.resources.regexFilterMatcher</id>
44+
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
45+
</matcher>
46+
</filter>
47+
</filteredResources>
3748
</projectDescription>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.apt.aptEnabled=false

backend-spring/.settings/org.eclipse.jdt.core.prefs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
66
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
77
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
88
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
9+
org.eclipse.jdt.core.compiler.processAnnotations=disabled
910
org.eclipse.jdt.core.compiler.release=disabled
1011
org.eclipse.jdt.core.compiler.source=21

0 commit comments

Comments
 (0)