Skip to content

Commit

Permalink
Merge pull request #343 from bjhargrave/rule-fixes
Browse files Browse the repository at this point in the history
Rule fixes
  • Loading branch information
bjhargrave authored Jun 30, 2022
2 parents 8da5fdd + 3b3e00d commit e9e24bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ javax.enterprise.concurrent.ManagedThreadFactory=jakarta.enterprise.concurrent.M

# Jakarta Persistence string constants from jakarta.persistence-api-2.2.3.jar
javax.persistence.spi=jakarta.persistence.spi
javax.persistence.spi.PeristenceProvider=jakarta.persistence.spi.PeristenceProvider
javax.persistence.spi.PersistenceProvider=jakarta.persistence.spi.PersistenceProvider
javax.persistence.spi\:\:=jakarta.persistence.spi::
# Jakarta Persistence string constants from https://download.oracle.com/otn-pub/jcp/persistence-2_2-mrel-spec/JavaPersistence.pdf
javax.persistence.bean.manager=jakarta.persistence.bean.manager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# The value is the names, comma-separated, of the properties files which contains the
# substitutions which are to be made on the selected files:
#
# simple-file-name=substution-properties-file-name
# simple-file-name=substitution-properties-file-name
#
# Substitution configurations are resolved relative to the location of the master text configuration:
# If the master text configuration is specified as file in the local file system, substitution
Expand All @@ -31,8 +31,8 @@
# name when selecting files on which substitution is to be performed.
#
# The simple name may contain wildcard characters. If either wildcard '?' or '*' are present, the
# simple file name is processed as a java regular expression, and matching is performed using
# java.util.regex.Pattern. (Matching still is performed against simple file names.)
# simple file name is processed as a glob expression.
# (Matching still is performed against simple file names.)
#
# All specific simple file name selection is performed before pattern based selection. See
# example (3), below.
Expand All @@ -52,7 +52,7 @@
# Example 3:
#
# As above, except that substitutions on "server.xml" are performed using
# "jakarta-server-xml.properties". The substitutions in 'jakarta-all-xml.properties"
# "jakarta-server-xml.properties". The substitutions in "jakarta-all-xml.properties"
# will be performed on all XML files except "server.xml".
#
# *.xml=jakarta-all-xml.properties
Expand All @@ -67,14 +67,10 @@ application.xml=jakarta-application-xml.properties,jakarta-direct.properties,jak
application-client.xml=jakarta-application-xml.properties,jakarta-direct.properties,jakarta-renames.properties
beans.xml=jakarta-beans-xml.properties,jakarta-direct.properties,jakarta-renames.properties
ejb-jar.xml=jakarta-ejb-jar-xml.properties,jakarta-direct.properties,jakarta-renames.properties
glassfish-*.xml=jakarta-direct.properties,jakarta-renames.properties
permissions.xml=jakarta-permissions-xml.properties,jakarta-direct.properties,jakarta-renames.properties
persistence.xml=jakarta-persistence-xml.properties,jakarta-direct.properties,jakarta-renames.properties
ra.xml=jakarta-ra-xml.properties,jakarta-direct.properties,jakarta-renames.properties
validation.xml=jakarta-direct.properties,jakarta-renames.properties
web.xml=jakarta-web-xml.properties,jakarta-direct.properties,jakarta-renames.properties
web-fragment.xml=jakarta-web-xml.properties,jakarta-direct.properties,jakarta-renames.properties
faces-config.xml=jakarta-faces-config-xml.properties,jakarta-direct.properties,jakarta-renames.properties
*.faces-config.xml=jakarta-faces-config-xml.properties,jakarta-direct.properties,jakarta-renames.properties
UTService.xml=jakarta-direct.properties
TransactionManager.xml=jakarta-direct.properties

0 comments on commit e9e24bc

Please sign in to comment.